﻿/* General body settings */
*{
    margin:0;
    padding:0;
}
html{
}
@font-face {
    font-family: "tsWindowFont";
    src: url('../fonts/SFUSalzburgMedium.TTF');
}
body {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  background: #fff;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
}
/*body { 
  color: #000 !important; 
  font-family: Calibri, Arial, sans-serif !important;
  font-size: 15px !important;
  background: #fff !important;
  line-height: 24px;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}*/
.media-heading > a {
    color: #222222;
}
ul li{
  list-style: none;
  list-style-position: inside;
}
.content{
  width: 100%;
  float: left;
  overflow: hidden;
}
.container{
}
.list-more-n > ul {
    margin: 0;
    padding: 0;
}
img{
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
img:hover{
  opacity: 0.8;
}
input,button{
  outline-style: none;
}
a, a:visited{
  color: #000;
  outline-style: none;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover{
  text-decoration: none!important;
  cursor: pointer !important;
  color: #F41B1B!important;
}
.thumb-common{
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  /*height: 200px;*/
} 
.special-ct .thumb-common{
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  /*height: 398px;*/
}

  .top-list-n .thumb-common {
    /*height: 254px;*/
}
.thumb-common img{
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
/*  height: 100%;*/
  /*height: 200px;*/
  -moz-box-shadow: inset   0px 0px 10px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow:inset 0px 0px 10px 0px rgba(0,0,0,0.2);
} .special-ct .thumb-common img.thumb-cm{
  /*height: 398px;*/
}
.thumb-common .thumb-cm{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* search */

/** hidden search field **/
#searchbar {
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  border-top: 1px solid #d8d8d8;
  padding-left: 25px;
  padding-right: 10px;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
  
}
#s {
  display: block;
  width: 88%;
  border: 0;
  outline: none;
  padding: 0;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  font-weight: bold;
  color: #676767;
  
}
.fa-search-minus{
  color: #F41B1B;
}
#searchsubmit {
  display: block;
  float: right;
  background: none;
  color: #717171;
  border: 0;
  margin-right: 20px;
  font-size: 24px;
  line-height: 60px;
  outline: none;
  cursor: pointer;
}
#searchsubmit:hover{
  color: #F41B1B;
}


/* out-header */

header{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  clear: both;
  webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.mt-nav{
  margin-top: 180px;
}
.top-header{
  text-align: center;
  padding: 20px 0;
  height: 110px;
  background: #FFF;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .logo img{
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 67px;
}
header.smaller .logo img{
    height: 30px;
    margin-top: 16px;
}
header.smaller .top-header{
  padding: 0;
  height: 60px;
}
header.smaller .top-header .date-time{
  margin-top: 18px;
}
header.smaller .top-header .login{
  margin:10px 0;
}
.top-header .container{
  position: relative;
}
.top-header .date-time{
  margin-top: 25px;
  color: #999;
  position: absolute;
  left: 0;
}
.top-header .login{
  position: absolute;
  right: 0;
  width: 120px;
  height: 40px;
  line-height: 36px;
  border:2px solid #ccc;
  margin: 15px 0;
  color: #999;
}
.top-header .login:hover{
  border-color:#F41B1B;
  color: #000;
}
.menu{
  /*  background: #D3D3D3;*/
  background: #f0f0f0;
    /*border-top: 3px solid #d7d7d7;*/
    /*border-bottom: 1px solid #d7d7d7;*/
    font-size: 12px;
}
.menu ul{
  text-align: center;
  margin-bottom: 0;
}
.menu ul li{
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  margin: 0;

}
.menu ul li a{
  font-size: 15px;
  height: 50px;
  display: inline-block;
  font-weight: bold;

}
.menu ul li a:hover,.menu ul li.active a{
  border-bottom:3px solid #f41b1b;
  color: #000;
      text-decoration: none;
}
nav li.dropdown:hover>ul.dropdown-menu {
        -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #F9F9F9 none repeat scroll 0 0;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: block;
    margin: 0 0 0 15px;
    padding: 10px;
    text-align: left;
	width: 250px !important;
}
nav li.dropdown>ul.dropdown-menu > li > a > b.caret {
    position: absolute;
    right: 0;
    top: 14px;
}
.menu ul li ul li ul.dropdown-menu {
    left: 200px;
    position: absolute;
    top: 0;
	width: 250px;
	border: solid 1px #ddd !important;
}
.menu li.dropdown ul.dropdown-menu li{
       height: auto !important;
    line-height: 30px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    text-align: left !important;
    width: 100%;
}
.menu li.dropdown ul.dropdown-menu li a {
        display: inline;
    font-size: 13px;
    line-height: 12px;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    white-space: normal;
	padding: 10px 0px;
	color: #337ab7;
}
.drop-login{
  position: absolute;
  top: 60px;
  width: 300px;
  right: -1px;
  left: auto;
  border-radius:0;
  padding: 20px;
  font-size: 13px;
  border-left: 4px solid #F41B1B;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.drop-login input{
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 10px;
  border:1px solid #d9d9d9;
}
.drop-login button{
  border:2px solid #C1C1C1;
  background: none;
  padding: 6px 12px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  float: right;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.drop-login button:hover{
  border:2px solid #F41B1B;
}

/*  */


.ct-r-1{
  width: 100%;
  float: left;
  
}

.ct-r-1 .container{
  border-bottom:3px solid #d7d7d7;
  padding-bottom: 30px;
}
.ct-r-1:last-child .container{
  border: none;
}
.ct-r-1 h3{
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  font-weight: 300;
  border-top:1px solid #d7d7d7;
  padding-top: 15px;
  margin-top: 5px;
}
.ct-r-1 h3 span{
  font-weight: bold;
  margin:10px 5px;
  display:block;
}
.ct-r-1 h3::before{
  content:"";
  width: 4%;
  height: 3px;
  background: #F41B1B;
  position: absolute;
  top: -9px;
  left: 48%;
  margin: auto;
  text-align: center;
}
.ct-r-1 h3::after{
  content:"";
  width: 4%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: -15px;
  left: 48%;
  margin: auto;
  text-align: center;
}
.row-ct{
  width: 21%;

}
.row-ct .new-item{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.row-left{
  float: left;
}
.row-right{
  float: right;
}
.row-ct h2 a{
  font-size: 16px;
  font-weight: 600;
  margin:8px 0;
      color: #222;
}
.type-cate{
  font-size: 12px;
  font-weight: bold;
  color: #989898;
  margin-top: 10px;
      margin-bottom: 5px;
  display: block;
  float: left;
  width: 100%;
  letter-spacing:1px important;
  text-transform: uppercase;
}
.social-share-mb > a {
    padding-left: 4px;
    padding-right: 4px;
}
p.line-t{
  font-size: 13px;
  color: #989898;
  line-height: 18px;
}
p.line-t a.tg-name{
  font-weight: bold;
  color: #F41B1B;
}
p.line-t a.tg-name:hover{
  text-decoration: underline;
}

.special-ct{
  float: left;
  width: 50%;
  margin: 0 4%;
}
.special-ct h2{
  font-size: 40px;
  font-weight: bold;
}

.special-ct .thumb-common span.tick-td{
  position: absolute;
  top: 0;
  left: 0;
  background: #F41B1B;
  z-index: 2;
  color: #FFF;
  font-size: 14px;
  width: 90px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 1px;
}
.special-ct .thumb-common span.tick-td::after{
  content:"";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 20px 0 0;
  border-color: #F41B1B transparent transparent transparent;
}
.special-ct .thumb-common h2 span.type-cate{
  color: #FFF;
  font-weight: normal;
}
.special-ct .thumb-common h2{
   position: absolute;
   bottom: 0;
   left: 0;
   margin: 0;
   z-index: 9;
   padding:10px 10px 20px 10px;
   text-align:left;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.83+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.83) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.83) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.83) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d4000000',GradientType=0 ); /* IE6-9 */

}   
.special-ct .thumb-common h2 a,
.special-ct .thumb-common h2 a:hover{
  color: #FFF !important;
}
.special-ct .desc-n{
  margin-top: 20px;
  display: block;
  float: left;

}
/* the ma tic */

.thematic .the-1{
  width: 30.66666667%;
  float: left;
}
.thematic .the-1:nth-child(2){
  margin:0 4%;
}
.thematic .the-1 h2{
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
  display: block;
  float: left;
  width: 100%;
}
.th-the-2{
  width: 100%;
  display: block;
  float: left;
}
.th-the-2 .media{
  width: 48%;
  float: left;
  margin: 0;
}
.th-the-2 .thumb-common{
  width: 200px;
  margin-right: 15px;
}
.th-the-2 .media:nth-child(2){
  float: right;
}
.th-the-2 .media h2{
  font-weight: bold;
  font-size: 24px;
}
.th-the-3{
  width: 100%;
  display: block;
  float: left;
}
.th-the-3 .thumb-common{
  width: 480px;
  margin-right: 20px;
  height: 100%;
}
.th-the-3 h2{
  font-weight: bold;
  font-size: 24px;
}
.th-the-3 .media-body{
  text-align: justify;
}
/* most view */
.most-view .list-n{
  width: 70%;
  float: left;
}
.most-view .media{
  margin-bottom: 30px;
}
.most-view .media .thumb-common{
  display: table-cell;
  width: auto;
}
.most-view .media h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.most-view .media img {
    /*height: 190px;*/
    margin-right: 10px;
    width: 300px;
}
.most-view .ads-ts{
  width: 21%;
  float: right;
}
.most-view .ads-ts img{
  padding: 2px;
  border:1px solid #d5d5d5;
  margin-bottom: 30px;
  max-width: 100%;
}
.most-view .type-cate{
  margin-top: 0;
}

/* more-n */
.more-n .sp-news-n{
  width: 48%;
  float: left;
}
.more-n .list-more-n{
  width: 48%;
  float: right;
}
.more-n .list-more-n ul li{
  list-style: square;
  margin-bottom: 10px;
  list-style-position: inside;
  
}
.more-n .sp-news-n h2{
  font-size: 24px;
  font-weight: bold;
}


/* footer */
footer{
  border-top:2px solid #ccc;
  width: 100%;
  float: left;
  padding: 30px 0;
}
footer h2{
  margin: 0;
  color: #F41B1B;
}
.copyright{
  font-size: 12px;
  color: #999;
}
.link-web{
  margin-bottom: 20px;
  display: block;
}
.r-footer{
  float: right;
}
.r-footer form{
  width: 100%;
  border:1px solid #ccc;
  float: left;
  display: block;
  margin: 10px 0;
}
.r-footer form input{
  border:none;
  padding: 5px 10px;
  width: 70%;
  float: left;
}
.r-footer form button{
  width: 30%;
  float: right;
  border: none;
  background: #e9e9e9;
  border: 1px solid #ccc;
  padding: 5px;
  margin-right: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.r-footer form button:hover{
  background: #F41B1B;
  color: #FFF;
  border-color:#F41B1B;
}
.r-footer .social{
  margin-top: 10px;
  width: 100%;
  display: block;
  float: left;
}
.r-footer .social li{
  /*float: right;*/
}
.r-footer .social li a{
  width: 30px;
  height: 25px;
  margin: 5px;
  border:1px solid #ccc;
  float: left;
  text-align: center;
  border-radius:100%;
  line-height: 18px;
}
.r-footer .social li a:hover{
  background: #F41B1B;
  border-color: #F41B1B;
  color: #FFF;
}
.l-footer{
  font-size: 13px;
}


#jssor_1 img {
  max-width: 241px !important;
}


/* details news */

.center-dt-news img {
  margin: 0 auto !important;
  max-width: 100% !important;
  width: 100%;
    height: auto !important;
  display: BLOCK;
}
.content-dt br {
  line-height: 10px;
}
.center-dt-news .desc-n{
  font-weight: bold;
  color: #666;
}
.center-dt-news h1.news-name{
  font-weight: bold;
  font-size: 42px;
    font-family: Tahoma,Arial, Helvetica, sans-serif;    
	padding-top: 20px;
}
.center-dt-news .element-pullquote{
  float: left;
  clear: left;
  width: 360px;
  margin-left: -50px;
}
.center-dt-news .element-pullquote blockquote{
  border-color: #F41B1B;
  color: #666;
  font-family: "tsWindowFont", Arial,sans-serif;
    font-weight: bold;
}
.center-dt-news .element-pullquote blockquote > p {
    line-height: 30px;
    text-align: justify;
}

.social-share{
  position: fixed;
  left:100px;
  margin-top: 40px;
  width: 30px;
}
.social-share a{
  width: 40px !important;
  height: 40px !important;
  float: left  !important;
  text-align: center !important;
  line-height: 40px !important;
  border:1px solid #ccc !important;
  margin-top: -1px !important;
  background: #FFF !important;
  position: relative !important;
}
.social-share a .fa {
    line-height: 40px;
}
.social-share {
    z-index: 99;
}
.social-share a span{
  position: absolute;
  top: -1px;
  left: 45px;
  width: 150px;
  display: none;
  background: #ED1C24;
  color: #fff;
  font-weight: bold;
  /*border-radius:30px;*/
  
}
.social-share a:hover span{
  display: block;
}
.row-in-dt h3{
  text-align: left;
  border-top: none;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.row-in-dt h3::before{
  display: none;
}
.row-in-dt h3::after{
  left: 0;
  bottom: -3px;
  width: 50px;
  background: #F41B1B;
  
}
.center-dt-news .tag-n{
  font-weight: bold;
}
.center-dt-news p.line-t{
  font-size: 16px;
}
.center-dt-news .tag-n a{
  font-weight: normal;
  border:1px solid #ccc;
  border-radius:20px;
  padding: 4px 10px;
  font-size: 13px;
  color: #666;
  margin:5px 0 5px 10px;
  display: inline-block;
}
.center-dt-news .tag-n a:hover{
  background: #F8F8F8;
  font-weight: bold;
  color: #000;
}


.left-dt-news{
  width: 10%;
  float: left;
}
.center-dt-news{
  width: 72%;
  float: left;
  margin-right: 6%;
  padding-left: 150px;
  text-align:justify;
}
.center-dt-news p{
  font-size: 18px;
  line-height: 30px;
}
.l-most-n{
  width: 100%;
  border-bottom:1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  float: left;
  text-align:justify;
}
.l-most-n:last-child{
  border: none;
}
.l-most-n .thumb-common{
  width: 100px;
  margin-right: 10px;
}
.l-most-n h4{
  font-size: 15px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
.box-dt{
  background: #EEE;
  padding: 20px;
  margin-bottom: 30px;
}

.h-rl{
  margin-top: 30px;
  text-transform: uppercase;
}
.related-n{
}
.related-n img{
  height: 100%;
}
.related-n  h2{
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  display: block;
  float: left;
}
.related-n p.line-t{
  font-size: 14px;
}
.related-n .rl-1{
  width: 31%;
  float: left;

}
.related-n .rl-1:nth-child(3n){
  float: right;
  clear: right;
}
.related-n .rl-1:nth-child(3n+1){
  float: left;
  clear: left;
  margin-right: 3.33333%;
}
/* author */

.info-author{
  width: 100%;
  float: left;
  background: #ececec;
  padding: 15px;
  position: relative;
}
.info-author::after{
  content:"";
  position: absolute;
  width: 0; 
  height: 0; 
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  bottom: 0;
  left: 75px;
}
.info-author .avt-au img{
  width: 150px;
  height: 150px;
  float: left;
  margin-right: 20px;
  border:3px solid #fff;
  display: table-cell;
}
.info-author .right-in-au{
  display: table-cell;
}


.news-o-common{
  width: 100%;
  float: left;
  margin: 30px 0;
}
.news-o-common .media{
  margin:0 0 20px 0;
  border-bottom:1px dotted #ccc;
  padding-bottom: 20px;
}
.news-o-common .media img {
    width: 300px;
    margin-right: 10px;
}
.news-o-common .media h2{
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 10px;
}
.news-o-common .type-cate{
  margin-top: 0;
}
.news-o-common .thumb-common{
  width: auto;
}
.author-name{
  font-weight: bold;
  margin-top: 0px;
}
.desc-au{
  font-style: italic;
}
.num-posts{
  font-weight: bold;
  font-size: 18px;
  color: #F41B1B;
  margin-bottom: 10px;
  display: block;
}



/* search result */
.search-rs p.r-rs{
  color: #999;
}
.search-rs p.r-rs span{
  color: #F41B1B;
  font-weight: bold;
}
.search-rs h1{
  font-weight: bold;
  color: #666;
  border-bottom:1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 24px;
}
.search-rs h1 span{
  color: #CCC;
}
.search-rs h1 span{
  margin: 5px;
}



/* page-link-common */
.page-link-common{
  width: 100%;
  text-align: center;
  display: block;
  float: left;
  margin-top: 20px;
}
.page-link-common ul li{
  display: inline-block;
}
.page-link-common ul li a{
  width: 35px;
  height: 37px;
  border:1px solid #ccc;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  margin: 5px 0;
}
.page-link-common ul li a i{
  font-size: 12px;
}
.page-link-common ul li a:hover,.page-link-common ul li.active a{
  background: #F41B1B!important;
  color: #FFF !important;
  border-color:#f41b1b!important;
}


/* 404-page */
.page-404,.page-500{
  text-align: center;
  padding: 70px 0;
}
.page-404 h3,.page-500 h3{
  font-size: 28px;
  margin-bottom:10px;
  border: none;
  text-align: left;
}
.page-404 h3::after,.page-404 h3::before,.page-500 h3::after,.page-500 h3::before{
  display: none;
}
.page-404 .number,.page-500 .number{
    display: inline-block;
    letter-spacing: -10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #F41B1B;
    text-align: right;
}
.page-404 .details,.page-500 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    text-align: left;
    top: 15px;
    position: relative;
}
.page-404 .details p,.page-500 .details p{
  color: #666;
}
.page-404 .details p a{
  color: #F41B1B;
}


/* dt-the */
.dt-the .thematic-name{
  font-weight: bold;
  display: block;
}

.dt-the .h-the{
  font-size: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
  font-weight: 300;
  
}
.n-b-content a.back-cd{
  position: fixed;
  left: 10px;
  top: 45%;
  border:1px solid #d8d8d8;
  padding: 12px 20px;
  z-index: 999;
  background: rgba(255,255,255,0.7);
}
.n-b-content a span{
  width: 200px;
  display: none;
  background: #ED1C24;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 45px;
  padding: 0 10px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
  white-space: nowrap;
}
.n-b-content a:hover span{
  display: block;
  position: absolute;
}
.n-b-content a.back-cd span{
  position: absolute;
  top: 0;
  left: 60px;
}
.n-b-content a.next-cd{
  position: fixed;
  right: 10px;
  top: 45%;
  border:1px solid #d8d8d8;
  padding: 12px 20px;
  z-index: 999;
  background: rgba(255,255,255,0.7);
}
.n-b-content a.next-cd span{
  position: absolute;
  top: 0;
  right: 60px;
}
.n-b-content a:hover{
  border-color: #000;
}

.dt-the .h-the > a > span { 
  display:block;
  margin:10px 5px;
  font-weight: bold;
}

.dt-the .h-the::after {
    content: "";
    width: 4%;
    height: 3px;
    background: #F41B1B;
    position: absolute;
    bottom: -15px;
    left: 48%;
    margin: auto;
    text-align: center;
}
.top-the{
  width: 100%;
  display: block;
  float: left;
  background: #F8F8F8;
  padding-right: 30px;
}
.top-the .thumb-common{
  width: 400px;
  margin-right: 30px;
}
.thematic h4{
  font-size: 24px;
  font-weight: 300;
  display: block;
  margin: 30px 0;
  width: 100%;
  float: left;
}

.thematic-more .the-1{
  width: 22%;
  float: left;
  margin-bottom: 20px;
}
.thematic-more .the-1:nth-child(2n){
  float: left;
  margin: 0 4%;
}
.thematic-more .the-1:nth-child(4n){
  float: right;
  margin-right:0;
  clear: right;
}
.thematic-more .the-1:nth-child(4n+1){
  clear: left;
}
.thematic-more .the-1 h2{
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
  float: left;
  width: 100%;
}



/* list news */
.list-news .news-o-common{
  width: 75%;
  margin-top: 20px;
}
.list-news .news-o-common h1{
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
}
.list-n .top-list-n{
  margin-bottom: 30px;
}
.list-n .top-list-n p{
  text-align: justify;
}
.list-n .top-list-n.media .media-left,.list-n .top-list-n.media .media-left img{
  width: 400px;
  /*height: 254px !important;*/
  margin-right: 20px;
}

.list-n .top-list-n h2{
  font-size: 30px;
  margin-bottom: 15px;
}
.list-n .top-list-n .thumb-common span{
  position: absolute;
  top: 0;
  left: 0;
  background: #F41B1B;
  z-index: 2;
  color: #FFF;
  font-size: 14px;
  width: 90px;
  height: 32px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 1px;
}
.list-n .top-list-n .thumb-common span::after{
  content:"";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 20px 0 0;
  border-color: #F41B1B transparent transparent transparent;
}

/* ds by */
.ds-by{
  display: block;
  width: 100%;
  /*text-align: right;*/
}
.ds-by a{
  font-weight: bold;
  color: #F41B1B;
}




.link-list-cd{
  position: absolute; 
  right: 0; 
  top: 5px; 
  font-size: 14px;  
  font-weight: normal;
  border:1px solid #d7d7d7;
  padding: 10px 10px;
}
.link-list-cd span{
  font-weight: normal !important  ;
  float: left; 
  margin: 0 !important  ; 
  padding: 0; 
}
.link-list-cd i{
  margin-right: 10px;
  float: left;  
}

.cd-on-home{
    right:15px;
    margin-top: 20px;
}

.sticked{
    position: fixed;
    z-index: 99;
    /*right:40px;*/
}
nav ul > li > a > b.caret {
    position: absolute;
    right: 0;
    top: 24px;
}
.ct-r-1 h3 > a > span {
    text-transform: uppercase;
}
.link-list-cd > span {
    text-transform: none !important;
}
.tag-n {
    padding: 10px 0;
}
.social li a i {
    padding-top: 8px;
}
.related h4 {
    border-bottom: 1px solid #ddd;
    color: #f14950 !important;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 5px;
}
.news-related {
    margin: 0;
}
li.news-related-items a i {
    color: #666;
    padding-right: 5px;
}
.news-related-items {
    padding-bottom: 5px;
}
.related {
    margin-bottom: 20px;
}
.top-header .date-time  .day,.top-header .date-time  .Hours {
    color: #999;
	font-size: 15px;
}.page-link-common ul li a:hover, .page-link-common ul li a.active {
    background: #f41b1b none repeat scroll 0 0 !important;
    border-color: #f41b1b !important;
    color: #fff !important;
}
 .new-item .thumb-common,.new-item .thumb-common img {
    /*height: 173px;*/
}
 .media-left img {
    /*height: 127px;*/
}
 .sp-news-n .thumb-common,.sp-news-n .thumb-common img {
    /*height: 356px;*/
}
.list-n .media .media-left, .list-n .media .media-left img {
    /*height: 204px;*/
}
 .media .media-left,.media .media-left img {
    /*height: 164px;*/
}
 #searchtoggl i {
    display: inline;
    line-height: 50px;
}
.gsc-input-box {
    background: #fff none repeat scroll 0 0;
    height: 32px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    height: 32px!important;
    margin-top: 2px;
    min-width: 13px;
    padding: 6px 27px;
    width: 75px!important;
}
.gsc-above-wrapper-area {
    display: none;
}
.gcsc-branding {
    display: none;
}
.gs-title {
    color: #222 !important;
    font-family: Calibri,Arial,sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.gs-title  b
{
    color:#f41b1b !important;
    font-family: Calibri,Arial,sans-serif !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-decoration: none !important;
}
.gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
    display: none;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
    height: 150px!important;
    overflow: hidden;
    width: 240px!important;
}
.gs-web-image-box-portrait img.gs-image {
    max-height: 150px !important;
    max-width: 220px !important;
    height: 150px!important;
    width: 220px!important;
}
     .gsc-cursor .gsc-cursor-current-page
     {
    border: 1px solid #ccc!important;
    display: inline-block!important;
    height: 35px!important;
    line-height: 35px!important;
    margin: 5px 2px 0px 0px!important;
    text-align: center!important;
    width: 35px!important;
    color: #f41b1b !important;
     }
     .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    color: #fff !important;
    background:#f41b1b !important;
}
    .gsc-cursor .gsc-cursor-page {
    border: 1px solid #ccc!important;
    display: inline-block!important;
    height: 35px!important;
    line-height: 35px!important;
    margin: 5px 2px 0px 0px!important;
    text-align: center!important;
    width: 35px!important;
    color: #000!important;
}
.gsc-webResult.gsc-result {
    border-bottom: 1px dotted #ccc !important;
    padding: 20px 0 !important;
}
.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.gsc-table-cell-thumbnail.gsc-thumbnail {
    display: block;
    height: 150px !important;
    width: 240px !important;
}
.gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
    height: 150px !important;
    width: 220px !important;
}
.gs-web-image-box-landscape img.gs-image {
    height: 150px !important;
    max-height: 150px !important;
    max-width: 220px !important;
    width: 220px !important;
}
.page-link-common ul li:first-child a.active {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ddd !important;
    color: #222 !important;
}
#related .l-most-n .thumb-common {
    height: 69px;
}
#related .l-most-n .thumb-common img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    display: block;
    float: left;
    overflow: hidden;
    position: absolute;
    /*height: 69px;*/
    width: 100%;
}
#readmore .l-most-n .thumb-common {
    height: 69px;
}
#readmore .l-most-n .thumb-common img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
    display: block;
    float: left;
    overflow: hidden;
    position: absolute;
    /*height: 69px;*/
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p, span,div{
	letter-spacing: 0px;
}
.dnnRegistrationForm .dnnFormMessage {     display: none; }
div.dnnRegistrationForm {
    min-width: 340px;
    width: 100% !important;
}
div.dnnRegistrationForm .dnnForm {
    float: left;
    min-width: 50px;
    width: 100% !important;
}
div.dnnRegistrationForm .dnnFormItem > .dnnLabel {
    font-weight: normal !important;
    margin-top: 5px;
    width: 100px !important;
}
div.dnnRegistrationForm .dnnFormItem .dnnLabel label span {
    font-weight: normal !important;
}
div.dnnRegistrationForm .dnnFormItem .dnnLabel label span::after {
    content: none !important;
}
div.dnnRegistrationForm .dnnFormHelp {
    display: none !important;
}
.TitleH2 {
    color: #222;
    font-size: 15px;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 !important;
}
div.dnnRegistrationForm  .dnnFormItem input[type="text"]{
    height: 32px !important;
    max-width: 445px;
    padding: 5px !important;
    width: 255px;
}
div.dnnRegistrationForm  .dnnSocialRegistration {
    display: none;
    float: left;
    width: 35%;
}
div.dnnRegistrationForm  .dnnSecondaryAction {
    display: none;
}
div.dnnRegistrationForm .dnnPrimaryAction {
    background: #e9e9e9 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    box-shadow: 0 0 0 !important;
    color: #222;
    float: right;
    font-size: 16px;
    font-weight: normal !important;
    margin: 10px -1px -1px 145px;
    padding: 3px 10px !important;
    text-shadow: 0 0 0 !important;
    transition: all 0.3s ease 0s;
    width: 30%;
}
.ds-by > a {
    border: medium none !important;
    float: right !important;
    margin: 0 !important;
    padding: 4px !important;
	width: 58px !important;
}
.ds-by-1 {
  margin-right: 118px;
}
.ds-by {
  display: block;
  line-height: 26px;
  text-align: right;
  width: 199px !important;
  margin-right: 113px;
}
.social li a em {
    line-height: 28px;
}
.social {
    margin-left: 0;
}
.r-footer .social li a:hover {
    background: #f41b1b none repeat scroll 0 0;
    border-color: #f41b1b;
    color: #fff !important;
}
.tag-n span {
    text-transform: uppercase;
}
.row-ct.row-right.row-in-dt.sticked {
  background: #fff none repeat scroll 0 0;
}
.media-body {
  text-align: left;
}
.list-more-n li {
  font-size: 20px;
  /*text-align: justify;*/
}
#dnn_footerPaneRight .dnnLabel > label {
  display: none;
}
.gsc-input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
