body {
	background:#EEE !important;
    overflow:scroll !important;
    overflow-x:hidden !important;
    font-family:"Arial", verdana, sans-serif;
    font-size:14px;
}
.white{ color:white;}
.fr{float:right;}
.fl{float:left;}
.clear{clear:both;}
.overflow-scroll{overflow:scroll;}
.padding-2{padding-top:2px;padding-bottom:2px;}
.padding-5{padding-top:5px;padding-bottom:5px;}
.padding-5-all{padding:5px !important;}
.padding-bottom-10{
    padding-bottom:10px;
}
.padding-bottom-5{
    padding-bottom:5px;
}
.padding-left-10{ padding-left:10px;}
.padding-right-10{ padding-right:10px;}

.margin-top-10{
    margin-top:10px;
}
.margin-10{
    margin-top:10px;
    margin-bottom: 10px;
}
.margin-10-horizontal{
    margin-left:10px;
    margin-right:10px;
}
.margin-bottom-0{
    margin-bottom:0px;
}
.user-login{
    color:#fff !important;
    /*padding:10px;*/
    padding:5px 10px !important;
    border:none;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px !important;
    border-right: 1px solid #486e05;
    float:left;
}
/*Custom Mobile View*/

/*Custom Bootstrap 3.3.7*/
.colspan-1, .colspan-2, .colspan-3, .colspan-4, .colspan-5, .colspan-6, .colspan-7, .colspan-8, .colspan-9, .colspan-10, .colspan-11, .colspan-12, .colspan-13, .colspan-14, .colspan-15, .colspan-16, .colspan-17, .colspan-18, .colspan-19, .colspan-20, .colspan-21, .colspan-22, .colspan-23, .colspan-24 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .colspan-1, .colspan-2, .colspan-3, .colspan-4, .colspan-5, .colspan-6, .colspan-7, .colspan-8, .colspan-9, .colspan-10, .colspan-11, .colspan-12, .colspan-13, .colspan-14, .colspan-15, .colspan-16, .colspan-17, .colspan-18, .colspan-19, .colspan-20, .colspan-21, .colspan-22, .colspan-23, .colspan-24 {
    float: left;
  }
  .colspan-24 {
    width: 100%;
  }
  .colspan-23 {
    width: 95.83333333666667%;
  }
  .colspan-22 {
    width: 91.66666667%;
  }
  .colspan-21 {
    width: 87.49999999666667%;
  }
  .colspan-20 {
    width: 83.33333333%;
  }
  .colspan-19 {
    width: 79.16666666666667%;
  }
  .colspan-18 {
    width: 75%;
  }
  .colspan-17 {
    width: 70.83333333666667%;
  }
  .colspan-16 {
    width: 66.66666667%;
  }
  .colspan-15 {
    width: 62.49999999666667%;
  }
  .colspan-14 {
    width: 58.33333333%;
  }
  .colspan-13 {
    width: 54.16666666666667%;
  }
  .colspan-12 {
    width: 50%;
  }
  .colspan-11 {
    width: 45.83333333666667%;
  }
  .colspan-10 {
    width: 41.66666667%;
  }
  .colspan-9 {
    width: 37.5%;
  }
  .colspan-8 {
    width: 33.33333333%;
  }
  .colspan-7 {
    width: 29.16666666666667%;
  }
  .colspan-6 {
    width: 25%;
  }
  .colspan-5 {
    width: 20.83333333%;
  }
  .colspan-4 {
    width: 16.66666667%;
  }
  .colspan-3 {
    width: 12.49999999666667%;
  }
  .colspan-2 {
    width: 8.33333333%;
  }
  .colspan-1 {
    width: 4.166666666666667%;
  }
}

.index-application
{
    height: 24px !important;
}
/*Panel light green*/
.panel-light-green {
  border-color: #00B780;
}
.panel-light-green > .panel-heading {
  color: #fff;
  background-color: #00B780;
  border-color: #00B780;
}
.panel-light-green > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00B780;
}
.panel-light-green > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-light-green > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00B780;
}

/*Panel light blue*/
.panel-light-blue {
  border-color: #A8D7FD;
  border:1px solid #A8D7FD;
}
.panel-light-blue > .panel-heading {
  color: #333;
  background-color: #A8D7FD;
  border-color: #00B780;
}
.panel-light-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #A8D7FD;
}
.panel-light-blue > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-light-blue > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00B780;
}

/*Panel underline*/
.panel-underline {
  border-color: #A8D7FD;
  border:0px solid #A8D7FD;
}
.panel-underline > .panel-heading {
  color: #065ab6;
  background-color: #fff;
  font-weight:bold;
  padding-bottom:0;
  margin-bottom:10px;
  height:35px;
  /*border-bottom:2px solid #dfdfdf;*/
  /*border-color: #00B780;*/
}
.panel-underline > .panel-heading > .panel-title{
    padding:0 0 0 0;
    margin:0;
    font-weight:bold;
    position:absolute;
    font-size:small;
}
.panel-underline > .panel-heading > .panel-title > .heading-title {
    background:#fff;
    margin-left:0;
    padding-right:5px;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.panel-underline > .panel-heading > .panel-title > .underline {
  border-bottom:2px solid #065ab6;
  padding: 10px 35px 0 25px;
  position:absolute;
  top:0;
  padding: 10px 15px 0 25px;
}
.panel-underline > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #A8D7FD;
}
.panel-underline > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-underline > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00B780;
}

/*color*/
.red{ color:#F40000;}
.orange{color:#EF7801;}
.yellow{color:#FFFF04}
.green{color:#16DD00;}
.blue{color:#008BFD;}
.indigo{color:#0013FD;}
.violet{color:#E100FB;}
.pink{color:#FF00A6;}
.light-red{color:#FF6A66;}
.dark-red{color:#840300;}
.dark-blue{color:#00365e;}
.light-orange{color:#FFAE5E;}
.light-yellow{color:#FDFF97;}

/*font size*/
.font-xxsm{font-size:xx-small;}
.font-xsm{font-size:x-small;}
.font-sm{font-size:small;}
.font-sml{font-size:smaller;}
.font-md{font-size:medium;}
.font-lg{font-size:large}
.font-lgr{font-size:larger}
.font-xlg{font-size:x-large;}
.font-xxlg{font-size:xx-large;}

.btn-search
{
    padding: 5px 6px 5px 6px !important;
}

.input-search, .select-search
{
    height:32px !important;
}

.login-background{
    background: url('../../Default/Images/login-background.jpg') top center no-repeat;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.border-blue-light
{
	border: 1px solid #A8D7FD;
}
.border-gray-light
{
	border: 1px solid #dfdfdf;
}

.navbar-dinte-home
{
    margin-left:-5px;
    padding-right: -5px;
}
/*ul.nav-stacked
{
    background:#76acd8;
}*/
.nav-stacked li{
    border-bottom:1px solid #dfdfdf;
}
.nav-stacked li a{
    color:#015382;
}
.nav-stacked li ul{
    background: #76acd8;
}
.nav-stacked li ul li{
    padding-left:5px;
}
.nav-stacked li ul li:hover{
    background:#a9c2dd;
}
.collapse.in {
  list-style:none;
  padding:0;
}
.collapse.in li {
  padding:0px 0 0px 10px;
}

.tab-menu{
    padding-left:15px;
    padding-right:15px;
}
.application-index{
    padding-top: 5px;
    padding-bottom: 5px;
    height: 35px;
}
.align-left{text-align:left;}
.align-right{text-align:right;}
.align-center{text-align:center;}
.align-justify{text-align:justify;}

.container{background:#fff;}
.top-header{
    background:#efefef;
    padding: 0 5px 0 5px;
}

.top-menu{
    background: #0295e0;
}

.fb-like{
    padding-top:5px;
}

.contact-phone-number{
    padding: 2px 0 2px 0;
    margin: 2px 0 0;
}

.top-search-form{
    margin-top:2px;
}

.header{
    /*height:146px; 
    background:#fff url(../../Default/Images/banner.jpg) left no-repeat;*/ 
    border-bottom:1px solid #dfdfdf;
}

.headeren{
    height:146px; 
    background:#fff url(../../Default/Images/Header_En.jpg) right no-repeat; 
    border-bottom:1px solid #dfdfdf;
}
.header .logo{ 
    text-decoration:none;
}

.header .logo img { 
    height:146px;
}
.input-home-search{border:1px solid #dfdfdf;}
.btn-home-search{
    border: 1px solid #c5c5c5 !important;
    padding: 2px 5px 1px 5px !important;
}

.banner-right-top{
    padding-left: 5px; 
    width: 100%;
}

.banner-right-body{
    padding-left: 3px; 
    width: 98%;
    border-bottom:2px solid #ffffff;
}

.banner-body-top{
    width:100%;
}

.banner-body-bottom{
    width:100%;
}

.banner-cac-don-vi{
    height: 100%; 
    overflow: hidden; 
    text-align: center;
}

.banner-cac-don-vi > a > img{
    width: 57px; 
    height: 45px;
}

.td-search-form{
    padding-right:5px;
    padding-top:5px;
}

.div-input {
    margin-top: -3px;
}

.input-search-form{
    padding-top: 6px; 
    height:28px;
}

.div-btn-search{
    margin-top: -34px; 
    float: right; 
    padding-top: 6px; 
    padding-right: 1px; 
}

.vi-flag{
    height: 24px;
}

.en-flag{
    height: 22px;
}

.sidebar-home-page{
    height:600px;
    overflow:hidden;
}
.footer{
    padding: 10px;
    background: #ffffff;
    position: relative !important;
    color: #ffffff;
}
.footer > p{
    color:#000000;
    padding:0;
    margin:0;
    line-height:15px;
    text-align:center;
}

.footer .vi-site-name{
    color:#000000;
    padding:0;
    line-height:15px;
    text-align:center;
}

.footer .vi-site-address{
    color:#000000;
    padding:0;
    line-height:15px;
    text-align:center;
}

.footer .vi-site-phone{
    color:#000000;
    padding:0;
    line-height:15px;
    text-align:center;
}

.footer .en-site-name{
    color:#000000;
    padding:0;
    line-height:15px;
    text-align:center;
}

.footer .en-site-address{
    color:#000000;
    padding:0;
    line-height:15px;
    text-align:center;
}

.footer .en-site-phone{
    color:#000000;
    padding:0;
    line-height:15px;
    text-align:center;
}

.footer .copyright{
    color:#000000;
    padding:0;
    line-height:15px;
    text-align:center;
}

.footer .vi-chu-quan{
    color:#000000;
    font-weight:bold;
    font-size:13px;
    padding:0;
    line-height:14px;
}

.footer .vi-giay-phep{
    color:#936161;
    padding:0;
    font-size:12px;
    line-height:14px;
}

.footer .vi-chiu-trach-nhiem{
    color:#936161;
    padding:0;
    font-size:12px;
    line-height:14px;
}

.footer .vi-nguon-phat-hanh{
    color:#000000;
    font-style:italic;
    padding:0;
    font-size:12px;
    line-height:14px;
}

.footer .vi-lien-he{
    color:#936161;
    padding:0;
    font-size:12px;
    line-height:14px;
}

.footer .vi-dien-thoai{
    color:#936161;
    padding:0;
    font-size:12px;
    line-height:14px;
}

.footer .vi-email{
    color:#936161;
    padding:0;
    font-size:12px;
    line-height:14px;
}

.footer .vi-email-nhan-bai{
    color:#936161;
    padding:0;
    font-size:12px;
    line-height:14px;
}

/*pAGE*/
.page-title
{
    text-transform:uppercase;
    color:#004974;
    border-bottom:1px solid #dfdfdf;
    margin-bottom:10px;
}

/*datatable paging*/
table{
    /*min-width:450px !important;*/
    margin-bottom: 0 !important;
}
.dataTables_info
{
    padding-top:10px;
}
/*Login control*/
.sidebar-userinfo-icon{
    width: 100%;
    border:1px solid #dfdfdf;
    padding: 1px;
}
.sidebar-userinfo-office{

}
.sidebar-userinfo-user-position{

}
/*Tin tieu điểm trên trang chủ*/
.focus-news{
	padding: 0 5px 0 0;
	margin-bottom:0px;
}
.focus-news img{width:100%;border:1px solid #dfdfdf;padding:1px;height:320px;}
.focus-news .title{ 
	color:#0279D0;
	font-weight:bold;
    margin-bottom:10px;
}
.focus-news .intro-text{ 
	color:#222222;
	font-weight:normal;
    text-align:justify;
    line-height:22px;
    font-size:14px;
}
.focus-news .view-detail{text-align:right;}
.focus-news .view-detail a{color:#555;}

/*Các khối tin trên trang chủ*/
.list-items{
    padding: 0;
    margin-left:-5px;
    margin-right:-5px;
}

.list-items > .item{
    padding:0;
    text-align:justify;

}
.list-items > .item > img{
    border: 1px solid #dfdfdf;
    padding:1px;
    margin:0 5px 5px 0;
    float:left;
    width:40%;
    height:110px;
}

.list-items > .item > a > img {
    border: 1px solid #dfdfdf;
    padding:1px;
    margin:0 5px 5px 0;
    float:left;
    width:40%;
    height:110px;
}

.list-items > .item > span > a > img {
    border: 1px solid #dfdfdf;
    padding:1px;
    margin:0 5px 5px 0;
    float:left;
    width:40%;
    height:110px;
}

.list-items > .item > span > span > a > img {
    border: 1px solid #dfdfdf;
    padding:1px;
    margin:0 5px 5px 0;
    float:left;
    width:40%;
    height:110px;
}

.list-items > .item > .title{
    padding:0;
    text-align:justify;
    font-weight:bold;
}

.list-items > .item > .title > a{
    padding:0;
    text-align:justify;
    font-weight:bold;
    color:#333;
}

.list-items > .item > .title > a:hover{
    padding:0;
    text-align:justify;
    font-weight:bold;
    color:#333;
    text-decoration:underline;
}

.list-items > .item > .view-detail{
    float:right;
    color:#337ab7;
}

.list-items > .item > .view-detail > a{
    text-decoration:none;
    color:#045e0a;
    position:absolute;
    padding-top:20px;
    padding-bottom:20px;
    font-style:italic;
    right:0px;
}
.list-items >.other-focus-news{
    padding:0;
    text-align:justify;
    padding: 0;
    line-height: 20px;
}
.list-items >.other-focus-news > img{
    width: 110px;
    height:75px;
    float:left;
    margin: 0 5px 5px 0;
    border:1px solid #dfdfdf;
    padding:1px;
}
.list-items >.other-focus-news > a{
    text-decoration:none;
    color:#333;
}

.list-items .other-item
{
    text-align:justify;
    line-height:22px;
}

.other-item-image{
    padding: 0px 8px 0px 3px;
}

.lienquan{
    padding-top:25px;
}

.home-news-photo-image > img{
    border:1px solid #dfdfdf;
    padding:1px;
    width:100%;
}
.home-news-photo-title > a{
    text-decoration:none;
    font-weight:bold;
    color:#333;
}

.home-news-photo-other{
    border-bottom:1px solid #dfdfdf;
    line-height: 20px;
    text-align: justify;
}

.home-news-photo-other-image{
    width:40%;
    border:1px solid #dfdfdf;
    padding:1px;
    float:left;
    margin:0 5px 5px 0;
}
.home-news-photo-others > .icon{
    width:5px;
    height:5px;
    margin-top:8px;
    border:0;
}
.home-news-photo-others > a{
    text-decoration:none;
    color:#333;
}

.home-news-other-news{
    border-bottom:1px solid #dfdfdf;
    line-height: 20px;
    text-align: justify;
}
}
.home-news-other-news > img{
    width:40%;
    border:1px solid #dfdfdf;
    padding:1px;
    float:left;
    margin:0 5px 5px 0;
}
.home-news-other-news > .icon{
    width:5px;
    height:5px;
    margin-top:8px;
    border:0;
}
.home-news-other-news > a{
    text-decoration:none;
    color:#333;
}

.other-item
{
    text-align:justify;
    padding-bottom:10px;    
}

.other-item > a
{
    text-align:justify;
    padding-bottom:10px;
    color:#000;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px;
}

.other-item > a:hover
{
    text-align:justify;
    padding-bottom:10px;
    color:#333;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px;
    text-decoration:underline;
}

#top-3-focus-news p.link{
    margin:5px 0 5px 0;
    padding: 0px 5px 0 5px;
    line-height:20px;
    font-weight: bold;
    text-align: justify;
}
#top-3-focus-news p.link a{
    color: #333;
    text-decoration: none;
}

.slide-focus-articles{
    
}
.slide-focus-articles .image img{
    border: 1px solid #dfdfdf;
    padding: 1px;
    width: 100%;
    height:110px;
}
.slide-focus-articles .link{
    text-align: justify;
}
.slide-focus-articles .link a{
    text-decoration: none;
    font-weight:bold;
}
/*Bài viết*/

.table-news
{
    border: 0;
    margin: 0;
    padding: 0;
}
.table-news td
{
    text-align: justify;
}
#article{

}
.article-bar{
    padding:5px 10px 5px 10px;
    background:#efefef;
    margin:0 0 20px 0;
}
span.article-bar-link
{
    margin-right:20px;
}
.article-title{
    font-weight: bold;
    font-size:medium;
    color: #111111;
    padding:0 0 10px 0;
}
.article-introtext{
    font-weight:bold;
    margin-bottom:10px;
}
.article-content{
    text-align: justify;
    line-height:22px;
}
.article-content > img{
    width:220px;
    height:150px;
    float:left;
    margin:0 5px 5px 0;
    border:1px solid #dfdfdf;
    padding:1px;
}

.video-title
{
    font-weight:bold;
    padding:10px;
}
.video-panel
{
    background:#f8f7f7;
    height:32px;
}
.video-date-time
{
    padding-top:10px;
    padding-left:15px;
}
.video-send-to-friend a
{
    padding:5px;
    background:#dfdfdf;
    color:#065ab6;
    text-decoration:none;
    float:right;
}
.video-frame
{
    width:80%;
    margin:0 auto;
    padding:10px 0 10px 0;
}
.video-description
{
    padding:10px;
    font-size:14px;
    text-align:justify;
}
.video-source
{
    float:right;
}
.other-videos
{
    width:220px;
    height:200px;
    float:left;
    border:1px solid #66a6ed;
    padding:1px;
    margin:2px;
}
.video-image
{
    width:100%;
    height:150px;
}
.other-videos p
{
    text-align:center;
    padding:10px 0 5px 0;
}

/*Photo album*/
.photo-title
{
    font-weight:bold;
    padding:10px;
}
.photo-panel
{
    background:#f8f7f7;
    height:32px;
}
.photo-date-time
{
    padding-top:10px;
    padding-left:15px;
}
.photo-send-to-friend a
{
    padding:5px;
    background:#dfdfdf;
    color:#065ab6;
    text-decoration:none;
    float:right;
}
.photo-frame
{
    width:80%;
    margin:0 auto;
    padding:10px 0 10px 0;
}
.photo-description
{
    padding:10px;
    font-size:14px;
    text-align:justify;
}
.photo-source
{
    float:right;
}
.other-photos
{
    width:220px;
    height:200px;
    float:left;
    border:1px solid #66a6ed;
    padding:1px;
    margin:2px;
}
.photo-image
{
    width:100%;
    height:150px;
}
.other-photos p
{
    text-align:center;
    padding:10px 0 5px 0;
}

.product-image
{
    width:100%;
    margin-bottom:20px;
}
.product-image img
{
    width:100%;
    padding:1px;
    border:1px solid #488dd8;
}
.product-code, .product-version, .product-dateedition, .product-editor
{
    font-weight:bold;
    padding: 5px 0 5px 0;
}
/*Legal Field*/
#LegalFields, #AgencyIssueds, #LegalKinds{

}
#LegalFields li, #AgencyIssueds li, #LegalKinds li{
    border-bottom: 1px solid #efefef;
}
#LegalFields > li.active, #AgencyIssueds > li.active, #LegalKinds > li.active{
    background: #1286e9;
}
#LegalFields > li.active > a, #AgencyIssueds > li.active > a, #LegalKinds > li.active > a{
    color: #fff;
}



.login-field {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
        .user-login-form
        {
            width:50%;
            background:#fff;
            border:5px solid #6bbaee;
            margin:0 auto;
        }
        .user-login-form th
        {
            padding:20px;
            text-align:center;
            font-size:large;
            text-transform: uppercase;
            color:#51b9fe;
        }
        .user-login-form td
        {
            padding:10px 20px 10px 20px;
            text-align:center;
        }

.login-form
{
    width:100%;
    height:auto;
    border:none;
    border-width:0;
}

.tab-content
{
    padding-top:10px;
}
.js-webpart-titleCell
{
    display:none;
}

.ms-core-tableNoSpace, table
{
    width:100%;
}
#TabVideoAnh .nav-pills > li
{
    border:none !important;
    margin-top:10px;
}
#TabVideoAnh .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
  padding: 8px 20px 8px 15px;
}

#TabVideoAnh .tab-content {
  color : white;
  background-color: #ffffff;
  padding : 5px;
}
#Vieo .photo, #Anh .photo
{
    position:relative;
}
#Video .photo .image, #Anh .photo .image
{
    width:100%;
    height:300px;
}
#Video .other-item img, #Anh .other-item img
{
    width:32%;
    float:left;
    border:1px solid #dfdfdf;
    padding:1px;
    margin-right:5px;
}
#Video .photo .play-video
{
    position:absolute;             
    width: 15%;
    left: 42%;
    top: 41.3%;
    z-index: 1; 
}
#Video .other-item .play-video
{
    position:absolute;
    width: 8%;
    left: 12%;
    top: 36%;
    border: 0px;
    z-index:1
}



/*Tab san pham*/
#TabSanPham .nav-pills > li
{
    border:none !important;
}
#TabSanPham .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
  padding: 8px 20px 8px 15px;
}

#TabSanPham .tab-content {
  color : #333333;
  background-color: #fff;
  padding : 5px;
}

/*Carousel Slider*/
.btn-slide-left
{
    position:absolute;
    bottom:65px;
    left:-5px;
    z-index:10000;
    font-size:35px;
    color:#49617a;
}
.btn-slide-right
{
    position:absolute;
    bottom:65px;
    right:-5px;
    z-index:10000;
    font-size:35px;
    color:#49617a;
}
.col-item {
            border: 1px solid #E1E1E1;
            border-radius: 5px;
            background: #FFF;
            height: 195px !important;
        }

            .col-item .photo img {
                margin: 0 auto;
                width: 100%;
                height: 95px;
            }

            .col-item .info {
                padding: 10px;
                border-radius: 0 0 5px 5px;
                margin-top: 1px;
            }

            .col-item:hover .info {
                background-color: #F5F5DC;
            }

            .col-item .price {
                /*width: 50%;*/
                float: left;
                margin-top: 5px;
                text-align:center;
            }

                .col-item .price h5 {
                    line-height: 20px;
                    margin: 0;
                }

        .price-text-color {
            color: #219FD1;
        }

        .col-item .info .rating {
            color: #777;
        }

        .col-item .rating {
            /*width: 50%;*/
            float: left;
            font-size: 17px;
            text-align: right;
            line-height: 52px;
            margin-bottom: 10px;
            height: 52px;
        }

        .col-item .separator {
            border-top: 1px solid #E1E1E1;
        }

        .clear-left {
            clear: left;
        }

        .col-item .separator p {
            line-height: 20px;
            margin-bottom: 0;
            margin-top: 10px;
            text-align: center;
        }

            .col-item .separator p i {
                margin-right: 5px;
            }

        .col-item .btn-add {
            width: 50%;
            float: left;
        }

        .col-item .btn-add {
            border-right: 1px solid #E1E1E1;
        }

        .col-item .btn-details {
            width: 50%;
            float: left;
            padding-left: 10px;
        }

        .controls {
            margin-top: 0;
        }

        [data-slide="prev"] {
            margin-right: 10px;
        }

        
                                                                                                                                                                                                                                                                                     .pagination .next a{border:0;}

        /*Trang chuyên mục tin*/
        .page-title{
            padding:10px 5px 5px 0;
            text-transform:uppercase;
            font-weight:bold;
            font-size:16px;
            border-bottom:1px solid #dfdfdf;
        }
        .news-items
        {
            border-bottom:1px solid #dfdfdf;
            margin-bottom:10px;
        }
        .news-items-block
        {            
            margin-bottom:10px;
        }
        .news-items .title
        {
            padding: 5px 5px 5px 0px;
            font-weight:bold;
            color:#333;
        }
        .news-items .thoigian
        {
            padding: 0px 0px 5px 5px;
        }

        .news-items-block .title
        {
            padding: 0px;
            font-weight:bold;
            color:#333;
            font-family: "Arial", verdana, sans-serif;
            font-size: 15px;
            padding-bottom: 5px;
        }

        .news-items-block .title a
        {
            padding: 0px;
            font-weight:bold;
            color:#000;
            font-family: "Arial", verdana, sans-serif;
            font-size: 14px;
        }

        .news-items-block .title a:hover
        {
            padding: 0px;
            font-weight:bold;
            color:#333;
            font-family: "Arial", verdana, sans-serif;
            font-size: 14px;
            text-decoration:underline;
        }

        .news-items .panel
        {
            padding: 5px 10px 5px 5px;
            background:#e9e9e9;
            border-radius:0;
            text-align:right;
            margin-bottom:10px;
        }
        .news-items-block .panel
        {
            padding: 5px 10px 5px 5px;
            background:#e9e9e9;
            border-radius:0;
            text-align:right;
            margin-bottom:10px;
        }
        .news-items .panel a
        {
            margin-left:5px;
        }
        .news-items-block .panel a
        {
            margin-left:5px;
        }

        .news-items .item
        {
            text-align:justify;
            color: #333;
            font-weight:normal;
            line-height:22px;
        }

        .news-items-block .item
        {
            text-align:justify;
            color: #333;
            font-weight:normal;
            line-height:22px;
        }

        .news-items .item .view-detail
        {
            float:right;
            color:#024064;
        }
        .news-items-block .item .view-detail
        {
            float:right;
            color:#024064;
        }

        .news-items .item .view-detail:hover
        {
            color:#485b76;
        }

        .news-items-block .item .view-detail:hover
        {
            color:#485b76;
        }

        .news-items .item img
        {
            width:210px;
            border:1px solid #dfdfdf;
            padding:1px;
            margin-right:5px;
            float:left;
        }

        .news-items-block .item img
        {
            width:180px;
            border:1px solid #dfdfdf;
            padding:1px;
            margin-right:5px;
            float:left;
        }

        .news-items .others p a
        {
            text-decoration:none;
        } 
        
        .news-items-block .others p a
        {
            text-decoration:none;
        }

        .news-items .detail
        {
            text-align:justify;
            color: #666;
            line-height:22px;
            margin-bottom:5px;
        }

        .news-items-block .detail
        {
            text-align:justify;
            color: #666;
            line-height:22px;
            margin-bottom:20px;
        }

        .news-items .detail .intro-text
        {
            font-weight:bold;
        }

        .news-items-block .detail .intro-text
        {
            font-weight:bold;
        }
        
        .news-items .detail .view-detail
        {
            float:right;
            color:#024064;
        }

        .news-items-block .detail .view-detail
        {
            float:right;
            color:#024064;
        }

        .news-items .detail .view-detail:hover
        {
            color:#485b76;
        }

        .news-items-block .detail .view-detail:hover
        {
            color:#485b76;
        }

        .news-items .detail .image
        {
            width:210px;
            border:1px solid #dfdfdf;
            padding:1px;
            margin-right:5px;
            margin-bottom:5px;
            float:left;
        }       

        .news-items-block .detail .image
        {
            width:210px;
            border:1px solid #dfdfdf;
            padding:1px;
            margin-right:5px;
            margin-bottom:5px;
            float:left;
        }  

        /*Trang Tin video*/

        .video-items
        
        {
            border-bottom:1px solid #dfdfdf;
            margin-bottom:10px;
        }
        .video-items .title
        {
            padding: 5px;
            font-weight:bold;
            color:#0171bb;
        }
        .video-items .panel
        {
            padding: 5px 10px 5px 5px;
            background:#e9e9e9;
            border-radius:0;
            text-align:right;
            margin-bottom:10px;
        }
        .video-items .panel a
        {
            margin-left:5px;
        }

        .video-items .item
        {
            text-align:justify;
            color: #0171bb;
            font-weight:bold;
            line-height:22px;
        }
        .video-items .item .intro-text
        {
            text-align:justify;
            color:#333333;
            font-weight:normal;
        }
        .video-items .item .view-detail
        {
            float:right;
            color:#024064;
        }
        .video-items .item .view-detail:hover
        {
            color:#485b76;
        }
        .video-items .item img
        {
            width:210px;
            border:1px solid #dfdfdf;
            padding:1px;
            margin-right:5px;
            float:left;
        }
        .video-items .item video.video-frame
        {
            width:80%;
            margin:0 auto;
        }
        .video-items .info
        {
            padding:5px 5px 10px 5px;
        }
        .video-items .info .download
        {
            float:left;
            font-size:large;
        }
        .video-items .info .author
        {
            float:right;
        }
        .video-items .others .heading
        {
            text-transform:uppercase;
            border-bottom:1px solid #dfdfdf;
            padding:20px 10px 10px 10px;
            margin-bottom:20px;
            font-weight:bold;
            color:#2a8fd3;
            font-size:18px;
        }
        .video-items .others .video
        {
            width:219px;
            height:230px;
            border:1px solid #dfdfdf;
            padding:5px;
            margin:5px;
            float:left;
        }
        .video-items .others .video .photo
        {
            width:100%;
            height:150px;
            border:1px solid #dfdfdf;
            padding:1px;
            margin-bottom:5px;
        }
        .video-items .others .video p.title
        {
            text-align:center;
        }

        /*anh bai viet*/
        .slide-anh
        {
            float:left;
            margin:5px; 
            width:150px; 
            height:250px;
            border:1px solid #67b9dd;
            padding:5px;
        }
        .slide-anh img
        {
            width: 100%;
            height:110px;
        }
        /*San pham*/
        .product-info
        {
            border:1px solid #6392b9;
            padding:5px;
            background:#abc7dd;
            font-weight:bold;
        }

        .product-info img.logo {
            width:100%;
            margin-bottom:20px;
            }

        .other-products .heading
        {
            font-size:16px;
            font-weight:bold;
            border-bottom: 1px solid #dfdfdf;
        }
        /*Banner*/
        .banner-lienket-logo
        {
            width:100%;
        }

        /*Navbar cho Cục VienTham Quoc Gia*/

.navbar-light-blue {
  background-color: #266abe;
  border-color: none;
  border-radius: 0 !important;
  min-height: 35px !important;
  margin-bottom:2px;
}
.navbar-light-blue .navbar-brand {
  color: #9d9d9d;
  height:auto !important;
  padding:10px !important;
  margin:0 !important;
  font-size:14px !important;
}
.navbar-light-blue .navbar-brand:hover,
.navbar-light-blue .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-light-blue .navbar-text {
  color: #9d9d9d;
}
.navbar-light-blue .navbar-nav > li > a, .navbar-light-blue .navbar-brand {
  color: #fff;
  background: none !important;
}
.navbar-light-blue .navbar-nav > li > a{
    padding:10px 20px 10px 20px;
    border:none;
}
.navbar-light-blue .navbar-nav > li > a:hover,
.navbar-light-blue .navbar-nav > li > a:focus {
  color: #a6fc04;
  background-color: red;
}
.navbar-light-blue .navbar-nav > .active > a,
.navbar-light-blue .navbar-nav > .active > a:hover,
.navbar-light-blue .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-light-blue .navbar-nav > .disabled > a,
.navbar-light-blue .navbar-nav > .disabled > a:hover,
.navbar-light-blue .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-light-blue .navbar-toggle {
  border-color: #333;
}
.navbar-light-blue .navbar-toggle:hover,
.navbar-light-blue .navbar-toggle:focus {
  background-color: #333;
}
.navbar-light-blue .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-light-blue .navbar-collapse,
.navbar-light-blue .navbar-form {
  border-color: #101010;
}
.navbar-light-blue .navbar-nav > .open > a,
.navbar-light-blue .navbar-nav > .open > a:hover,
.navbar-light-blue .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-light-blue .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-light-blue .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-light-blue .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-light-blue .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-light-blue .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-light-blue .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-light-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-light-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-light-blue .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-light-blue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-light-blue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-light-blue .navbar-link {
  color: #9d9d9d;
}
.navbar-light-blue .navbar-link:hover {
  color: #fff;
}
.navbar-light-blue .btn-link {
  color: #9d9d9d;
}
.navbar-light-blue .btn-link:hover,
.navbar-light-blue .btn-link:focus {
  color: #fff;
}
.navbar-light-blue .btn-link[disabled]:hover,
fieldset[disabled] .navbar-light-blue .btn-link:hover,
.navbar-light-blue .btn-link[disabled]:focus,
fieldset[disabled] .navbar-light-blue .btn-link:focus {
  color: #444;
}

/*Navbar cho Cục VTQG*/

.navbar-blue {
  background-color: #016fb7;
  border-color: none;
  border-radius: 0 !important;
  min-height: 35px !important;
  margin-bottom:2px !important;
}
.navbar-blue .navbar-brand {
  color: #9d9d9d;
  height:auto !important;
  padding:10px !important;
  margin:0 !important;
  font-size:14px !important;
}
.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-blue .navbar-text {
  color: #9d9d9d;
}
.navbar-blue .navbar-nav > li > a, .navbar-blue .navbar-brand {
  color: #fff;
  background: none !important;
  font-family: "Arial", verdana, sans-serif;
  font-size: 14px;
}
.navbar-blue .navbar-nav > li > a{
    padding:10px 15px 10px 15px;
    border:none;
}
.navbar-blue .navbar-nav > li > a:hover,
.navbar-blue .navbar-nav > li > a:focus {
  color: #a6fc04;
  background-color: red;
}
.navbar-blue .navbar-nav > .active > a,
.navbar-blue .navbar-nav > .active > a:hover,
.navbar-blue .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-blue .navbar-nav > .disabled > a,
.navbar-blue .navbar-nav > .disabled > a:hover,
.navbar-blue .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-blue .navbar-toggle {
  border-color: #333;
}
.navbar-blue .navbar-toggle:hover,
.navbar-blue .navbar-toggle:focus {
  background-color: #333;
}
.navbar-blue .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-blue .navbar-collapse,
.navbar-blue .navbar-form {
  border-color: #101010;
}
.navbar-blue .navbar-nav > .open > a,
.navbar-blue .navbar-nav > .open > a:hover,
.navbar-blue .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-blue .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-blue .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-blue .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-blue .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-blue .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-blue .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-blue .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-blue .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-blue .navbar-link {
  color: #9d9d9d;
}
.navbar-blue .navbar-link:hover {
  color: #fff;
}
.navbar-blue .btn-link {
  color: #9d9d9d;
}
.navbar-blue .btn-link:hover,
.navbar-blue .btn-link:focus {
  color: #fff;
}
.navbar-blue .btn-link[disabled]:hover,
fieldset[disabled] .navbar-blue .btn-link:hover,
.navbar-blue .btn-link[disabled]:focus,
fieldset[disabled] .navbar-blue .btn-link:focus {
  color: #444;
}

/*Navbar green*/
.navbar-green {
  background-color: #5e9104;
  border-color: none;
  border-radius: 0 !important;
  min-height: 30px !important;
  margin-bottom:0px !important;
}

.navbar-green .navbar-brand {
  height:auto !important;
  padding:5px 10px !important;
  margin:0 !important;
  font-size:14px !important;
}

.navbar-green .navbar-nav > li > a, 
.navbar-green .navbar-brand {
  color: #fff;
  font-family: "Arial", verdana, sans-serif;
  font-size: 14px !important;
}

.navbar-green .navbar-nav > li > a{
    padding:5px 10px;
    border:none;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px !important;
    border-right: 1px solid #486e05;
}

.navbar-green .navbar-nav > li > a:hover,
.navbar-green .navbar-nav > li > a:focus {
  color: #ffffff;
  background: url('../../Default/Images/a-hover-menu-ngang.jpg') repeat-x;
  font-family: "Arial", verdana, sans-serif;
  font-size: 14px;  
}

.navbar-green .navbar-nav > .active > a,
.navbar-green .navbar-nav > .active > a:hover,
.navbar-green .navbar-nav > .active > a:focus {
   color: #ffffff;
   background: url('../../Default/Images/a-hover-menu-ngang.jpg') repeat-x;
   font-family: "Arial", verdana, sans-serif;
   font-size: 14px;
}

.navbar-green .navbar-nav > .disabled > a,
.navbar-green .navbar-nav > .disabled > a:hover,
.navbar-green .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-green .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-green .navbar-collapse,
.navbar-green .navbar-form {
  border-color: #101010;
}

.navbar-green .navbar-nav > .open > a,
.navbar-green .navbar-nav > .open > a:hover,
.navbar-green .navbar-nav > .open > a:focus {
  color: #ffffff;
  background: url('../../Default/Images/a-hover-menu-ngang.jpg') repeat-x;
  font-family: "Arial", verdana, sans-serif;
  font-size: 14px;
}

@media (max-width: 767px) {
  .navbar-green .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-green .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-green .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-green .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-green .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-green .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-green .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-green .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-green .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-green .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-green .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-green .navbar-link {
  color: #9d9d9d;
}
.navbar-green .navbar-link:hover {
  color: #fff;
}
.navbar-green .btn-link {
  color: #9d9d9d;
}
.navbar-green .btn-link:hover,
.navbar-green .btn-link:focus {
  color: #fff;
}
.navbar-green .btn-link[disabled]:hover,
fieldset[disabled] .navbar-green .btn-link:hover,
.navbar-green .btn-link[disabled]:focus,
fieldset[disabled] .navbar-green .btn-link:focus {
  color: #444;
}


.navbar-header .navbar-brand
{
    font-weight:bold;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px !important;
}

.block-tin-tieu-diem .ibox-title
{
    min-height: 35px;
}

/*Sua top right menu*/
.navbar-right {
    margin-right: 10px !important;
}

/*Nguoi dung dang nhap he thong*/
.user-info
{
    margin-left:5px;
    margin-top: 5px;
    width: 100%;
}

.user-sign-in
{
    border: 1px solid #00818a;
    padding: 0 5px 0 5px;
    width: 100%;
    background: #00818a;
    margin-left:5px !important;
    margin-top: 10px !important;
}
}
.user-sign-in .ibox-title
{
    background:none !important;
    min-height: 35px !important;
    border-width: 0 !important;
}
.user-sign-in .ibox-title h5{
    color: #fff !important;
    margin:0 !important;
}
.user-sign-in .ibox-content
{
    background:none !important;
    padding: 5px !important;
}

/*Các khối tin trên trang chủ*/
.block-news{
    padding: 0;
}

.block-news > .item{
    padding:0;
    text-align:justify;

}
.block-news > .item > img{
    border: 1px solid #dfdfdf;
    padding:1px;
    margin:0 5px 5px 0;
    float:left;
    width:40%;
    height:150px;
}
.block-news > .item > .title{
    padding:0;
    text-align:justify;
    font-weight:bold;
}
.block-news > .item > .view-detail, .view-detail{
    float:right;
}
/*.list-items > .item > .view-detail > a{
    text-decoration:none;
    color:#333;
    position:absolute;
    bottom:0;
    right:0;
}*/
.block-news >.other-focus-news{
    padding:0;
    text-align:justify;
    padding: 0;
    line-height: 20px;
}
.block-news >.other-focus-news > img{
    width: 110px;
    height:75px;
    float:left;
    margin: 0 5px 5px 0;
    border:1px solid #dfdfdf;
    padding:1px;
}
.block-news >.other-focus-news > a{
    text-decoration:none;
    color:#333;
}
.block-news .other-item
{
    text-align:justify;
    line-height:22px;
}

/*Lien he*/
.pnl-lien-he
{

}

.ThuVien
{
    border:1px solid #dfdfdf;
    padding:10px;
    overflow-y:scroll;
    height:550px;
    margin:-10px -10px 10px -10px;
}
.ThuVien .TaiLieu
{
    float:left;
    width:110px;
    height:122px;
    border:1px solid #dfdfdf;
    padding:1px;
    margin:1px;
    text-align:center;
}
.ThuVien .TaiLieu .Anh
{
    height:95px;
}
.ThuVien .TaiLieu .Anh img
{
    width:100%;
    height:100%;       
}
.ThuVien .TaiLieu .ThongTin
{
    padding-top: 4px;
}
.ThuVien .TaiLieu .ThongTin a
{

}

.topnavmobile {
	overflow: hidden;
	background-color: #469EC4;
	display: none;
}

.tieude-chuchay{
    cursor: pointer;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px;
}

.header-title-news {
    position: relative;
    width: 102%;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    background: url('../../Default/Images/h3.header.right.repeat.jpg') repeat-x;
}

.contents-news {
    position: absolute;
    margin-left: -8px;
}

.left-news {
    position: absolute;
    background:url('../../Default/Images/h3.header.left.jpg') no-repeat 0 100%;
    height: 32px;
    width: 22px;
    top: 0px;
    left: -1%;
}

.right-news {
    position: absolute;
    background: url('../../Default/Images/h3.header.right.jpg') no-repeat 0 100%;
    height: 32px;
    width: 44px;
    top: 0px;
    left: 100%;
}

.tieude-news {
    padding-top: 8px;
    height: 32px;
    padding-left: 12px;
    background: url('../../Default/Images/h3.header.body.jpg') repeat-x;    
}

.tieude-news > a {
    color: #ffffff;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px;
}

.header-title {
    position: relative;
    width: 101%;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    background: url('../../Default/Images/h3.header.right.repeat.jpg') repeat-x;
}

.contents {
    position: absolute;
    margin-left: -9px;
}

.left {
    position: absolute;
    background:url('../../Default/Images/h3.header.left.jpg') no-repeat 0 100%;
    height: 32px;
    width: 22px;
    top: 0px;
    left: -2%;
}

.right {
    position: absolute;
    background: url('../../Default/Images/h3.header.right.jpg') no-repeat 0 100%;
    height: 32px;
    width: 44px;
    top: 0px;
    left: 100%;
}

.tieude {
    padding-top: 9px;
    height: 32px;
    padding-left: 12px;
    background: url('../../Default/Images/h3.header.body.jpg') repeat-x;
    color: #ffffff;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px;    
}

.tieude > a {
    color: #ffffff;
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px;
}

.header-link-lienket{
    background-color: #1e7e01; 
    color: #ffffff;     
    height: 35px; 
    line-height: 35px; 
    padding-left: 5px;     
    font-family: "Arial", verdana, sans-serif;
    font-size: 14px; 
    font-weight: bold; 
}

.body-link-lienket{
    background-color: #1e7e01; 
    padding-bottom:10px;
}

.block-video{
    background: url('../../Default/Images/header-news.jpg') repeat-x;
    display:block;
    padding: 5px 10px 5px 10px;
}

.block-video > a{
    font-family: "Arial", verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight:bold;
}

.block-ban-tin{
    background: url('../../Default/Images/header-news.jpg') repeat-x;
    display:block;
    padding: 5px 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.block-ban-tin > a{
    font-family: "Arial", verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight:bold;
    text-transform: uppercase;
}

.block-ban-tin > a:hover{
    text-decoration:underline;
}

/*Breadcrumb*/
.breadcrumb{
    padding:5px 10px;
    background:#6e9104;
    color:#fff;
}

/*left menu box*/
.left_boxmenu {
    background-color: #f3feee;
    padding-bottom: 10px;
    border: 1px solid #c4cbc4;
    margin-top: 10px;
}
.title_boxmenu {
    margin: 5px 5px 10px 5px;
    background: url(../../Default/Images/title_boxmenu.gif) repeat-x;
    line-height: 24px;
    text-transform: uppercase;
    height: 24px;
    font-weight: bold;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 13px;
}
div.content {
    width: 100%;
    float: left;
}
ul.menu {
    margin: 0.35em 0 0 -0.5em;
    padding: 0;
}
ul.menu li, .item-list ul li, li.leaf {
    padding: 0 0 .2em .5em;
    list-style-type: none;
    list-style-image: none;
    background: transparent no-repeat 1px .35em;
}
a.cat_close, a.cat_open {
    text-decoration: none;
}
.cat_close {
    background-image: url(../../Default/Images/menu-collapsed.gif);
    background-repeat: no-repeat;
    background-position: left;
}
table.tbl {
    border-collapse: collapse;
    margin: 0px auto;
    width: 100%;
}
.bg_title_box {
    text-indent: 5px;
    margin-bottom: 10px;
}
a.title_box:link, a.title_box:active, a.title_box:visited {
    font-size: 13px;
    font-weight: bold;
}
.left-block-4 {
    float: right;
    padding: 5px;
    border: 1px solid #dbdbdb;
    width: 560px;
    margin-bottom: 4px;
}
.header_titlechannel, a.header_titlechannel:active, a.header_titlechannel:visited, a.header_titlechannel:link {
    font-weight: bold;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 18px;
}
.title_channel, a.title_channel:active, a.title_channel:visited, a.title_channel:link{
  font-size:16px;
  font-weight:bold;
}
.detail_visited{
  color:#777;
  padding:5px 0;
  line-height:16px;
  text-align:justify;
}
.date {
    color: #787878;
    font-size: 10px;
}
.channel_header {
    padding: 5px 0;
    line-height: 16px;
    text-align:justify;
}
.tbl_bottom {
    line-height: 10px;
}
.mg5 {
    margin: 0 5px;
}
.mg-30{
    margin-left: -30px;
}
ul.icon-bull li {
    padding: 3px 0 3px 10px;
    background: url(../../Default/Images/icon-bull.jpg) no-repeat left 9px;
    list-style: none;
    margin-left: -40px;
}

.right_box {
    background-color: #FFF;
}
.requiredfield {
    color: #FF0000;
}
.inp {
    background-color: #f5faff;
    border: 1px solid #bed0d4;
    text-indent: 2px;
    width: 304px;
    float:right;
    margin-right:10px;
}
.btn_submit {
    background: url(../../Default/Images/button_bg.gif) repeat-x;
    border-top: 1px solid #62cb8a;
    border-left: 1px solid #62cb8a;
    border-right: 1px solid #097432;
    border-bottom: 1px solid #097432;
    font-size: 11px;
    color: #d5f4e1;
    font-weight: bold;
    padding: 2px;
    cursor: pointer;
}
.ChuyenMucTin img{
    float: left;
    border: 1px solid #4d4d4d !important;
    padding: 1px;
    background-color: #fff;
    margin: 0 5px 0 0;
}
.bai-viet-tieu-diem img{
    width: 350px;
    height: 220px;
    max-width: 100%;
    max-height: 100%;
}
.resize-image img {
    max-height:80px;
    max-width:100px;
}
.TinChuyenNganh{
    height:350px;
    overflow-y:hidden;
    margin-bottom:5px;
}
.DateTime{
    margin-top:5px;
}
.TomTat{
    margin-bottom:20px;
}
.dot_line{
    border-bottom: 1px dashed #999999;
    margin: 6px 0;
}
.right-align{
    text-align:right;
}
.next_link{
    color: #cc0000;
    font-size: 10px;
    text-decoration: underline;
}
.gioi-thieu{
    text-align: center;
    text-transform: uppercase;
    margin-top:20px;
}
.product {
    background-image: url(../../Default/Images/menu-leaf.gif);
    background-repeat: no-repeat;
    background-position: left;
}

/*#dhtmlgoodies_slidedown_menu li{
    height: 28.333px;
}*/

.dropdown {
    position: relative;
    display: block;
    width:100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-left:100% !important;
	top:0;
    width:90%;
}           

.dropdown-content a {
    background: url('../../Asset/dhtmlgoodies_slidedown-menu2/images/a-bg-menu-doc-trai.jpg') repeat-x;
}

.dropdown-content a:hover {
    background: url('../../Asset/dhtmlgoodies_slidedown-menu2/images/a-hover-menu-doc-trai.jpg') repeat-x;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: url('../../Asset/dhtmlgoodies_slidedown-menu2/images/a-hover-menu-doc-trai.jpg') repeat-x;
}

/*trang tóm tắt*/
.wptheme-FLYParent {
    min-height: 600px; /* these three lines ensure a minimum height of the page so even an empty page will render as a 'full' page */
    height:auto !important;
    height: 600px;
    min-width: 80%;
}

.wptheme-pageWrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.wptheme-access {	    
	left: -3000px;
	position: absolute;
	width: 500px;
}

.wptheme-pageArea {
    background-color: #fff;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0px; 
    padding: 0px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 400px; 
    height:auto !important;
    height: 400px;
}

.wptheme-clearing {
    clear: both;
}

.wptheme-mainContent {
    padding: 5px;
    min-height: 400px;
}

.wptheme-themeHeader {
    margin: 0px;
    clear: both;
}

.wptheme-banner {
    color: #000;
    background-color: transparent;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 7px 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-top-width: 0px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}

.wptheme-banner a, .wptheme-banner a:visited, .wptheme-banner a:active {
    color: #3366cc;
}

.wptheme-banner a:hover {
    color: #3366cc;
}

.wptheme-bannerTitle{  
    font-size: 1em;    
    color: #000;
    font-weight: bold;
    float:left;
    padding-right: 20px;       
}

.wptheme-topLevelLinks {
    float: left;
    background-color: transparent;
    color: #333;
}

.wptheme-topLevelLinks-list {
    margin: 0;
    padding: 0
}

.wptheme-topLevelLinks-list li {
    display: inline;
    margin: 0;
    padding-top: 0px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-right: 5px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #649DE1;
}

.wptheme-topLevelLinks-list li a {
    color: #333;
    padding-top: 3px; 
    padding-left: 8px;
    padding-bottom: 3px;
    padding-right: 8px;
}

.wptheme-topLevelLinks-list li button {
    border-width: 0px;
    border-style: none;
    background-color: transparent;
    color: #333;
    padding-top: 3px; 
    padding-left: 8px;
    padding-bottom: 3px;
    padding-right: 8px;
    cursor: pointer;
    text-decoration: none;
}

.wptheme-topLevelLinks-list li a:link, .wptheme-topLevelLinks-list li a:visited {
    color: #333;
    text-decoration: none;
}

.wptheme-topLevelLinks-list li a:hover, .wptheme-topLevelLinks-list li a:focus, .wptheme-topLevelLinks-list li a:active {
    color: #333;
    text-decoration: none;
}

.wptheme-topLevelLinks-list li.wptheme-firstTopLevelLink {
    margin-left: 0px;
    padding-left: 0px;
    border-left-width: 0px;
}

.wptheme-topLevelLinks-list li.wptheme-firstTopLevelLink {
    padding-left: 0px;
    border-left-width: 0px;
}

.wptheme-topLevelLinks-list li.wptheme-selectedTopLevelLink {
    padding-top: 3px; 
    padding-left: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
}

.wptheme-topLevelLinks-list li.wptheme-selectedTopLevelLink a {
    color: #fff;
    background-color: #649DE1;
    font-weight: bold;
}

.wptheme-topLevelLinks-list li.wptheme-selectedTopLevelLink span {
    border-width: 0px;
    border-style: none;
    color: #fff;
    background-color: #649DE1;
    font-weight: bold;
    padding-top: 3px; 
    padding-left: 8px;
    padding-bottom: 3px;
    padding-right: 8px;
}

.wptheme-more-menu {
    color: #78797A;
    background-color: #ECF3FD;
    border-width: 1px;
    border-style: solid;
    border-color: #508bc2;
}       

.wptheme-more-menu-item {
    color: #78797a;
    padding: 3px;
    white-space:nowrap;
    font-size: 1em;
}

.wptheme-more-menu-item a, .wptheme-more-menu-item a:hover, .wptheme-more-menu-item a:visited, .wptheme-more-menu-item a:active {
    color: #78797a;
    text-decoration: none;  
}

.wptheme-more-menu-item-selected {
    color: gray;
    background-color: #DAE6f7;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px;
    font-size: 1em;
}
.wptheme-more-menu-item-selected a, .wptheme-more-menu-item-selected a:hover, .wptheme-more-menu-item-selected a:visited, .wptheme-more-menu-item-selected a:active {
    color: #78797a;
    text-decoration: none;  
}



.wptheme-page-menu {
    color: #202020;
    background: #fff;
    border: 1px solid;
    border-color: #D0D0D0;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
}

.wptheme-page-menu-border {
    border: 0px;    
}

.wptheme-page-menu-item  {
/*      background-color: #fff; */
    color: #202020 !important;
    text-decoration: none;  
        
    white-space:nowrap;
    font-size: 1em;
}

.wptheme-page-menu-item-selected {
/*      background:; */
    background-color: #0063dc;
    color: #fff !important;
/*
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #105dbb;
*/
    cursor:pointer;
    white-space:nowrap;
    text-decoration: none;  
        
    font-size: 1em;
}

a.wptheme-page-menu-item-selected{
    background: none;
    background-color: transparent;
}

/* prevent border on selected item from getting inherited by menu icons */
.wptheme-page-menu-item-selected img, .wptheme-page-menu-item img{
    border: 0px;
    background: none;
    background-color: transparent;
    height: 16px;
    width: 16px;
}

.wptheme-toolbar {
    float:right;
    padding-left: 10px;
}

.wptheme-toolbar ul{
    margin:0px;
    border-spacing: 0px;
    padding-left: 0px; 
    padding-right: 0px; 
    list-style: none;
}

.wptheme-toolbar li {
    margin:0px;
    display: inline;
    list-style: none;
    padding: 0px 10px;
    border-right: 1px solid #3366cc;
/*      white-space: nowrap; */
}

.wptheme-toolbar li.wptheme-toolbar-last {
    border: 0px;
    padding-right: 0px;         
    padding-right: 0px;
    padding-left: 10px;        	
}

.wptheme-toolbar a, .wptheme-toolbar a:visited, .wptheme-toolbar a:active {
    text-decoration: none;
    white-space: nowrap;
}

.wptheme-toolbar a:hover {
    text-decoration: none;
    white-space: nowrap;
}




.wptheme-breadcrumbNav {
    float:left;
    clear:left;
    color:#666;
    padding: 0px 5px;
    font-size: 0.9166em;
}

.wptheme-breadcrumbNav a, .wptheme-breadcrumbNav a:visited, .wptheme-breadcrumbNav a:hover, .wptheme-breadcrumbNav a:active{
    color: #3366cc;
    text-decoration: none; 
}

.wptheme-breadcrumbSeparator {
    color: #3366cc;
    padding: 0px 5px;
}

.wptheme-pageAreaToolbar {
    padding: 4px 5px 0px 5px;
}

.wptheme-pageAreaTools {
    float:right;
/*    color: ; */
    font-size: 0.9166em;
}

.wptheme-pageAreaTools ul{
    margin:0px;
    border-spacing: 0px;
    padding-left: 0px; 
    padding-right: 0px; 
    list-style: none;
}

.wptheme-pageAreaTools li {
    margin:0px;
    display: inline;
    list-style: none;
    padding: 0px 5px;
}

.wptheme-pageAreaTools a, .wptheme-pageAreaTools a:visited, .wptheme-pageAreaTools a:hover, .wptheme-pageAreaTools a:active{
    text-decoration: none;
}

.wptheme-pageHeader {
    background-image: url(../../Default/Images/pageHeaderMid.png);
    background-position:top left;
    background-repeat:repeat-x;
    background-color: #649de1;
    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 0px;
    color: #fff;
    width: 100%;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
}

.wptheme-pageHeaderRightCorner {
    background-image: url(../../Default/Images/pageHeaderRight.png);
    background-position:top right;
    background-repeat:no-repeat;
    width: 100%;
}

.wptheme-pageHeaderLeftCorner {
    background-image: url(../../Default/Images/pageHeaderLeft.png);
    background-position:top left;
    background-repeat:no-repeat;

    border-color: transparent;
    border-style: solid;
    border-width: 0px;
    border-bottom-width: 0px;
    width: 100%;
}


.wptheme-pageHeaderNavigation {
    /*float:left;   RES - fails with IE*/
    padding-left: 50px;
}

.wptheme-applicationName {
    float:left;
    display: inline;
    font-size: 1.5em;
    font-weight: normal;
    padding: 5px 17px;
    margin: 0px;
    color: #FFF;
}

.wptheme-pageHeaderTools {
    /*float:right;*/
    padding: 4px 10px;
}
   
.wptheme-searchBoxContainer {
    float: right;
    display: inline;
}

.wptheme-pageHeaderTools form {
    margin: 0px;
}



.wptheme-fullHorizontalNav {
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    background-color: #fff;
    width: 100%;
}

.wpsPageBarFirstRow, .wpsPageBar {      
    margin:0px;             
    /* clear: right;*/
/*      white-space: nowrap; */
/*      width: 80%; */
    display: inline;
    /*float:left;*/
    padding-left: 0px;  

}

.wpsPageBarFirstRow {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    padding-top: 10px;
/*      
    
    background-image: none;
    background-repeat: repeat-x;
    background-position: top center;
    
    background-color: #3669a8;
        
*/
}
.wpsPageBar {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    clear: both;
/*    width: 100%; */
    background-color: #fff;
}

.wpsPageBarFirstRow li, .wpsPageBar li {
    font-family: Helvetica, Arial, sans-serif;
    margin-left: 2px;
    float:left;
    list-style: none;  
    display: inline;
}
.wpsPageBarFirstRow li {
    margin-top: 3px;
    margin-bottom: -1px; 
    padding: 6px 10px; 
    display: inline;
}
.wpsPageBar li {
    padding: 2px 10px;
    margin: 2px;
    display: inline;
}


.wpsSelectedPage{
    color: #333;
/*      background:none; */
    background-color: #fff;
    display: inline;
    white-space:nowrap;
}
.wpsPageBarFirstRow .wpsSelectedPage{
    color: #333;
    background-color: #fff;
    border: 1px solid;
    border-color: transparent;
    border-bottom-color:#fff;       
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    border-bottom-width: 2px;
    display: inline;
}


.wpsPageBar .wpsSelectedPage, .wpsPageBar .wpsSelectedPage a, .wpsPageBar .wpsSelectedPage a:hover, .wpsPageBar .wpsSelectedPage a:visited, .wpsPageBar .wpsSelectedPage a:active {
    color: #333;
    background: none;
    background-color: #fff;
}

.wpsPageBar .wpsSelectedPage {
/*
    border: 1px solid #cfcfcf;
    -moz-border-radius: 4px;
*/
}


.wpsSelectedPage a, .wpsSelectedPage a:visited, .wpsSelectedPage a:hover, .wpsSelectedPage a:active{
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}


.wpsPageBarFirstRow .wpsUnSelectedPage{
    color: #fff;
    background-position: top center;
    background-color: #3669a8;
    border-color: #3669a8;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 1px;
/*
    border-bottom: 0px solid; 
    border-color: #CFCFCF;       
    border: 1px solid;
    border-color: #4f85c5;
    border-bottom-color:#6794cb;       
*/

    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;    
}
.wpsPageBarFirstRow .wpsUnSelectedPage a, .wpsPageBarFirstRow .wpsUnSelectedPage a:visited, .wpsPageBarFirstRow .wpsUnSelectedPage a:hover, .wpsPageBarFirstRow .wpsUnSelectedPage a:active{
    color: #fff;
}


.wpsUnSelectedPage{
    color: #999;
    display: inline;
}


.wpsUnSelectedPage a, .wpsUnSelectedPage a:visited, .wpsUnSelectedPage a:hover, .wpsUnSelectedPage a:active{
    color: #999;
    text-decoration: none;
    white-space: nowrap;
}


.wptheme-tabMenuLink {
    border: 0;
    margin-left: 4px;
}




.wptheme-sideNavArea {
    border-width: 0px;
    border-right-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color:#F2F5F9;
}

.wptheme-sideNav{
    font-size: 1em;
    text-decoration: none;
    white-space:nowrap;
    margin-top:0px;
    margin-bottom:0px;
    margin-left: 0px;
    padding-left: 0px;    
    min-width: 150px;
}

/* first sublist is not indented */
.wptheme-sideNav ul{
    margin-left: 1.5em;
    padding-left: 0px;
}
/* indent sublists nested 2 levels or deeper  */
.wptheme-sideNav ul ul{
    margin-left: 1.5em;
    padding-left: 0px;
}

.wptheme-sideNav li {
    display:inline;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}


ul.wptheme-sideNav li span.wptheme-sideNavItem{
    background: transparent;
    font-weight: bold;
    border: 0px;

}

ul.wptheme-sideNav  li ul span.wptheme-sideNavItem{
    background: transparent;
    font-weight: normal !important;
    border: 0px solid #BDBDBD;
}

.wptheme-sideNavItem{
    text-decoration: none;
    margin: 2px 2px 0px 2px;
    padding: 2px; 
    display:block;
    white-space:nowrap;
    color:#038beb !important;
}

.wptheme-sideNavItem a {
    display: inline;
}

.wptheme-sideNavLabel{
    margin: 2px 2px 0px 2px;
    padding: 2px; 
}

.wptheme-sideNavSelected{
    font-weight:bold;
    color: #000000 !important;
    background-color: #FEFEFE !important;
    background-image: url(../../Default/Images/sidenav_selected_background.gif) !important;
    background-repeat: repeat-x !important;
    background-position: top center !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #d3e0f0 !important;
    text-decoration: none;
    padding:2px;
    display:block;
    cursor:default;
    white-space:nowrap;
}
.wptheme-sideNavSelected a {

    color: #000000 !important;
    background-image:none !important; 
    background:transparent !important;
    display: inline;
    cursor: pointer; 
    text-decoration: none;
    border: 0px !important;
}

.wptheme-sideNavIcon {
    height: 9px;
    width: 9px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: baseline;
}


.wptheme-sideNavMenuLink {
    border: 0px;
/*    margin-left: -10px; */
    padding: 0px;
}

.wptheme-sideNavLevel1{
    color: #038beb !important;
/*      font-size: 1.1667em; */
    padding-top: 2px;
    font-family: Helvetica, Arial, sans-serif;
}

.wptheme-sideNavSelected .wptheme-sideNavLevel1{
    color: #000000 !important;
    
}

.wptheme-sideNavLevel2 wptheme-sideNavLevel3 wptheme-sideNavLevel4 wptheme-sideNavLevel5 wptheme-sideNavLevel6 wptheme-sideNavLevel7 wptheme-sideNavLevel7{
    text-indent:36px;    
}


.wptheme-flyout{
    background-image: url(../../Default/Images/PaletteGradient.gif);
    background-repeat: repeat-x;
    background-position: top center;
    height: 100%;
    /*border-top: 1px solid; */
    /*border-bottom-color: #97A9C1;*/
    height: 100%;
    white-space: no-wrap;
}
        
.wptheme-flyoutIframe{
    border: 0px;
}

.wptheme-flyoutLoading {
    background-color: #3C3C3C;
    color: #FFFFFF;
    font-family: arial;
    font-weight: bold;
    font-size: 13;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    z-index: 100;
}

.wptheme-flyoutContainer {
    border-left: 1px solid;
    border-left-color: #97A9C1;
}

.wptheme-flyoutToggle {
    cursor: pointer;
    background-image: url(../../Default/Images/PaletteGradient.gif);
    background-repeat: repeat-x;
    background-position: top center;
    height: 100%;
}

.wptheme-flyoutCollapsed .expandedImage {
    display: none;
}

.wptheme-flyoutCollapsed .collapsedImage {
    display: block;
}

.wptheme-flyoutExpanded .collapsedImage {
    display: none;
}

.wptheme-flyoutExpanded .expandedImage {
    display: block;
}

.wptheme-flyoutToggle img {
    border: 0px;
    padding: 2px;
}

.wptheme-flyout ul{
    margin:0px;
    border-spacing: 0px;
    padding-left: 0px; 
    padding-right: 0px; 
    list-style: none;
    white-space: nowrap;
}

.wptheme-flyout li {
    margin:0px;
    display: inline;
    list-style: none;
    padding: 0px 5px;
}

.wptheme-flyout a, .wptheme-flyout a:visited, .wptheme-flyout a:hover, .wptheme-flyout a:active{
    text-decoration: none;
}

.wpsInlineShelf, .wpsInlineShelfIframeDocBody {
    border: 1px solid #101d2d;
}

.wpsInlineShelf_LoadingMsg {
    padding: 10px;
    text-align: center;
}



/* whole statusBar element */   
#wptheme-statusBar {

}
         
#wptheme-statusBar.expanded{
     background-color: #FAFAFA;
     border: 1px solid #AAA;
     color: #333;
     padding: 2px 5px;
}            

/* spacing between each status entry */
 .wptheme-error, .wptheme-warning, .wptheme-info {
     margin: 5px 0px 5px 20px ;
 }
 .wptheme-multiple{
     margin: 5px 0px ;
 }
/* all h3 elements in the status bar are the summary lines for each entry */
#wptheme-statusBar h3 {
   font-size: 0.9166em;
   padding: 2px 5px;
   color: #333;
   margin: 0;
}
/* status icon */
#wptheme-statusBar h3 img {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    padding-right: 4px;
}
/* status details link */
#wptheme-statusBar h3 a {
    padding: 2px 5px;
}

/* container for left side of status entry header */
#wptheme-statusBar .wptheme-statusHeaderLHS {
    float: left;
    clear:left;
    margin: 0;
    padding: 0px 0px;
}
/* container for right side of status entry header */
#wptheme-statusBar .wptheme-statusHeaderRHS {
    float: right;
    clear: right;
    margin: 0;
    padding: 0px 0px;
}
/* details section below each error. */
#wptheme-statusBar .wptheme-details {
    background-color: #FFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #AAA;
    margin: 0;
    padding: 2px 5px;
}
/* styles for each status type */            
 #wptheme-statusBar .wptheme-info h3 {
    background-color: #F2F9FD;
    border: 1px solid #B3C9D5;
 }
 #wptheme-statusBar .wptheme-info .wptheme-details {
    border-color: #B3C9D5;     
 }
 #wptheme-statusBar .wptheme-warning h3 {
    background-color: #FDF6DE;
    border: 1px solid #E6CF99;
 }
 #wptheme-statusBar .wptheme-warning .wptheme-details {
    border-color: #E6CF99;     
 }
 #wptheme-statusBar .wptheme-error h3 {
    background-color: #FEE4E4;
    border: 1px solid #FFC4C4;
 }
 #wptheme-statusBar .wptheme-error .wptheme-details {
    border-color: #FFC4C4;     
 }
 #wptheme-statusBar .wptheme-multiple h3 {
    background-color: #E9CAF9;
    border: 1px solid #DEAAFA;
 }
 #wptheme-statusBar .wptheme-multiple .wptheme-details {
    border-color: #DEAAFA;     
 }



.wptheme-themeLinks {
    margin:0px;
    border-spacing: 0px;
    padding-left: 0px; 
    padding-right: 0px; 
    list-style: none;
}

.wptheme-themeLinks li {
    margin:0px;
    display: inline;
    list-style: none;
    padding: 0px 6px;
}

/* Must turn off underline on links because it goes behind any icons that are present and looks funny. */
.wptheme-themeLinks a, .wptheme-themeLinks a:visited, .wptheme-themeLinks a:active {
    text-decoration: none;
    white-space: nowrap;
}
.wptheme-themeLinks a:hover {
    text-decoration: none;
    white-space: nowrap;
}

.wptheme-themeLinksCategorized {
    margin:0px;
    border-spacing: 0px;
    float: left;
    /* padding-left: 0px; */ /* browsers default to either left margin or padding of 40px for li indention */
    padding: 0px;
}

.wptheme-themeLinks-label {
    white-space: nowrap;
}

.wptheme-themeLinksCategorized li {
    margin:0px;
    list-style: none;
    padding: 5px 0px 0px 0px;
}

/* Must turn off underline on links because it goes behind any icons that are present and looks funny. */
.wptheme-themeLinksCategorized a, .wptheme-themeLinksCategorized a:visited, .wptheme-themeLinksCategorized a:active {
    text-decoration: none;
}
.wptheme-themeLinksCategorized a:hover {
    text-decoration: none;
}

.wptheme-quickLinksShelf {    
    border: 1px solid #cfcfcf;    
    padding: 10px;
    -moz-border-radius: 4px;
    color:#666;
    background-color: #fff;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.wptheme-quickLinksShelf table {
    float: left;
}

.wptheme-quickLinksShelf table th {
    font-weight: bold;
    padding: 5px 50px 0px 25px;
    text-align: left;
    vertical-align: top;    
    border-left: 1px solid #cfcfcf;    
}

.wptheme-quickLinksShelf table td {
    padding: 0px 50px 5px 25px;
    text-align: left;
    vertical-align: top;
    font-size: 0.9166em;    
    border-left: 1px solid #cfcfcf;    
}

.wptheme-quickLinksShelf table th.wptheme-quickLinksShelf-first, .wptheme-quickLinksShelf table td.wptheme-quickLinksShelf-first {
    border: 0px;
}


.wptheme-quickLinksShelf a, .wptheme-quickLinksShelf a:visited, .wptheme-quickLinksShelf a:active {
    color: #3366cc;
    text-decoration: none;
}

.wptheme-quickLinksShelf a:hover {
    color: #3366cc;
    text-decoration: none;
}

.wptheme-quickLinksShelf ul {
    text-align: left;
    float: left;
}

.wptheme-quickLinksShelfAction {
    float: right;
    white-space: nowrap;
}

.wptheme-footer {
    clear:both;
    width:100%;
    color: #666;
    text-align: center;
    padding: 5px 0px;
    font-size: 0.9166em;
    margin-bottom: 10px;
}

.wptheme-footer a, .wptheme-footer a:visited, .wptheme-footer a:active {
    color: #3366cc;
    text-decoration: none;
}

.wptheme-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.dndDropAware{
    border: 0px; 
    background-color: #FFEBC5;
}
.dndDropActive{
    border: 0px; 
    background-color: #FF9000;
}

.dndDropActiveCSA{
    border: 2px dashed #FF9000;
}
.dndDropAwareVerticalCSA{
    background-color: #FFEBC5;
    height: 10px; 
    width: 100%;
    min-width: 10px;
}
.dndDropAwareHorizontalCSA{
    background-color: #FFEBC5;
    height: 55px; 
    width: 10px;
}

.dndDragging{
    width: 100%;        
    -moz-opacity: .4;
}
.dndDragSelected{
    border: 1px; 
    background-color: #DDDDDD;
}
.dndMoveCursor{
    cursor:move;
}
.dndDropCursor{
    cursor: pointer; 
}
.dndNoDropCursor{
    cursor: not-allowed;
}

.dndStaticDropActiveVerticalCSA
{
    background-color: #FF9000;
    width: 100%;
    height: 10px;
}

.dndStaticDropActiveHorizontalCSA
{
    background-color: #FF9000;
    width: 10px;
    height: 55px; 
}

.wpsContentPaletteDragging {
    width: 100%;     
    -moz-opacity: .4;
}
.wpsContentPaletteDragging div {
    background-color: #B7CBE7; 
    background: url( "./colors/default/palette_selected_portlet.gif" ) repeat-x;
    font-weight: normal;
    font-family: arial;
    font-size: 0.9166em;
}



.wpsPortlet{
    margin: 5px;    
    border: 1px solid;
    border-color: #cacaca;    
    background-color: #fff;
    background-image:none;
}

.wpsPortletBody{
    margin: 5px;
    background-image:none;
}

.wpsPortletBody a:hover{
    text-decoration:underline;
    color:#337ab7;
}

.wpsPortletBodyInlineMode{
    margin: 0px 5px 0px 5px;
    vertical-align: top;
    padding: 4px;
    background-image:none;
    
    border-bottom: 1px dotted #cacaca;
    
    background-color: #ebf7fb;
}

.wpsPortletTitleBar{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1667em;
    font-weight: bold;
    color: #616161;
    
    border-bottom: 1px dotted #cacaca;
    
    background: url("./colors/default/portletTitleBarBg.gif") repeat-x;
    background-color: #FFFFFF;
    padding: 0px 5px 0px 5px;
    width:100%;
    white-space: nowrap;
    /*margin: 2px 4px 2px 4px;*/
}

.wpsPortletTitleBar img {
    vertical-align: middle;
}

.wpsPortletIcons {
    text-align: right;
    vertical-align: middle;
    padding-right: 3px;
    white-space: nowrap;
    border: 0px;
}

.wpsPortletIcons a {
    text-align: right;
    vertical-align: middle;
    padding-right: 3px;
    white-space: nowrap;
    border: 0px;
    text-decoration: none;
        
}

.wpsPortletIcons a:hover {
    text-align: right;
    vertical-align: middle;
    padding-right: 3px;
    white-space: nowrap;
    border: 0px;
    text-decoration: none;
    cursor: pointer;
    color: #FFFFFF;
}

.wpsPortletActions {
    text-decoration: none;
    font-size: 0.9166em;
    color: #0063dc;
}

.wpsPortletActionsHover {
    text-decoration: none;
    font-size: 0.9166em;
    background-color: #0063dc;
    color: #FFFFFF;
}

.wpsPortletModes{
    padding: 4px;
    background-color: #ebf7fb;
    border-bottom: 1px dotted #cacaca;;
    font-weight: bold;
    white-space: nowrap;
        
}
.wpsPortletModes a{
    text-decoration: none;
    color: #0063dc;
}

.wpsPortletModes a:active{
    color: #3366CC;
}

.wpsPortletModes a:visited{
    color: #0063dc;
}

.wpsPortletModes a:hover{
    background-color: #0063dc;
    color: #FFFFFF; 
}

.wpsPortletModesSpan{
    padding-right: 15px;
}

.wpsActiveModeLink{
    -moz-border-radius-topleft: 4px;  
    -moz-border-radius-topright: 4px;  
    -moz-border-radius-bottomright: 4px; 
    -moz-border-radius-bottomleft: 4px; 
    background-color: #d4e5f5;
    color: #0063dc;
    text-decoration: none;
    border: 1px solid #90b0d9;
    padding: 2px 5px 2px 5px;
}

.wpsActiveModeLinkHover{
    -moz-border-radius-topleft: 4px;  
    -moz-border-radius-topright: 4px;  
    -moz-border-radius-bottomright: 4px; 
    -moz-border-radius-bottomleft: 4px; 
    background-color: #0063dc;
    color: #FFFFFF; 
    text-decoration: none;
    border: 1px solid #90b0d9;
    padding: 2px 5px 2px 5px;
}


.wpsPortletTitleIconNonStandardSize, .wpsPortletTitleToolsIconNonStandardSize {
}



.wpsThinSkinContainerBar{
    height: 12px;
    border: 0px solid white;
    margin-bottom: 2px;
}

.wpsThinSkinContainerBarBorder{
    background: url("./colors/default/portletTitleBarBg.gif") repeat-x;
    background-position: bottom;
    background-color: #FFFFFF;
}

.wpsThinSkinDragZoneContainer{
    width: 75%; 
    display: inline; 
    float: left;
}

.wpsThinSkinInvisible{
    visibility: hidden;
}

.wpsThinSkinVisible{
    visibility: visible;
}

.wpsThinSkinMenuContainer{
    display: inline; 
    float: right; 
    padding-right: 3px;
}

.wptheme-skinWindowStates{
    border: 0px;
    cursor: pointer;
    background-color: transparent;
}


.wptheme-skinContextMenuTable {
    background-color: #ebf7fb;
    border: 1px solid #999999;
}

.wptheme-skinContextMenuItem {
    color: #333333;
    text-decoration: none;
    background-color: #ebf7fb;
}

.wptheme-skinContextMenuItemHover {
    color:  #0063dc;
    text-decoration: none;
    background-color: #ebf7fb;
}

.wptheme-contextMenuIcon {
    background: none;
    border: 0px;
    cursor: pointer;        
    padding: 0px;
    margin: 0px;
}


.wptheme-pageContextMenuTable {
    background-color: #fff;
    border: 1px solid #999;
}

.wptheme-pageContextMenuTable a:hover, .pageContextMenuTable a:active {
    color:  #fff;
    text-decoration: none;
    background-color: #0063DC;
}

.wptheme-pageContextMenuItem {
    color: #333;
    text-decoration: none;
    background-color: #fff;
}

.wptheme-pageContextMenuItemHover {
    text-decoration: none;
    background-color: #0063DC;
}

.wptheme-pageContextMenuItemHover a{
    color:  #fff;
        
}

.wptheme-lightboxDisabledBackground {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 0.7;
    filter: alpha(opacity=70);
    background-color: #000000;
}

.wptheme-lightboxBorderBox {
    position: absolute;
    z-index: 101;
    background-color: #FFFFFF;
    border: 2px solid #000000;
}

.wptheme-lightboxBorderBox iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}

.wptheme-lightboxCloseLink {
    padding: 4px;
    color: #FFFFFF;
    z-index: 101;
}

.wptheme-lightboxCloseLink:hover {
    color: #FFFFFF;
}

.wptheme-lightboxIcon {
    border: 0px;
    padding: 3px;
}

.wptheme-lightboxLinks {
    float:left;
    padding-left: 5px;
}

.right-block-2{
    padding: 3px;
    margin-bottom: 4px;
    border: 1px solid #dbdbdb;
    background: url(../../Default/Images/bg-right-block-2.jpg) top repeat-x;
    clear: both;
}

.right-block-2 .title{
    font-weight: bold;
    padding-bottom: 5px;
    clear: both;
}

.border1{
    border-top: 0px dashed #000;
    height: 6px;
    clear: both;
    font-size: 0;
}

.profile{
    padding-bottom:10px;
}

.tbl-cate td{
    padding:5px; 
    font-size:11px;
}

.tbl-cate a{
    color:#000;
}

#ho-tro-tac-nghiep{
    display:none;
}

.search-title{
    padding:20px 10px 0 10px;
}

.search-form{
    margin-bottom:20px;
}

.search-form .input-search-form{
    border: 1px solid #8ddc91;
    height: 35px;
    padding-bottom: 8px;
}

.search-form .btn-search {
    margin: -37px 0;
    float: right;
    padding-top: 6px;
    padding-right: 1px;
}

.search-result{
    padding:5px;
}

.btn-LienHe{
    border-radius: 3px;
    background-image: linear-gradient(to bottom, #20bc5e 0%, #419641 100%);
    color: #fff !important;
}

.btn-LienHe:hover{
    background-image: linear-gradient(to bottom, #26dcba 0%, #419641 100%);
}

.order-news{    
    /*padding: 6px;*/    
    margin-bottom: 4px;
}

.mg15{
    margin: 0 15px;
}

h1.title{
    font-size: 12px;
    padding-bottom: 5px;
}

.btn-fix{
    display: inline-block;
    padding: 7px 8px 3px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;   
    touch-action: manipulation;
    cursor: pointer;    
    user-select: none;
    border-radius: 4px;
    font-weight: bold;
}

.btn-twitter, .btn-google, .btn-email, .btn-print, .btn-feedback{color: #fff;}
.btn-twitter:hover, .btn-google:hover, .btn-email, .btn-print, .btn-feedback{background-color: #000; color: #fff;}
.btn-twitter{background-color: #00ACED;}
.btn-google{background-color: #EB4026;}
.btn-email{background-color:#28a1dc}
.btn-print{background-color:#666}
.btn-feedback{background-color:#31b929}
.thamdoykien{
    float: right;
    padding: 4px 5px;
    /*width:110px;*/
}
.monreImg{
    width: 40%; 
    float: right; 
    margin: 60px 0px 30px 0px;
}
.menu-left a{
    padding-bottom: 8.9px !important;
    padding-top:8.9px !important;
}
.marquee-header
{
    position: absolute;
    top: 12px;
    left: 45px;
}