﻿@charset "utf-8";
/*
Theme Name: ***** Default Theme
Theme URI: 
Description: ***** Default Theme
Version: 1.0
Author:
Tags: 
*/
body {
    width:100%;
    color: #181818;
    font-family: arial;
    font-size:12px;
    margin:0px;
	padding: 0px;
    background:#fff;
	background-size: 100%;
}
ul{
    list-style:none;
	margin-left:0px;
	padding-left:0px;
}
a{
    text-decoration:none;
     text-align: justify;
	color:#000;
}
div{
    text-align: justify;
}
a:hover, a:focus {
        opacity: 0.7;
}
h1{
    margin: 0px;
    text-align: left;
}
h2{
	margin-top: 0px;
    margin-bottom: 0px;
}
/***********/
.tr_mobile
{
  display:none!important;
}
.tr_pc
{
  display:block!important;
}
.d_mneu_mobile {
    margin: 0px auto;
    background:url(img/bg-menu.png) no-repeat;
    width: 100%;
    margin-top: 0px;
    float: left;
    position: relative;
	margin-bottom:10px;
    overflow: hidden;
}
.header-top{
    /*background: -webkit-linear-gradient(#015f21, #029032);
    background: -o-linear-gradient(#015f21, #029032);
    background: -moz-linear-gradient(#015f21, #029032);
    background: linear-gradient(#015f21, #029032);*/
     /*background: -webkit-linear-gradient(#029032, #029032);
    background: -o-linear-gradient(#029032, #029032);
    background: -moz-linear-gradient(#029032, #029032);
    background: linear-gradient(#029032, #029032);*/
    /*background: url(img/bia.jpg) no-repeat right;*/
     background: -webkit-linear-gradient(left, #029032 , rgba(2, 144, 50, 0.34) ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #029032 ,  rgba(2, 144, 50, 0.34)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #029032 , rgba(2, 144, 50, 0.34) ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #029032 ,  rgba(2, 144, 50, 0.34)); /* Standard syntax (must be last) */

    /*background: -webkit-gradient(linear,left top,right top,color-stop(0.3, rgba(2, 144, 50, 0.34)),color-stop(0.7, #029032));
    background: -o-linear-gradient(linear,left top,right top,color-stop(0.3, rgba(2, 144, 50, 0.34)),color-stop(0.7, #029032));
    background: -moz-linear-gradient(linear,left top,right top,color-stop(0.3, rgba(2, 144, 50, 0.34)),color-stop(0.7, #029032));
    background: linear-gradient(linear,left top,right top,color-stop(0.3, rgba(2, 144, 50, 0.34)),color-stop(0.7, #029032));*/
    height: 160px;
    
}

.header-top .logo{
    /*background:url(img/trongdong.png) no-repeat right;*/
        background-size: 58% 100%;
	/*padding: 15px;*/

    /*background: url(img/bia.jpg) no-repeat right;
    background-size: 614px;*/

	/*padding: 15px;*/
    line-height: 160px;
}
.logo-slider {
    width: 60%;
    height: 160px;
    float: right;
}
.logo-slider > #myCarousel > .carousel-inner .item > a > img {
    height: 160px !important;
}
.header-bot{
	background:url(img/bg-menu.png) no-repeat;
	background-size:100% 100%;
        height: 45px;
}
.oaerror {
    padding: 10px 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 15px;
}
.info {
  border-left-color: #d9534f;
  background-color: rgba(217, 83, 79, 0.1);
  color:#d9534f;
}

.info strong {
  color: #d9534f;
}
.info h1 {
  font-size:16px;
}
.menu ul {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.menu ul li{
	float:left;
    background: url(img/border-menu.png) no-repeat right;
}
.menu ul li a {
    padding: 14px 5px;
    float: left;
    text-transform: uppercase;
    color: #fff;
    /*padding-top: 15px;*/
    font-size: 11.5px;
    font-weight: bold;
    font-family: arial;
}
.menu ul li:nth-last-child(1) a{
    padding-right: 0px;
    padding-left: 5px;
}
.menu ul li:nth-last-child(1){
	background:none;
}

.menu ul li:nth-child(1) a{
	    padding: 0px;
    font-size: 15px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-indexs{
    /*padding-top: 10px;*/
    padding-bottom: 10px;
}
 #custom-search-input {
        margin:0;
        margin-top: 10px;
        padding: 0;
		    float: right;
    width: 200px;
    margin-top: 0px;
    margin-right: -23px;
	position:absolute;
	right: 0px;
    }
 
    #custom-search-input .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 .header-s .input-group input{
	height:36.5px !important;
	font-size: 13px;
	padding-right: 30px !important;
 }
    #custom-search-input button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color:#490066;
    }
 .main-quangcaoup{
     display: none;
        }   
    .search-query:focus + button {
        z-index: 3;   
        }
.header-s{
    background: #ebebeb;
    overflow: hidden;
	position:relative;
    /*margin-top: 15px;*/
    margin-bottom: 15px;
        height: 38px;
}
.header-s h1{
min-width: 110px;
    float: left;
    background: url(img/bg-title1.png) no-repeat;
    margin: 0px;
    padding: 13px;
    font-size: 13px;
    padding-left: 10px;
    border-left: 4px solid #028A30;
    background-size: 100% 100%;
    padding-bottom: 11px;
    /*font-size: 14px;*/
    font-weight: 700;
    text-transform: uppercase;
}
.header-s h1 a {
    color: #01842d;
}
.header-s-main{
    min-width: 42%;
    max-width: 42%;
    float: left;
    /*padding: 10px;*/
    text-align: left;
    /*border-right: 1px solid #ccc;*/
    line-height: 37px;
}
.header-s-mains {
    width: 66%;
    float: left;
    /* padding: 10px; */
    text-align: left;
    border-right: 1px solid #ccc;
    line-height: 37px;
}
.header-s-date{
    width: 38%;
  float: right;
    left: 0;
    padding: 10px 5px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
}
.main-s1-left{
    width: 510px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    float: left;
}
.tt-l{
    width: 100%;
    /*height: 375px;*/
    max-height: 480px;
    margin-bottom: 15px;
    overflow: hidden;
     font-size: 13px !important;
}
.tt-l-img{
    text-align: center;
	width:100%;
	/*height:270px;*/
	height:333px;
}

.tt-l-img img{
	height:100%;
	/*width:100%;*/
}
.tt-l-title{
    font-size: 18px;
    font-weight: bold;
    color: #181818;
    line-height: 130%;
    height: 50px;
    margin-top: 15px;
    /*margin-bottom: 6px;*/
}
.tt-m ul li{
	width: 160px;
    float: left;
    height: 190px;
	margin-right: 9px;
}
.tt-m-img{
    max-width: 100%;
    height: 110px;
    margin-bottom: 10px;
        text-align: center;
}
.tt-m-img img{
    max-width: 100%;
    height: 100%;
}
.tt-m ul li:nth-last-child(1){
	margin-right: 0px;
}

.tt-m-title{
    height: 50px;
    overflow: hidden;
    font-weight: bold;
}


.title-green a {
    color: #019433;
}
.tt-m{
    overflow: hidden;
}
.main-s1-mid{
    width: 228px;
    float: left;
    padding: 0px 10px;
    
}
.main-s1-mid .nav > li > a {
    padding: 10px 14px;
    border: none !important;
    background: #ebebeb;
    margin-right: 0px;
    border-radius: 0px;
}
.main-s1-mid .nav > li{
    margin-bottom:0px;
}
.title-red{
    padding: 7px 33px 7px 30px;
    background: url(img/bg-title-red.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
	margin-left: 1px;
    font-size: 14px;
}
.main-s1-mid .nav > li.active > a {
    padding: 10px 14px;
    border: none !important;
    background: #d7d7d7;
    margin-right: 0px;
    border-radius: 0px;
}
.main-s1-mid .nav{
	border-bottom:0px;
}
.main-s1-mid .tab-content ul{
	margin-bottom:0px;
}
.main-s1-mid .tab-content ul li{
	padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background: url(img/icon-type.png) no-repeat left 13px;
    padding-left: 10px;
    padding-right: 5px;
}
.main-s1-mid .panel{
	margin-bottom:0px;
}
.main-s1-right{
    width: 285px;
    float: right;
    padding-left: 14px;
    overflow: hidden;
	border-left: 1px solid #EEE;	
}

.main-s1-right .apphich_1,.main-s1-right .apphich_1 img{
	width:100%;
	height:190px;
}
.main-s1-right .btn{
    width: 100%;
    text-align: left;
    border: none;
    background: #f1f0ee;
    /*margin: 1px 0px;*/
    margin: 3px 0px;
	font-size:12px;
	font-weight:bold;
	color:#323232;
}
.main-s1-right .btn:hover{
    opacity:.7;
}
.main-s1-right .btn img{
    margin-right: 5px;
}
.main-content-tin p {
    font-size: 14px !important;
     font-family: arial !important;
}
.main-content-tin {    
    font-family: arial !important;
    font-size: 16px !important;
}
.main-content-tin>p>img {
    max-width: 100%;
}
.main-content-tin>font>p>img {
    width: 100% !important;
}
.main-content-tin>img {
    max-width: 100%;
}
a.btn.btn-default>img{
    width: 24px;
}
.tintuc-lienquan li {
    background: url(/Areas/ExtAppCommon/Content/QUAN-KHU-7/img/gray_dot.png) no-repeat 0px 8px;
    background-size: 6px;
    padding-left: 15px;
}
.tintuc-lienquan li a {
      color: #666;
    font-size: 13px;
}
.tin-lien-quan ul h4 {
          float: right;
    background: url(/Areas/ExtAppCommon/Content/QUAN-KHU-7/img/bg_arrow_xemthem.gif) no-repeat right 8px;
    width: 10%;
}
.tin-lien-quan ul h4 a {
    font-size: 14px;
    color: #666;
}
.presta_oo .carousel-caption{
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.4);
    padding-top: 10px;
}
.presta_oo .carousel-caption a{
    color:#fff;
}

.presta_oo .carousel-caption a{
    width: 100%;
    height: 180px;
}

.presta_oo .carousel-caption a img{
    width: 100%;
}
/*.presta_oo.presta_oo1 .title-green .carousel-inner {
    min-height: 180px;
}*/
.main-quangcaoup {
    width: 100%;
    float: left;
}
.main-quangcaoup ul li{
    width: 200px;
    float: left;
    margin-right: 4px;
}
.quangcao-left-right {
    max-width: 1400px;
    margin: 0 auto;
    /*padding-top: 1px;*/
    background-color: #e0030c;
}
/*menu*/
 .scrollq {
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    margin-top: 0px;
}
/*quang cao right*/
.scrollqR {
    z-index: 1;
    position: fixed;
    right: 250px !important;
    top: 45px;
    width: 175px;
    margin-top: 0px;
}
    /*quang cao left*/
.ll  {
    z-index: 1;
    position: fixed;
    left: 250px !important;
    top: 45px;
    width: 175px;
    margin-top: 0px;
}
.slider-qc-left img,.slider-qc-right img{
    width: 175px;
}
.presta_oo .title-green{
    color: #019433;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 2px solid #019433;
    margin-bottom: 5px;
    margin-top: 10px;
}
.presta_oo1{
	margin-top:10px;
}
.presta_oo1 #myCarousel .item img {
       max-height: 185px;
    width: 100%;
}
.slider-qc-left {
    float: left;
}
.slider-qc-right {
    float: right;
}
.menu ul li:nth-child(1) a i{
	color:#FFE400;
}
.main-s1,.main-s2{
    overflow: hidden;
}

.titlegc span{
    background: url(img/bg-title-green-s.png);
    padding: 5px 5px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    float: left;
    line-height: 100%;
    text-transform: uppercase;
}
.titlegc img{
    float: left;
    height: 28px;
}
.titlegc{
    width: 70%;
    float: left;
}
.seemore{
    width: 60px;
    float: right;
    padding: 5px 0px;
}
#thumbOverlayContent .details h2 {
    font-size: 20px;
}
.title-green-cus{
    overflow: hidden;
    border-bottom: 2px solid #019433;
}
.main-s2-left{
    width: 610px;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}
.main-s2-right{
    width: 410px;
    float: right;
    padding-left: 10px;
}
.main-s2-left-left{
    width: 370px;
    margin-top: 15px;
    float: left;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ddd;
}
.main-s2-left-left ul{
    margin-bottom:0px;
	float:left;
	width:100%;
}
.main-s2-left-left ul li{
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.main-s2-left-left ul li h5{
    font-size: 13px;
    font-weight: bold;
    margin-top: 0px;
}

.img-main-s2-left-left{
	    width: 305px;
    height: 206px;
    overflow: hidden;
    /*float: left;
    margin-right: 15px;*/
           text-align: center;
    margin: 0 auto;
}
.img-main-s2-left-left img{
	max-width: 100%;
	max-height:100%;
}
.details-main-s2-left-left{
    width: 185px;
    font-size: 13px;
    float: left;
	line-height:150%;
}
.star-main-s2-left-left{
    font-size: 12px;
    color: #666666;
    padding-top: 10px;
    overflow: hidden;
    font-style: italic;
    float: left;
        /*width: 100%;*/
}
.star-main-s2-left-left img{
    margin-top: -3px;
    margin-right: 5px;
}

.main-s2-left-right{
	width: 220px;
    float: left;
    margin-top: 15px;
}
.main-s2-left-right ul li {
    /*padding-left: 15px;*/
    /*background: url(img/icon-star.png) no-repeat left 3px;*/
    margin-bottom: 15px;
}
.main-s2-left-right ul li a{
    /*font-size: 12px;
    font-weight: bold;*/
    font-size: 13px;
}

.main-s2-left-left ul li:nth-last-child(1) {
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 0px;
}
.main-s2{
    margin-top: 10px;
}
.main-s1-mid .tab-content ul li:nth-last-child(1){
	border:none;
}
.video-l{
	width:100%;
	height:300px;
	/*margin-top:15px;*/
	margin-bottom:10px;
}
.title-thqk7{
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin-bottom: 10px;
}
.video-ls li{
    float: left;
    width: 125px;
    height: 150px;
    margin-right: 12px;
	margin-bottom: 5px;
	text-align:center;


}
.video-info {
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 10px;

}

.channels {
    text-align: center;
}
.overlay span {
    /* width: 80px; */
    /*padding: 5px 0px;*/
    float: left;
    text-align: right;
}
.like-facebook {
    width: 100%;
    /*float: left;
    margin-left: 25px;*/
}
.like-facebook .fb-like.fb_iframe_widget{
    /*margin-left:-156px;*/
    /*margin-top:-5px;*/
}
.video-ls li:nth-child(3n){
    margin-right: 0px;
}
.video-ls li a img{
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
}
.main-s2-left-right ul{
	margin-bottom:0px;
	
}
.main-s2-left-right ul li:nth-last-child(1){
	margin-bottom:0px;
	
}
.titlegc1{
	width:auto;
}
.main-s1-left.main-s1-left-ctt.main-s1-left-ctt-list .tc-list-tin {
    /*border-top: 2px dotted #dedede;*/
    padding-top: 10px;
    min-height: 150px;
}
.csFB7D5B92 {
       font-family: arial !important;
    font-size:13px !important;
}
.main-s3-left{
	    width: 747px;
    float: left;
    padding-right: 10px;
}
.title-green-cus ul{
    margin-bottom: 0px;
    float: left;
    width: 62%;
    margin-left: 15px;
}
.title-green-cus ul li{
    float: left;
    padding-top: 8px;
    padding-right: 10px;
}
.title-green-cus ul li a{
color:#666666;
font-size:12px;
padding-right:10px;
border-right:1px solid #ddd;
}
.title-green-cus ul li:nth-last-child(1) {
    padding-right: 0px;
}
.title-green-cus ul li:nth-last-child(1) a {
    padding-right: 0px;
	border-right:none;
}
.sitemaps {
        float: left;
    width: 100%;
    height: 37px;
    margin-left: 10px;
}
.sitemaps ul{
    margin-bottom: 0px;
    float: left;
    width: auto;
    /*margin-left: 15px;*/
}
.sitemaps ul li{
    float: left;
    /*padding-top: 8px;*/
    padding-right: 10px;
    line-height: 37px;
}
.sitemaps ul li a{
color:#666666;
font-size: 13px;
padding-right: 10px;
border-right: 1px solid #795548;
    font-weight:bold;
}
.sitemaps ul li:nth-last-child(1) {
    padding-right: 0px;
}
.sitemaps ul li:nth-last-child(1) a {
    padding-right: 0px;
	border-right:none;
}
.sitemaps .wrap .frame ul.clearfix li.add-width {
    width: 2000px !important;
}
.sitemaps .wrap .frame ul.clearfix li:nth-last-child(2) a {
    padding-right: 0px;
	border-right:none !important;
}
.main-quangcao >.carousel-inner >.item1>.col-xs-12 > a > img {
         width: 200px !important;
    height: 176px;                                                                     
}
.main-quangcao .item1 {
    margin-left: 5px;
}
.col-md-2.col-sm-2.col-xs-12 {
    float: left;
    width: 198px;
    height: 176px;
    margin-right: 4px;
    padding: 0;
}
.main-s3{
	overflow: hidden;
    /*margin-top: 15px;*/
    margin-top: 5px;
    float: left;
}
.main-s3 .main-s3-left-banner{
    width: 100%;
    height: 135px;
    overflow: hidden;
    margin-bottom: 15px;
}
.main-s3 .main-s3-left-banner img{
	width:100%;
	height:100%;
}

.main-s3-left-content-left{
    overflow: hidden;
    width: 326px;
    /*width: 55%;*/
    padding-right: 7px;
    float: left;
    margin-top: 10px;
    /*margin-bottom: 10px;*/
    border-right: 1px solid #eee;
    margin-right: 7px;
}
.tin-s3{
	overflow:hidden;
}
.tin-s3 h5{
    font-size: 13px;
    font-weight: bold;
    margin-top: 0px;
    display: none;
}
.tin-s3-details{
    width: 325px;
    margin-bottom: 5px;
    font-size: 17px;
    margin-top: 8px;
   padding-right: 7px;
}
.main-s3-left-star{
	float:none;
}
.s3_main-s2-left-right{
	margin-top:10px;
}
.s3_main-s2-left-right ul li{
	margin-bottom:5px;
}
.nd-tin-s3{
	overflow:hidden;
    /*margin-bottom: 15px;*/
}
.main-s3-right{
	width:270px;
	float:right;
}
.title-green1{
	margin-bottom:0px !important;
}
.bcb_1 img{
    width: 100%;
   height: 160px;
    /*margin-bottom: 12px;*/
}
.bcb_1 .bcb_1-title{
    padding:10px;
	background:#019433;
	color:#fff;
	margin-bottom:5px;
}
.title-green1.audio {
    margin-top: 20px !important;
}
.video-l .csFB7D5B92 {
    text-align: center !important;
}
.title-green img{
	    margin-right: 5px;
}
.main-dbtt{
	border:1px solid #ddd;
	padding:10px;
    overflow: hidden;
}
.bcb_1s{
	margin-bottom:10px;
}
.bcb_1 .col-md-8 p{
	margin-bottom:6px;
}
.bcb_1 .tktc-dtc{
    background: url(img/truycap.png) no-repeat;
    padding-left: 25px;
}
.bcb_1 .tktc-tn{
    background: url(img/truycap.png) no-repeat 0px -22px;
    padding-left: 25px;
}
.bcb_1 .tktc-tt{
    background: url(img/truycap.png) no-repeat 0px -44px;
    padding-left: 25px;
}
.bcb_1 .tktc-ttg{
    background: url(img/truycap.png) no-repeat 0px -67px;
    padding-left: 25px;
}

.footer-top{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.footer-top-left{
    width: 50%;
    float: left;
    padding: 10px;
    font-weight: bold;
}
.footer-top-left a{
	color:#666666;
}
.footer-top-right{
    width: 370px;
    /*width: 400px;*/
    float: right;
    text-align: right;
}
.footer-top-right-1{
    width: 250px;
    float: left;
    padding: 10px;
    border-left: 1px solid #eee;
    text-align: left;
}
.footer-top-right-2{
    width: 120px;
    float: left;
    padding: 10px;
    border-left: 1px solid #eee;
    text-align: left;
    padding-right: 0px;
}
.footer-top-right-1 img,.footer-top-right-2 img{
	margin-right:5px;
}

.footer-top-right-1,.footer-top-right-2{
    float: left;
    padding: 10px;
    font-weight: bold;
	color:#666666;
	}
	
.footer-top-right-1 span,.footer-top-right-2 span{	
    margin-top: 3px;
    float: right;	
}

.footer-mid{
    padding:15px 15px;
    background-color: #e0030c;
}
.footer-mid h5{
    width: 70px;
    float: left;
    margin: 0px;
    color: #ffe400;
    font-weight: bold;
	font-size:12px;
    padding-top: 3px;
}
.footer-mid ul{
	overflow:hidden;
margin-bottom:0px;	
}	
.footer-mid ul li{
	float: left;
    /*padding: 0px 19px;*/	
    /*padding: 0px 19px 4px 19px;*/	
    padding: 0px 5px 4px 12px;
}
.footer-mid ul li:nth-child(8) {
    float: left;
         float: left;
    padding-left: 75px;
}
/*.footer-mid ul li:nth-child(9),.footer-mid ul li:nth-child(10),.footer-mid ul li:nth-child(11),.footer-mid ul li:nth-child(12),.footer-mid ul li:nth-child(13),.footer-mid ul li:nth-child(14),.footer-mid ul li:nth-child(15){
    float: left;
    padding-right: 18px;
}*/
/*.footer-mid ul li:nth-last-child(2){
    padding: 0 35px;
}*/	
.footer-mid ul li a{
	color:#fff;    
	font-weight: bold;	
}	
.footer-mid ul li:nth-last-child(1){
	padding-right:0px;
}	
.tongtc img{
	width:auto;
} 
.footer-sitemap ul.col-md-3 {
       min-height: 155px;
          
}
.footer-sitemap ul.col-md-3.pacus h5 a, .footer-sitemap ul.col-md-3 h5 a{
    font-weight: bold;
    color: #111;
}
.footer-sitemap ul.col-md-3 li {
    padding-bottom: 3px;
}
.footer-sitemaps {
    display: none;
}
.footer-bot{
	    background: #019433;
    color: #fff;
    padding: 20px 0px;
}	
.footer-bot-left{
	width:50%;
	float:left;
}	
.logo-ft{	
    width: 250px;
    height: 60px;
    overflow: hidden;
margin-bottom:10px;	
}	
	.logo-ft img{	
    width: 100%;
	height:100%;
}
.footer-bot-right{
	    width: 50%;
    float: right;
    text-align: right;
}	
.social-icon i{
	font-size:20px;
	margin-left:10px;
}	
.social-icon{
	margin-bottom:30px;
    width: 100%;
    float: right;
}		
.social-icon a{
	color:#fff;
}		
	
	
.menu ul li:hover a{
	color:#FFE400;
}	
.tt-l-title:hover {
    color: #01842D;
}	
.star-main-s2-left-left:hover {
    color: #2098d1;	
}
.title-green-cus ul li:hover a {
    color: #2098d1;	
}	
.footer-top-right-1:hover, .footer-top-right-2:hover {
    color: #2098d1;
}	
.footer-mid ul li:hover a {
    color: #ffe400;
}	
.bcb_1:hover .bcb_1-title {
    background: #E0030C;
}	
	
	
	
.menu ul li{
	position:relative;
    /*line-height: 10px;*/
}
.menu ul li:hover ul{
	display:block
}	
.menu ul li ul{
    display: none;
    position: absolute;
    width: 150px;
    background: #E2040D;
    top: 43px;
    left: 0px;
	z-index:9999;
}	
.menu ul li ul li{
    width: 100%;
    border-bottom: 1px dashed #ccc;
}		
.menu ul li ul li a{
    font-size: 12px !important;
    color: #fff !important;
    width: 100%;
    padding-left: 10px !important;
}		
.menu ul li ul li:hover a{
    color: #ff0 !important;
}			
.menu ul li ul li:nth-last-child(1){
    border-bottom: 0px dashed #ccc;
}		
	
	
.dateandshare-top .date{
	/*width:50%;*/
    width: 33%;
	float:left;
}
.dateandshare-top .share{
    /*width:50%;*/
	width:67%;
	float:right;
	text-align:right;
}
.dateandshare-top .share img{
	margin-left:5px;
}	
.dateandshare-top .share span{
	margin-left:5px;
	color:#ccc
}	
.main-s1-left-ctt{
	width: 511px;
    margin-bottom: 20px;
}	
.main-s1-mid-ctt{
	    width: 228px;
}
.dateandshare-top
{
	overflow:hidden;
}	
.title-content-tin{
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}	
.excrep-content-tin{	
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;	
}
.content-tin{
	line-height: 200%;
}
.btn-guicmt{
	margin-top:10px;
	margin-bottom:20px;
}
.comment-tin{
    margin-top: 10px;
    padding: 15px;
    overflow: hidden;
    width: 100%;
}
.aspx-middle h4{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #eeeeee;
    padding: 10px;
    border-top: 2px solid #027228;
    margin-top: 0px;
	margin-bottom: 5px;
}
.aspx-middle .tindautien img{
	width:100%;
	margin-bottom:5px;
}
.aspx-middle .tindautien{
	font-size:13px;
	line-height:120%;
	margin-bottom:5px;
}
.aspx-middle ul li{
    padding: 5px 0px;
    border: 1px dashed #ccc;
    border-left: none;
    border-right: none;
}
.aspx-middle ul li a{
    font-size:13px;
}
.aspx-middle ul li:nth-last-child(1){
    border-bottom:none;
}
.banner-mid img{
	width:100%;
}
.left-sf1{
	width: 739px;
    overflow: hidden;
    float: left;
}
.tin-lien-quan{
	width:100%;
	overflow:hidden;
}
.title-tlq{
	border-top: 2px solid #eee;
    padding-top: 5px;
	margin-bottom:10px;
}
.title-tlq h3{
    width: 100px;
    border-top: 2px solid #5CB85C;
    margin-top: -7px;
    padding-top: 10px;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.title-post-lq {
    float: left;
}
.tin-lien-quan ul li{
    width: 177px;
    min-height: 170px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
}
.tin-lien-quan ul li img{
    max-width:100%;
	height:110px;
	margin-bottom:5px;
}
.tin-lien-quan ul li:nth-child(4n){
	    margin-right: 0px;
}
.banner1{
	width:100%;
	overflow:hidden;
}
.banner1 img{
	width:100%;
}


.main-s1-left-ctt-list .main-s3-left-content-left {
    overflow: hidden;
    width: 100%;
    padding-right: 7px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: none;
    margin-right: 7px;
}

.main-s1-left-ctt-list .main-s3-left-content-left .tin-s3-details {
    width: 310px;
}
.main-s3-left-content-left-list .tin-s3{
	margin-top:15px;
	border-top:1px dashed #ccc;
	padding-top:15px;
}
.main-s3-left-content-left-list .tin-s3:nth-child(1){
	margin-top:0;
	border-top:0px dashed #ccc;
	padding-top:0;
}
.starlist-date{
	padding-top:0px;
	margin-bottom:5px;
}
.smapss1{
	float:left;
}
.header-s-main marquee{
       float: left;
    /* width: 100%; */
    margin-left: 20px;
    color: red;
    font-size: 15px;
}
.tc-list-tin .imge {
   width: 200px;
    float: left;
    height: 130px;
    margin-right: 15px;
    text-align: center;
}
.tc-list-tin .imge img{
	max-width:100%;
	max-height:100%;
}	
 .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0 !important;
        }
 .SearchAll_Result .header-s-main {
    max-width: 46%;
}
.tc-list-tin .tile h2{
    font-size: 13px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 150%;
}
.tc-list-tin .tile h2 a{
	cursor:pointer;
}
.tc-list-tin .star-main-s2-left-left {
    width: 280px;
	margin-bottom:5px;
}
.tc-list-tin .delt{
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 15px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
    z-index: 999999;
}

.popup {
  margin: 5% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  /*height: 500px;*/
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
     top: 0px;
    right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
    color: red;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.impr-video {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
}
        .video-list-header h1 {
    max-width: 100%;
    margin: 0px;
    text-align: left;
    padding: 10px;
    font-size: 15px;
    color: #F00;
    background: #ccc;
    background: -webkit-linear-gradient(#ccc, #fff);
    background: -o-linear-gradient(#ccc, #fff);
    background: -moz-linear-gradient(#ccc, #fff);
    background: linear-gradient(#ccc, #fff);
}
        .video-list-header h1 a {
    color: #F00;
    font-weight: bold;
}
        .video-item {
    width: 250px;
    float: left;
    padding: 10px;
    height: 300px;
    overflow: hidden;
}
        .video-info span {
    /*width: 100%;*/ 
    padding: 5px 0px;
    float: left;
    text-align: left;
}
        .video-info {
    margin-bottom: 5px;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 0;
}
        .videoss {
    border: 5px solid #ccc;
}
        .like-facebooks {
    /*width: 100%;*/
    float: left;
    /*margin-left: 50px;*/
}
         a.button{
            color: #666;
    font-size: 13px;    
        }
         .sel_weather {
             width: 100% !important;
         }
         select.sel_weather {
    width: 100% !important;
}
  #post-comment .post-content {
    padding: 0;
    background: #f4f4f4;
}
    #post-comment .post-left {
    width: 50%;
    float: left;
    padding-right: 2.3%;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
    #post-comment .caption-txt {
    font: 700 13px Arial;
    color: #333;
    margin-bottom: 5px;
        text-align: left;
}
    #post-comment .post-left .wrap-social {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 10px;
}
    #post-comment .post-left .wrap-social a {
    /*margin: 5px 10px 0 0;*/
}
    .login-social {
    background: url(img/icon_social_f_g_t.png) no-repeat;
    width: 110px;
    height: 30px;
    display: inline-block;
    font-size: 100%;
    vertical-align: top;
}
    #post-comment .post-left .wrap-social a {
    /*margin: 5px 10px 0 0;*/
}
    .login-social.lg-facebook {
        margin-right: 20px;
    }
    .login-social.lg-google {
    background-position: 0 -30px;
}
    #post-comment .post-left .wrap-social a.lg-vitalk {
    margin-right: 0;
        display: none;
}
    #post-comment .post-left .wrap-social a {
    /*margin: 5px 10px 0 0;*/
}
    #post-comment .post-left .wrap-login-vne .btn-login-vne {
    background-color: #858585;
    color: #fff;
    text-align: center;
    font-size: 14px;
    display: block;
    height: 30px;
    line-height: 30px;
        width: 100%;
}
    #post-comment .post-left .wrap-login-vne .btn-login-vne .img-user-lb {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}
    #post-comment .post-right {
    width: 50%;
    padding-left: 2%;
    float: left;
}
    #post-comment .form_group {
    margin-bottom: 15px;
}
    #post-comment .form_group input {
    height: 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 10px;
    font: 400 13px/30px Arial;
    width: 100%;
    box-sizing: border-box;
    color: #666;
}
    #post-comment .form_group.complete {
    text-align: right;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
    .my_btn {
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    border: none;
    color: #fff;
    background-color: #029032;
    font-size: 14px;
    cursor: pointer;
}
    #post-comment .lb-footer {
    background: none repeat scroll 0 0 #fff;
    padding: 10px 20px;
    font: 400 13px Arial;
}
    #post-comment .lb-footer a {
    color: #9f224e;
}     
    #taikhoanQK7 {
    float: left;
    width: 100%;
    margin: 10px 0;
    } 
    .tieude-ykien {
        background: #ebebeb;
    height: 30px;
    }
    .tieude-ykien p {
    padding-left: 10px;
    font-size: 17px;
    line-height: 30px;
    color: #01763d;
    font-weight: 600;
    }
    #box_comment .comment_item .user_status .block_like_web {
    position: relative;
    padding: 5px 0 0;
}
    .txt_blue {
    color: #004f8b!important;
}
    .icon_feedback {
    background-position: -545px 5px !important;
    width: 13px;
}
    .icon_portal {
    display: inline-block;
    background: url(img/icon_portal.gif) no-repeat;
}
    a.link_thich {
    color: #004F8B!important;
    /*margin-right: 4px;
    padding-right: 6px;*/
}
    .icon_like {
    width: 13px;
    background: url(img/icon_total_01.png) no-repeat -122px -24px;
    cursor: pointer;
}
    .share_cmt_fb {
    padding: 0 8px 0 0;
    background: url(img/arrow_chiase_coment.gif) no-repeat right 5px;
}
    .comment_item .block_like_web .block_share_cmt_fb {
    position: absolute;
    right: 0;
    top: 24px;
    display: none;
    z-index: 9;
}
    .content-comment p {
        font-size: 14px;
    }
    .user-time {
            width: 45%;
    float: left;
    }
    .user-time img {
            width: 24px;
    }
    .reply-share {
            width: 50%;
    float: right;
    }
    .comment-item {
                float: left;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px dotted #ccc;
    }
    .nick-name b {
           color: #666;
    }
    p.txt_666.txt_11.right.block_like_web {
    float: right;
}
    #reply-comment {
            width: 100%;
    float: left;
    }
.main-quangcao .carousel-inner .col-md-2 img {
    width: 200px;
    height: 176px;  
    margin-left: 5px;
}
.col-sm-10.controls .vd_bg-green {
    display: none !important;
}
.create_news .menu {
    border: none !important;
    line-height: 22px;
    margin-right: 2px;
    color: #fff !important;
    font-size: 12px;
    height: 40px;
    width: 81px !important;
    background: #1fae66 !important;
}
    .aspx-middle .scroll-bar-wrap {
  width: 228px;
  position: relative;
  margin: 2em auto;
}
.aspx-middle .scroll-box {
  width: 217px;
  height: 250px;
  overflow-y: hidden;
  padding-right: 10px;
}
.aspx-middle .scroll-box::-webkit-scrollbar {
  width: .4em; 
}
.aspx-middle .scroll-box::-webkit-scrollbar,
.aspx-middle .scroll-box::-webkit-scrollbar-thumb {
  overflow:visible;
  border-radius: 4px;
}
.aspx-middle .scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,.2); 
}
.aspx-middle .cover-bar {
  position: absolute;
  background: #fff;
  height: 100%;  
  top: 0;
  right: 0;
  width: .4em;
  -webkit-transition: all .5s;
  opacity: 1;
}
/* MAGIC HAPPENS HERE */
.aspx-middle .scroll-bar-wrap:hover .scroll-box {
    overflow-y: scroll;
   /*opacity: 0;*/
  -webkit-transition: all .5s;
}
    .main-s3-left-content-right .scroll-bar-wrap {
    width: 400px;
    position: relative;
    /* margin: 2em auto; */
}
    .main-s3-left-content-right .scroll-box {
    width: 100%;
    /*width: 217px;*/
       height: 291px !important;
    overflow-y: hidden;
}
    /*.slider-qc-left,.slider-qc-right {
    display: none;
}*/
    .img-news-detail img {
           width: 130px;
    height: 87px;
    }
    .title-news-detail {
            /*margin-right: 5px;*/
            padding: 0;
    }
    .main-s2-left-right.s3_main-s2-left-right.scroll-bar-wrap .scroll-box li {
            float: left;
        width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px dotted #9E9E9E;
    }
    .details-main-s2-left-left.tin-s3-details .star-main-s2-left-left {
        width: 100%;
        float: right;
    }
    .col-md-7.title-news-detail .star-main-s2-left-left {
        width: 100%;
    }
    .main-s2 .img-main-s2-left-left {
    width: 160px;
    height: 120px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    text-align: center;
        margin-top: 4px;
}
    .main-s2 .details-main-s2-left-left {
    width: 185px;
    font-size: 13px;
    float: left;
    line-height: 150%;
}
    .main-s2 .main-s2-left-right ul li {
    padding-left: 15px;
    background: url(img/icon-star.png) no-repeat left 3px;
    margin-bottom: 10px;
}
    .main-s2 .main-s2-left-right ul li a {
    font-size: 12px;
    font-weight: bold;
}
    .main-s1-left .carousel-inner .col-xs-4 {
        padding: 2px !important;
    }
    .main-s1-left .tt-m .col-md-12 ,.main-s1-left .tt-m .col-md-12 .container-fluid {
        padding: 0 !important;
    }
    /*.row-fluid .thumbnail {
        border: none !important;
    }*/
    .main-s1-left .tt-m .col-md-12 .container-fluid .row-fluid .carousel-inner .item.active,.main-s1-left .tt-m .col-md-12 .container-fluid .row-fluid .carousel-inner .item {
        float: left;
    }
    .caption h4 {
        font-size: 13px;
        font-weight: bold;
        /*padding-left: 5px;
        padding-right: 5px;*/
        padding: 0 2px;
    }
    .row-fluid .carousel-inner .thumbnails .thumbnail {
        margin-bottom: 10px !important;
    }
    .row-fluid .carousel-inner .thumbnails .thumbnail a img{
            height: 100px !important;
    }
    .main-newscategory .tt-l-title {
        height: auto !important;
    }
    .main-newscategory .tt-l {
            height: 100% !important;
              font-size: 13px !important;
    }
    .icon_filmcamera img {
        width: 25px;
        margin-top: -10px;
    }
      .icon_filmcamera_new img {
        width: 20px;
        margin-left: 4px;
        margin-top: -5px;
    }
      .viewcounter {
              font-size: 15px;
      }
       .logo.containerss .icon-home-img {
           position: fixed !important;
        top: 14% !important;
        left: 9% !important;
        }
       .icon_viewcounter {
             padding-left: 2px;
    float: left;
    background-color: #F44336;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
       }
       .danhsach_ykien {
               width: 100%;
    float: left;
    margin-top: 10px;
       }
       .w-link-audio {
           font-size: 17px;
       }
       
.v3item-newsr .box-audio {
    background: url(img/playaudio.png) top 14px left no-repeat;
    padding-left: 20px;
}
.list-media {
        margin-bottom: 20px;
}
.Tweeter_share {
    float: right;
        margin-right: 10px;
}
.google-plus {
    float: right;
    width: 65px;
    margin-left: 10px;
}
.facebook-like-share {
    float: right;
}
.Tweeter_share_viewdetailpost {
    float: left;
        margin-right: 10px;
}
.google-plus_viewdetailpost {
    float: left;
    width: 66px;
    /*margin-left: 10px;*/
}
.facebook-like-share_viewdetailpost {
    float: left;
}
.wrap {
  position: relative;
  /*margin: 3em 0;*/
}


/* Frame */

.frame {
  /*height: 250px;
  line-height: 250px;*/
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  height: 100%;
      /*width: 3000px !important;*/
  /*font-size: 50px;*/
}

.frame ul li {
  float: left;
  /*width: 227px;*/
      /*width: 160px !important;*/
    /*min-width: 100px !important;
    max-width: 200px !important;*/
  height: 100%;
  margin: 0 1px 0 0;
  padding-left: 0;
  /*background: #333;*/
  color: #ddd;
  text-align: center;
  cursor: pointer;
}

/*.frame ul li.active {
  color: #fff;
  background: #a03232;
}*/


/* Scrollbar */

.scrollbar {
  /*margin: 0 0 1em 0;
  height: 2px;*/
  background: #ccc;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 100%;
  /*background: #292a33;*/
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}



/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}


/* Crazy example */

.crazy ul li:nth-child(2n) {
  width: 100px;
  margin: 0 4px 0 20px;
}

.crazy ul li:nth-child(3n) {
  width: 300px;
  margin: 0 10px 0 5px;
}

.crazy ul li:nth-child(4n) {
  width: 400px;
  margin: 0 30px 0 2px;
}      
.newcategory-child {
        float: left;
    width: 77%;
}    
.newcategory-child .frame {
    overflow: hidden;
   float: left;
    width: 77%;
}
.icon_viewcounter img {
    width: 25px !important;
}
.main-s1-left.main-s1-left-ctt .content-tin img {
    max-width: 500px !important;
}
.video-l .video-size_small {
    width: 400px;
    height: 300px;
}
.video-l .video-size-top {
    width: 100%;
    height: 400px;
}
.impr-video .ls-video-size-first {
    width: 100%;
    height: 500px;
}
.videoss .ls-video-size-second {
    width: 100%;
    height: 150px;
}
.header1 i.glyphicon.glyphicon-home {
    /*margin-top: 8px;*/
        margin-top: 4px;
    float: left;
    line-height: 29px;
}
.icon-home-responsive {
        width: 50px;
    float: left;
}
.icon-home-responsive .glyphicon-home:before {
    content: "\e021";
    color: yellow !important;
      margin-left: 20px !important;
    margin-top: 40px !important;
    font-size: 22px !important;
}
/*.header1 a.icon-home-responsive.glyphicon.glyphicon-home {
        margin-left: 65px !important;
        margin-top: 6px !important;
        color: yellow !important;
        font-size: 22px !important;
    }*/
@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
    a[href]:after {
    content: none !important;
  }
    .ctf-search-top-ttls {
        display: none !important;
    }
    .header-s
    {
        display: none !important;
    }
    .banner
    {
         display: none !important;
    }
}