@font-face {
font-family: 'PSL029';
src: url('/asset/font/PSL029SP.eot');
src: url('/asset/font/PSL029SP.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/asset/font/PSL029SP.woff') format('woff'), /* Modern Browsers */
       url('/asset/font/PSL029SP.woff')  format('truetype'), /* Safari, Android, iOS */
       url('/asset/font/PSL029SP.svg#PSL029') format('svg'); /* Legacy iOS */
}

/* the fix ! simply ADD this block BELOW the above block */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'PSL029';
            src: url('/asset/font/PSL029SP.svg#PSL029') format('svg');
    }
}

@font-face {
font-family: 'Prompt';
src: url('/asset/font/prompt/Prompt-Regular.eot');
src: url('/asset/font/prompt/Prompt-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/asset/font/prompt/Prompt-Regular.woff') format('woff'), /* Modern Browsers */
       url('/asset/font/prompt/Prompt-Regular.woff')  format('truetype'), /* Safari, Android, iOS */
       url('/asset/font/prompt/Prompt-Regular.svg#Prompt-Regular') format('svg'); /* Legacy iOS */
}

/* the fix ! simply ADD this block BELOW the above block */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'PSL029';
            src: url('/asset/font/prompt/Prompt-Regular.svg#Prompt') format('svg');
    }
}

/*@font-face {
    font-family: PSL029;
    src: url('/asset/font/PSL029SP.woff');
}*/

html, body {
  overflow-x: hidden;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,Thonburi,Tahoma,sans-serif
}

body{background:#f5f5f5; font-size: 14px; }
#header{display:inline; float:left; width:100%; margin-top:20px; height: 30px;}
#header_area{float:left; padding: 15px;}
#wrapper{
  margin: 0 auto;
  background-color: #fff;
}

/*a{ color:#555555;}*/

h1 {
    position:relative;
    z-index: -1;
    font-size: 0.5em;
}

.logo_area{width: 120px; margin: 10px; float:left; display:block; }
.logo_area a{
  width: 120px;
  height: 112px;
  background-image: url('/asset/image_index/tlcthai_logo120.png');
  display: block;
  background-size: cover;
  text-indent: -300px;
  overflow: hidden;
  margin: 10px 10px 0 0;
}
.ads_banner{width: 728px; height: 95px; margin:25px 20px 0; float:left; display:block; overflow: hidden;}
.social_link{
  width: 175px;
  display:block;
  float:right;
  margin-top: 85px;
  margin-left: 20px;
}
.social_nav {
    text-align: right;
}
.social_nav li {
    display: block;
    float: left;
}

.social_nav li a {
  display: block;
  float: left;
  height: 31px;
  text-indent: -9999px;
  width: 33px;
}

.social_nav li.facebook a {
    background-image: url('/asset/image_index/2017/social-01.png');
    background-position: 0px 33px;
    background-size: 143px 33px;
}
.social_nav li.instagram a {
    background-image: url('/asset/image_index/2017/social-01.png');
    background-position: -36px 33px;
    background-size: 143px 33px;
}
.social_nav li.twitter a {
    background-image: url('/asset/image_index/2017/social-01.png');
    background-position: -73px 33px;
    background-size: 143px 33px;
}
.social_nav li.pinterest a {
    background-image: url('/asset/image_index/2017/social-01.png');
    background-position: -110px 33px;
    background-size: 143px 33px;
}

* {box-sizing:border-box}

/* Slideshow container */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
  width: 100%;
  margin: auto;
}

.carousel-caption a{
  color: #fff;
  font-size: 0.80em;
  font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.header_group nav{
  display: block;
}

.header_group  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header_group li {
    float: left;
    font-size: 1em;
    font-family: 'Prompt';
}

.header_group li a {
    display: block;
    color: #000000;
    padding: 15px 5px 1px;
    text-decoration: none;
}

.thumbnail{
  background: transparent;
  border: none;
  margin-bottom: 5px;
}

#news_today{
  display: block;
  clear:both;
}

#news_today .header_group{
  border-bottom: #ff0000 3px solid;
  margin-bottom: 10px;
}

#news_today .header_group h2{
  background-color: #ff0000;
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  width: 110px;
}

#news_today .header_group h2 a{
  background-color: #ff0000;
  color: #ffffff;
}

#news_today .con_title{
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
    height: 40px;
    overflow: hidden;
    color: #333333;
}

#news a{
  color: #333333;
}

#news_today article{
    margin-top: 15px;
}

#news_today .thumbnail{
  border: 0px;
  margin-bottom: 5px;
}

#news_today img{
  width: 100%;
  height: 100%;
}

#hot_news{
  display: block;
  width: 98%;
}

#hot_news .header_group{
  border-bottom: #ff0000 3px solid;
  margin-bottom: 10px;
  clear: both;
}

#hot_news .header_group h2{
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 2px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
}

#hot_news .header_group h2 a{
  color: #ff0000;
  font-weight: bold;
}

#hot_news .list-thumb{
  background-color: #d9d9d9;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 1px;
}

#hot_news .thumbnail{
  border: 0px;
  margin-bottom: 0px;
}

#hot_news .con_title{
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    color: #333333;
    padding-top: 4px;
}

#news_slid .header_group{
  border-bottom: #ff0000 3px solid;
  margin-bottom: 10px;
}

#news_slid .header_group h2{
  background-color: #ff0000;
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  width: 110px;
}

#news_slid .header_group h2 a{
  background-color: #ff0000;
  color: #ffffff;
}

.carousel-caption {
  background: rgba(76, 76, 76, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
  background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.85) 49%, rgba(19, 19, 19, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    z-index: 10;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#tag_kyeword{
  padding: 15px;
  background-color: #f4f4f2;
  padding: 10px;
  font-size: 16px;
  margin: 20px 10px;
  font-size: 1em;
}

#tag_kyeword p{
  color: #555555;
  font-size: 16px;
}

#tag_kyeword a{
  color: #555555;
  font-size: 1em;
}

#lotto_check{
  clear: both;
  max-height: 220px;
  margin-bottom: 25px;
}

#lotto{
  background-color: #844fbb;
  padding-bottom: 25px;
  height: 190px;
  clear: both;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#lotto .header_group{
  padding-bottom: 8px;
}

#lotto h2{
  margin: 0px auto;
  width: 98%;
  border-bottom: #ffffff 2px solid;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
}

#lotto h2 a{
  color: #ffffff;
}

#lotto .lotto_date{
  color: #e1c7fb;
}

#lotto h4{
  color:#fff000;
  font-size: 1.25em;
  margin: 12px auto;
}

#lotto p{
  color:#fff000;
  font-size: 0.8em;
}

.jackpot_1, .jackpot_front3, .jackpot_back3, .jackpot_num2{
  width: 25%;
  float: left;
  display: block;
  background-color: #844fbb;
  text-align: center;
}

.jackpot_1, .jackpot_front3, .jackpot_back3{
  border-right: #fff 1px dashed;
}

.jackpot_1 .number{
  background-color: #ffffff;
  border-radius:5px;
  margin:12px auto;
  font-size: 1.9em;
  max-width: 45%;
  font-weight: 300;
  padding: 0px;
  letter-spacing: 2px;
  overflow-x: hidden;
  display: block;
}

.jackpot_front3 .number, .jackpot_back3 .number{
  margin:12px auto;
  font-size: 1.9em;
  font-weight: 300;
  padding: 0px;
  letter-spacing: 2px;
  overflow-x: hidden;
  display: block;
  text-align: center;
  color: #ffffff;
}

.jackpot_num2 .number{
  background-color: #ffffff;
  border-radius:5px;
  margin:12px auto;
  font-size: 1.9em;
  max-width: 20%;
  font-weight: 300;
  padding: 0px;
  letter-spacing: 2px;
  overflow-x: hidden;
  display: block;
}

#drama{
  padding-bottom: 25px;
}

#drama .header_group{
  border-bottom: #007ab5 3px solid;
  margin: 0px 8px 8px;
  clear: both;
}

#drama .header_group h2{
  background-color: #007ab5;
  display:block;
  max-width: 152px;
}

#drama .header_group h2, #tvshow .header_group h2{
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
}

#drama .header_group h2 a, #tvshow .header_group h2 a{
  font-family: 'Prompt';
  color: #ffffff;
}

#drama .con_title, #tvshow .con_title{
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
    height: 40px;
    overflow: hidden;
    color: #333333;
}

#drama article, #tvshow article{
  margin-bottom: 5px;
}

#drama a, #tvshow a{
  color: #333333;
}


/*#drama .thumbnail img, #tvshow .thumbnail img{
    height: 140px;
    width: 247px;
}*/

#drama p, #tvshow p{
  font-size: 12px;
  color: #d7dade;
  text-align: right;
  border-bottom: #d7dade 1px dashed;
  display: block;
  margin-bottom: 3px;
}
#drama .keyword, #tvshow .keyword{
  margin-top: 3px;
  margin-left: 15px;
  font-size: 14px;
  border-top: #d7dade 1px dashed;
  display: block;
  clear: both;
  padding: 5px;
}

#drama .keyword a, #tvshow .keyword a{
  color: #555555;
  font-size: 14px;
}

#tvshow{
  padding-bottom:25px;
}

#tvshow .header_group{
  border-bottom: #007ab5 3px solid;
  margin: 0px 8px 8px;
}

#tvshow .header_group h2{
  background-color: #007ab5;
  display:block;
  overflow-y: hidden;
  max-width: 190px;
}

#korea, #education, #women{
  padding-bottom:25px;
  display: block;
}

#korea a, #education a, #women a{
  color: #333333;
}

#korea .header_group, #education .header_group, #women .header_group{
  border-bottom: #fe76ad 3px solid;
  margin: 0px 0px 8px 8px;
  height: 45px;
  overflow: hidden;
}

#korea .header_group h2, #education .header_group h2, #women .header_group h2{
  background-color: #fe76ad;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow: hidden;
  max-width: 145px;
  float: left;
}

#korea .header_group h2 a, #education .header_group h2 a, #women .header_group h2 a{
  font-family: 'Prompt';
  color: #ffffff;
}

#korea .header_group nav a, #education .header_group nav a, #women .header_group nav a{
  color: #333333;
  font-size: 1.2em;
  font-family: 'Prompt';
  margin-top: 5px;
}


#education .header_group{
  border-bottom: #6e9934 3px solid;
  margin: 0px 0px 8px 8px;
  height: 45px;
}

#education .header_group h2{
  background-color: #6e9934;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow: hidden;
  max-width: 145px;
  float: left;
}

#korea article, #education article, #women article{
  padding: 0 5px;
}

#korea .content_left, #education .content_left, #women .content_left{
    display: block;
    overflow: hidden;
    float: left;
    width: 50%;
    margin-bottom: 5px;
}

#korea .content_rigth, #education .content_rigth, #women .content_rigth{
    display: block;
    overflow: hidden;
    float: left;
    width: 50%;
}

#korea .content_left .con_title, #education .content_left .con_title, #women .content_left .con_title{
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      max-width: 250px;
      height: 56px;
}

#korea .content_rigth .con_title, #education .content_rigth .con_title, #women .content_rigth .con_title{
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    color: #333333;
    padding: 4px 22px 4px 0;
}

/*#korea .list-grid img, #education .list-grid img{
    height: 14 0px;
    width: 247px;
}*/

#korea .keyword{
  background-color: #fce1ea;
  color: #555555;
  font-size: 0.95em;
  margin: 0px 8px;
  padding: 6px;
  display: block;
  clear: both;
  height: 50px;
  overflow: hidden;
}

#korea .keyword a, #education .keyword a, #women .keyword a{
  color: #555555;
  font-size: 14px;
}

#education .keyword{
  background-color: #e9f3ea;
  color: #151515;
  font-size: 0.95em;
  margin: 0px 8px;
  padding: 6px;
  display: block;
  clear: both;
  height: 50px;
}

#women .header_group{
  border-bottom: #d32a00 3px solid;
  margin: 0px 0px 8px 8px;
  height: 45px;
}

#women .header_group h2{
  background-color: #d32a00;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow: hidden;
  max-width: 175px;
  float: left;
}

#women .keyword{
  color: #555555;
  font-size: 0.95em;
  margin: 0px 8px;
  padding: 6px;
  display: block;
  clear: both;
  height: 49px;
  overflow: hidden;
}

#vdoclip{
  background-color: #ffe5cd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#vdoclip a{
 color: #333333;
}

#vdoclip .header_group{
  border-bottom: #9f3515 3px solid;
  margin: 0px 0px 8px 8px;
  height: 45px;
}

#vdoclip .header_group h2{
  background-color: #9f3515;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow: hidden;
  max-width: 195px;
  float: left;
}

#vdoclip .header_group nav a{
  font-family: 'Prompt';
  color: #333333;
  font-size: 1.2em;
  margin-top: 5px;
}

#vdoclip h2 a{
  font-family: 'Prompt';
  color: #fff;
}

/*#vdoclip .list-grid img {
    height: 180px;
}*/

#vdoclip .con_title{
    font-size: 16px;
    line-height: 18px;
    height: 50px;
    overflow: hidden;
    color: #333333;
    text-align: center;
    margin-bottom: 5px;
}

#travel{
  padding-bottom:25px;
  display: block;
}

#travel a{
color: #333333;
}

#travel .header_group{
  border-bottom: #6e9934 3px solid;
  margin: 0px 0px 8px;
  clear: both;
}

#travel .header_group h2{
  background-color: #6e9934;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  max-width: 250px;
}

#travel .header_group h2 a{
  color: #ffffff;
}

#travel .con_title{
    font-size: 16px;
    line-height: 20px;
    margin-left: 8px;
    height: 40px;
    overflow: hidden;
    color: #1f5311;
    margin-bottom: 5px;
}

#travel .con_title a{
    color: #1f5311;
}

#travel article{
  margin-bottom: 5px;
  padding-bottom: 2px;
}

#travel .thumbnail img{
    height: 140px;
    width: 247px;
}

#travel p{
  font-size: 12px;
  color: #d7dade;
  text-align: right;
  border-bottom: #d7dade 1px dashed;
  display: block;
  margin-bottom: 3px;
}

#travel .keyword{
  margin-top: 3px;
  margin-left: 15px;
  font-size: 12px;
}

#travel .keyword a{
  color: #555555;
  font-size: 14px;
}

.video {
  position: relative;
}

.video:after {
    content: "";
    position: absolute;
    top: 0;
    width: 240px;
    height: 200px;
    z-index: 100;
    background: transparent url(https://www.tlcthai.com/asset/image_index/2017/btn-play2.png) no-repeat center;
    pointer-events: none;
}

.video:hover:after {
    content: "";
    position: absolute;
    top: 0;
    width: 240px;
    height: 200px;
    z-index: 100;
    background: transparent url(https://www.tlcthai.com/asset/image_index/2017/btn-play2.png) no-repeat center;
    pointer-events: none;
}

#horo{
  padding: 25px 0;
}

#horo a{
color: #333333;
}

#horoscope{
  height: 255px;
  display: block;
  margin-bottom: 25px;
}

#horoscope .header_group{
  border-bottom: #7d0a99 3px solid;
  margin: 0px 8px 8px;
  height: 45px;
  overflow: hidden;
}

#horoscope .header_group h2{
  background-color: #7d0a99;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  width: 95px;
  float: left;
}

#horoscope .header_group h2 a{
  font-family: 'Prompt';
  color: #ffffff;
}

#horoscope .header_group nav a, #lekded .header_group nav a{
  font-family: 'Prompt';
  color: #333333;
  font-size: 1.2em;
  margin-top: 5px;
}

#horoscope .con_title, #lekded .con_title{
    font-size: 16px;
    line-height: 18px;
    margin-left: 8px;
    max-height: 55px;
    overflow: hidden;
    color: #7d0a99;
}

#horoscope .con_title a{
    color: #7d0a99;
}

#lekded .header_group{
  border-bottom: #884cb1 3px solid;
  margin: 0px 0px 8px;
  height: 45px;
}

#lekded .header_group h2{
  background-color: #884cb1;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  width: 144px;
  float: left;
}

#lekded .header_group h2 a{
  font-family: 'Prompt';
  color: #ffffff;
}


#horoscope .thumbnail img, #lekded .thumbnail img{
    height: 140px;
    width: 247px;
}

/*#lekded .list-thumb{
  width: 100%;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 4px 10px 4px 0;
}

#lekded .con_title{
    font-family: 'PSL029';
    font-size: 20px;
    line-height: 18px;
    font-weight: bold;
    margin-left: 8px;
    height: 40px;
    overflow: hidden;
    color: #555555;
}

#lekded .con_title{
    font-family: 'PSL029';
    font-size: 20px;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    color: #555555;
    padding-top: 4px;
}*/

#game{
  padding: 0 8px 25px;
}

#game a, #cartoon a, #music a{
  color: #333333;
}

#game .header_group{
  border-bottom: #ecc31f 3px solid;
  margin: 0px 0px 8px;
  clear: both;
  height: 45px;
  overflow: hidden;
}

#game .header_group h2{
  background-color: #ecc31f;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  max-width: 115px;
  float: left;
}

#game .header_group h2 a{
  font-family: 'Prompt';
  color: #ffffff;
}

#game .con_title{
    font-size: 16px;
    line-height: 18px;
    margin-left: 8px;
    height: 55px;
    overflow: hidden;
    color: #333333;
}

#game article{
  margin-bottom: 5px;
}

#game .thumbnail img{
    height: 140px;
    width: 247px;
}

#game p{
  font-size: 12px;
  color: #d7dade;
  text-align: right;
  border-bottom: #d7dade 1px dashed;
  display: block;
  margin-bottom: 3px;
}

#game .keyword{
  margin-top: 3px;
  margin-left: 15px;
  font-size: 12px;
  clear: both;
}

#game .keyword a{
  color: #555555;
  font-size: 14px;
}

#cartoon{
  padding: 0 8px 25px;
}

#cartoon .header_group{
  border-bottom: #ffb400 3px solid;
  margin: 0px 0px 8px;
  clear: both;
  height: 45px;
  overflow: hidden;
}

#cartoon .header_group h2{
  background-color: #ffb400;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  max-width: 105px;
  float: left;
}

#cartoon .header_group h2 a{
  font-family: 'Prompt';
  color: #ffffff;
}

#cartoon .con_title{
    font-size: 16px;
    line-height: 18px;
    margin-left: 8px;
    height: 55px;
    overflow: hidden;
    color: #333333;
}

#cartoon article{
  margin-bottom: 5px;
}

#cartoon .thumbnail img{
    height: 140px;
    width: 247px;
}

#cartoon p{
  font-size: 12px;
  color: #d7dade;
  text-align: right;
  border-bottom: #d7dade 1px dashed;
  display: block;
  margin-bottom: 3px;
}

#cartoon .keyword{
  margin-top: 3px;
  margin-left: 15px;
  font-size: 12px;
  clear: both;
}

#cartoon .keyword a{
  color: #555555;
  font-size: 14px;
}

#music{
  padding: 0 8px 25px;
}

#music .header_group{
  border-bottom: #ec841f 3px solid;
  margin: 0px 0px 8px;
  clear: both;
  height: 45px;
  overflow: hidden;
}

#music .header_group h2{
  background-color: #ec841f;
  display:block;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 10px 25px;
  font-size: 1.24em;
  font-family: 'Prompt';
  color: #ffffff;
  overflow-y: hidden;
  max-width: 115px;
  float: left;
}

#music .header_group h2 a{
  font-family: 'Prompt';
  color: #ffffff;
}

#music .con_title{
    font-size: 16px;
    line-height: 18px;
    margin-left: 8px;
    height: 55px;
    overflow: hidden;
    color: #333333;
}

#music article{
  margin-bottom: 5px;
  border-bottom: #d7dade 1px dashed;
  padding-bottom: 2px;
}

#music .thumbnail img{
    height: 140px;
    width: 247px;
}

#music p{
  font-size: 12px;
  color: #d7dade;
  text-align: right;
  border-bottom: #d7dade 1px dashed;
  display: block;
  margin-bottom: 3px;
}

#music .keyword{
  margin-top: 3px;
  margin-left: 15px;
  font-size: 12px;
  clear: both;
}

#music .keyword a{
  color: #555555;
  font-size: 14px;
}

#game .header_group nav a, #cartoon .header_group nav a, #music .header_group nav a{
  font-family: 'Prompt';
  color: #333333;
  font-size: 1.2em;
  margin-top: 5px;
}

#footer{
  background-color: #1560a1;
  padding: 20px 10px 3px;
}

#footer li a{
    color: #FFFFFF;
}

#footer .labels_nav{
    padding-left: 0;
    list-style: none;
    margin: 0px;
    color: #FFFFFF;
}

.tlcthai_info{
  display: block;
  float: left;
  margin-left: 20px;
}

.logo_footer{
  width: 110px;
  margin: 10px;
  float: left;
}

.l_tlcthai{
  width: 100%;
}

.nav_footer{
  display: block;
  float: left;
  margin-left: 10px;
}

.nav_footer h3{
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  margin: 0px;
}

.nav_footer h3 a{
  font-size: 14px;
  color: #ffffff;
}

.labels_nav {
    padding-left: 20px;
    position: relative;
}

.nav_footer{
  padding-bottom: 10px;
  list-style: none;
  font-size: 13px;
  color: #ffffff;
  margin: 0 20px 25px;
  display: block;
}

.tlcthai_contact{
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  clear: both;
  margin-top: 25px;
  margin-bottom: 5px;
}

.tlcthai_contact a{
  color: #ffffff;
}

/* Change the link color to #111 (black) on hover */

.navbar-brand{padding: 10px 20px;}
.navbar-default {
  background-color: #1560a1;
  border-color: #13558f;
}
.navbar-default .navbar-brand {
  color: #;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: 'Prompt';
  font-size: 1.22em;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #13558f;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #13558f;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #fff;
  font-family: 'Prompt';
  font-weight: normal;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #13558f;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #13558f;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #13558f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #13558f;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #13558f;
}
.navbar-default .navbar-toggle {
  border-color: #13558f;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #13558f;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #;
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #fff;
}

@media (min-width: 768px) {
  li.dropdown:hover > .dropdown-menu {
      display: block;
  }
}

@media (max-width: 1195px) {
  .social_link{display: none;}
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #1560a1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #1560a1;
  }

  #header{
    margin-bottom: 15px;
  }

  #header_area{ display: none;}
  body{background:#fff;}
  .container{
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

  #lotto h4{
    color:#fff000;
    font-size: 1.2em;
    margin: 10px auto;
  }

  #lotto p{
    color:#fff000;
    font-size: 1.05em;
  }

  .jackpot_1 .number{
    background-color: #ffffff;
    border-radius:5px;
    margin: 10px auto;
    max-width: 75%;
    font-size: 1.5em;
    font-weight: 300;
    padding: 0px;
    letter-spacing: 1px;
    overflow-x: hidden;
    display: block;
  }

  .jackpot_front3 .number, .jackpot_back3 .number{
    font-size: 1.5em;
    margin: 10px auto;
  }

  .jackpot_num2 .number{
    background-color: #ffffff;
    border-radius:5px;
    margin: 10px auto;
    max-width: 30%;
    font-size: 1.5em;
    font-weight: 300;
    padding: 0px;
    letter-spacing: 1px;
    overflow-x: hidden;
    display: block;
  }

  /* Portrait phones and smaller */
  @media (max-width: 480px) {

    #lotto h2{
      font-size: 1.1em;
      font-family: 'Prompt';
      padding: 6px 3px;
      margin: 0px auto;
      width: 98%;
      border-bottom: #ffffff 2px solid;
    }

    #lotto h2 a{
      font-size: 1.1em;
      color: #ffffff;
    }

      #lotto h4{
        color:#fff000;
        font-size: 1em;
      }

      #lotto p{
        color:#fff000;
        font-size: 0.80em;
      }

    .jackpot_1 .number{
      font-size: 1.5em;
      max-width: 85%;
      letter-spacing: 0px;
      margin: 10px auto;
    }

    .jackpot_front3 .number, .jackpot_back3 .number{
      font-size: 1.5em;
      letter-spacing: 0px;
    }

    .jackpot_num2 .number{
      font-size: 1.5em;
      max-width: 30%;
      letter-spacing: 0px;
      margin: 10px auto;
    }

    .header_group nav{
      display: none;
    }

    .video:after {
        content: "";
        position: absolute;
        top: 0;
        width: 180px;
        height: 130px;
        z-index: 100;
        background: transparent url(https://www.tlcthai.com/asset/image_index/2017/btn-play2.png) no-repeat center;
        pointer-events: none;
    }

    .video:hover:after {
        content: "";
        position: absolute;
        top: 0;
        width: 180px;
        height: 130px;
        z-index: 100;
        background: transparent url(https://www.tlcthai.com/asset/image_index/2017/btn-play2.png) no-repeat center;
        pointer-events: none;
    }

    .tlcthai_contact {
        text-align: center;
        width: 100%;
    }

    .l_tlcthai {
    display: none;
    }

    #news_today, #hot_news{
      display: block;
      clear:both;
    }

    #tag_kyeword{
    display: none;
    }

  }

  #travel {
      padding: 0;
  }

  #vdoclip {
    background-color:transparent;
    padding-bottom: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	   box-shadow: none;
  }
  .nav_footer{
    display: none;
  }

  #news_today, #hot_news{
    display: block;
    clear:both;
    height: inherit;
  }


  #news_today article {
    display: block;
    margin-top: 15px;
    padding-right: 3px;
    padding-left: 3px;
  }

  #news_today .con_title{
      font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
      font-size: 1.15em;
      line-height: 20px;
      margin-left: 8px;
      height: 56px;
      overflow: hidden;
      color: #333333;
  }

  #hot_news .con_title{
    font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
    font-size: 1.15em;
    line-height: 20px;
    overflow: hidden;
    color: #333333;
    padding-top: 4px;
  }

  #drama .header_group, #tvshow .header_group {
    border-bottom: #007ab5 3px solid;
    clear: both;
    margin: 0px;
  }

  #drama article, #tvshow article {
    padding-right: 5px;
    padding-left: 5px;
}

  #drama .con_title,   #tvshow .con_title{
      font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
      font-size: 1.15em;
      line-height: 20px;
      margin-left: 8px;
      height: 56px;
      overflow: hidden;
      color: #333333;
  }

  #korea, #education{
    padding-bottom: 25px;
    display: block;
    clear: both;
    height: 220px;
  }

  #women{
    padding-bottom: 25px;
    display: block;
    clear: both;
    height: 280px;
  }

  #game, #cartoon {
    height: 230px;
    display: block;
    clear: both;
  }

  #korea .header_group, #education .header_group, #women .header_group, #vdoclip .header_group, #horo .header_group{
    clear: both;
    margin: 0px;
  }

  #korea .content_left .con_title, #education .content_left .con_title, , #women .content_left .con_title, #korea .content_rigth .con_title, #education .content_rigth .con_title, #women .content_rigth .con_title{
        font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
        font-size: 0.95em;
        line-height: 20px;
        text-align: left;
        max-width: 250px;
        margin-left: 0px;
        height: 58px;
  }

  #vdoclip article {
    padding-right: 3px;
    padding-left: 3px;
  }

  #vdoclip .con_title{
    font-size: 1.1em;
    line-height: 20px;
    height: 65px;
    overflow: hidden;
    color: #333333;
    text-align:left;
    margin-bottom: 5px;
    margin-left: 3px;
  }

  #horo article {
    padding-right: 3px;
    padding-left: 3px;
  }

  #horo .con_title{
    font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
    font-size: 1.15em;
    line-height: 20px;
    max-height: 56px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 3px;
  }

  #travel article {
    padding-right: 3px;
    padding-left: 3px;
  }

  #travel .con_title{
    font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
    font-size: 1.15em;
    line-height: 20px;
    max-height: 56px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 3px;
  }

  #game article, #cartoon article, #music article {
    padding-right: 3px;
    padding-left: 3px;
  }

  #game .con_title, #cartoon .con_title, #music .con_title {
    font-family: Helvetica,Arial,Thonburi,Tahoma,sans-serif;
    font-size: 1.15em;
    line-height: 20px;
    max-height: 56px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 5px;
    margin-left: 3px;
  }

}
