@charset "UTF-8";
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

img {
  max-width: 620px; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* CSS RESET END */
/* CSS Document */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px; }

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2em; }

a {
  text-decoration: none; }

.clear {
  clear: both; }

.clearafter::after {
  clear: both; }

.header_box {
  height: 27px; }

.header_text_menu {
  background: url(../images/header_menu_bg.png) repeat-x;
  height: 30px;
  display: inline-block;
  float: left;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding-left: 5px;
  padding-right: 10px; }

.header_menu_left {
  background: url(../images/header_menu_left.png) no-repeat;
  height: 30px;
  display: inline-block;
  margin-left: 9px;
  float: left;
  width: 17px; }

.icon-tag {
  width: 22px;
  height: 30px;
  display: inline-block;
  float: left; }

.icon-tag-news {
  background: url(../images/icon-news.jpg) no-repeat 0 7px; }

.icon-tag-dvc {
  background: url(../images/icon-dich-vu-cong.jpg) no-repeat 0 7px; }

.icon-tag-vbpl {
  background: url(../images/icon-van-ban-phap-luat.jpg) no-repeat 0 7px; }

.header_menu_right {
  background: url(../images/header_menu_right.png) no-repeat;
  width: 37px;
  height: 30px;
  display: inline-block;
  float: left;
  margin-right: 10px; }

body {
  background: url(../images/background.png) repeat-x scroll 0 0 #e7e5e6;
  /*background-size: 100% 166px;*/ }

#wrapper {
  background-color: #fff;
  /*background: url(../images/waper_background.png) repeat-x #fff;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  */
  width: 980px;
  margin: 0 auto;
  margin-top: 35px; }

#content {
  background: #ffffff;
  padding: 0 12px;
  padding-top: 15px; }

#wrapper header#banner {
  /*background: url(../images/header.png) no-repeat;*/
  height: 206px;
  width: 100%;
  position: relative; }

.logo {
  width: 500px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0; }

header .info {
  float: right;
  margin-top: 10px; }

.login-btn {
  background: #636F7B;
  float: left;
  max-width: 250px;
  overflow: hidden;
  border: solid 1px #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 26px;
  color: #ffffff;
  margin-right: 85px; }

.login-btn a {
  float: left;
  max-width: 200px; }

.info .login-btn label.right {
  color: #ffffff;
  font-weight: bold;
  cursor: pointer; }

.info label.left {
  border-right: solid 1px #4E5B63;
  padding: 0 6px;
  line-height: 26px;
  float: left; }

.info label.arrow-wrap {
  width: 8px;
  height: 26px;
  cursor: pointer; }

.info img.arrow-lang {
  padding-bottom: 2px; }

.info label.right {
  border-left: solid 1px #858C96;
  padding: 6px 7px 5px 5px;
  text-transform: uppercase;
  float: left; }

.language_cxb {
  background: #636F7B;
  margin-left: 10px;
  float: right;
  border: solid 1px #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  right: 13px; }

.language_cxb label.right {
  position: relative;
  width: 30px; }

.language_cxb label.right img {
  position: absolute;
  top: 3px;
  left: 5px;
  width: 28px;
  height: 19px; }

.language_cxb .list-language_cxb {
  display: none;
  width: 62px; }

.language_cxb .list-language_cxb label.right {
  display: block;
  margin-left: 20px; }

.search {
  float: right;
  	/*width: 250px;
       margin-right: 5px;*/ }

/*.search-btn {
	padding: 0;
	margin: 0;
	border: 0;
	height: 26px;
	float: right;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}*/
.search-input {
  height: 25px;
  line-height: 26px;
  background: #ffffff;
  border: solid 1px #31698b;
  width: 200px !important;
  margin-top: 9px;
  padding-left: 5px;
  float: left;
  margin-right: 5px; }

.search-btn {
  width: 28px;
  /*position:absolute;
  top:124px;
  right:25px;*/
  border: 0;
  height: 26px;
  float: right;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  margin: 9px 0 0;
  padding: 0;
  background: url(../images/icon_search.png) no-repeat;
  cursor: pointer;
  margin-right: 10px; }

#wrapper header .menu {
  margin-top: 50px;
  /*background: rgba(255, 255, 255, 0.2);*/
  background: url(../images/bg_menu.png) repeat-x #e7e5e5;
  border-radius: 3px 3px 0 0;
  margin-left: 14px;
  margin-right: 14px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu ul li {
  text-transform: uppercase;
  line-height: 45px;
  height: 45px;
  padding: 0 20px;
  float: left;
  background: url(../images/slash.png) no-repeat center right; }

.icon-menu-home {
  margin-top: 11px;
  display: inline-block; }

.menu ul li:first-child {
  /*border-radius: 3px 0 0 0;*/
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 15px; }

.menu ul li:last-child {
  border-radius: 0 3px 0 0;
  /*background: #01497b;*/ }

.menu ul li.active, .menu ul li:hover {
  background: #003663;
  /*border-radius: 3px 3px 0 0;*/ }

.menu ul li.active a, .menu ul li:hover a {
  color: #ffffff; }

.menu ul li a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none; }

header .datetime {
  color: #666666;
  /*background: #f1f1f1;*/
  line-height: 40px;
  height: 40px;
  padding-left: 14px;
  /*box-shadow: 0 0 10px #999999;*/
  position: relative;
  font-weight: bold; }

.tinNoibat-jsp-portlet {
  border: solid 1px #d3d2d2;
  padding: 3px;
  background: #ffffff; }

header.portlet-topper {
  background: #047fb2;
  padding: 8px; }

header.portlet-topper h1 * {
  color: #ffffff;
  font-size: 14px; }

footer#footer {
  padding-top: 10px;
  margin-top: 3px; }

/*footer#footer * {
	color: #333333;
}*/
footer#footer .copyright {
  color: #343434;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  padding: 15px 0;
  background: url(../images/bg-footer.png) top center no-repeat; }

#footer p.copyright span {
  color: #343434; }

#footer p.copyright a {
  color: #343434; }

.tintuc-home-portlet header.portlet-topper {
  background: #f5f5f5;
  border-bottom: dotted 1px #999999; }

.tintuc-home-portlet header.portlet-topper h1 * {
  color: #333333;
  font-size: 16px; }

.tintuc-home-portlet {
  padding: 5px;
  background: #f5f5f5;
  border: 6px;
  -webkit-border-image: url(../images/border-box.png);
  /* Safari 5 */
  -o-border-image: url(../images/border-box.png);
  /* Opera */
  border-image: url(../images/border-box.png) 6; }

.first-hoithao {
  width: 50%;
  border-right: solid 1px #cccccc; }

#content {
  padding: 0 15px 15px;
  -moz-box-shadow: 0px 5px 10px #d6d4d5;
  -webkit-box-shadow: 0px 5px 10px #d6d4d5;
  box-shadow: 0px 5px 10px #d6d4d5; }

#content .left {
  float: left;
  width: 650px; }

#content .right {
  float: left;
  width: 280px;
  margin-left: 20px; }

.cate-top {
  width: 630px;
  padding: 5px;
  background: #f5f5f5;
  border: 6px;
  margin-bottom: 15px;
  -webkit-border-image: url(../images/border-box.png);
  /* Safari 5 */
  -o-border-image: url(../images/border-box.png);
  /* Opera */
  border-image: url(../images/border-box.png) 6; }

.cate-top img {
  float: left;
  width: 317px;
  height: 224px;
  margin: 10px;
  margin-right: 15px; }

.cate-top h2 {
  font-weight: bold;
  font-size: 16px;
  font-family: "Times New Roman", Times, serif;
  text-transform: uppercase;
  border-bottom: solid 1px #c4c4c4;
  padding: 10px 0 12px 0;
  margin-left: 340px; }

.cate-top p {
  border-top: solid 1px #ffffff;
  padding: 12px 0 10px 0;
  margin-left: 340px;
  line-height: 1.5em; }

.cate-top a.readmore {
  background: url(../images/arrow-right.png) 0 2px no-repeat;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  color: #045d9d; }

.cate-box {
  border: solid 1px #d3d2d2;
  margin-bottom: 15px; }

.left .cate-box {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  width: 650px; }

.cate-box .title {
  background-color: #f7f7f7;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.cate-box .title-video {
  background: url(../images/arrow-video.png) 11px 13px no-repeat white;
  padding-left: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.cate-box .title-left {
  height: 40px;
  line-height: 40px;
  width: 80px;
  float: left; }

.cate-box .title-right {
  height: 40px;
  line-height: 40px;
  width: 56px;
  float: right; }

.cate-box .title-right a {
  font-size: 11px;
  color: #8f8f8f; }

.cate-box .title.blue {
  color: #ffffff;
  background: url(../images/arrow-double-left.png) 5px 10px no-repeat #047fb2;
  border: 0;
  height: 35px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 35px; }

.left .cate-box .title a {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  line-height: 40px; }

.left .cate-box .title a:after {
  clear: both; }

.cate-box .content {
  padding: 10px 5px; }

.cate-box .content ul {
  list-style-type: none;
  text-align: justify; }

.cate-box .content ul li {
  background: url(../images/arrow-left-small.png) 5px 15px no-repeat;
  padding: 5px 0;
  padding-left: 15px;
  line-height: 1.5em; }

.cate-box .content ul li a {
  color: #666666; }

.cate-box.website {
  padding: 0;
  /*	border-radius: 4px 4px 0 0;
  	-moz-border-radius: 4px 4px 0 0;
  	-webkit-border-radius: 4px 4px 0 0;*/ }

.cate-box.website .title {
  /*	margin: 0 -1px;
  	border-radius: 4px 4px 0 0;
  	-moz-border-radius: 4px 4px 0 0;
  	-webkit-border-radius: 4px 4px 0 0;*/ }

.cate-box.website .content {
  text-align: center;
  /*	background:#edeeee;*/ }

.cate-box .content select {
  width: 250px;
  height: 22px;
  line-height: 25px;
  border: solid 1px #969696;
  margin: 10px 0; }

.banner-right {
  text-align: center;
  border: 1px solid #D3D2D2; }

.banner-right img {
  min-width: 202px;
  margin: 5px 0; }

.cate-box .content .content-left {
  width: 365px;
  float: left;
  padding-right: 5px;
  border-right: solid 1px #e2e2e2;
  min-height: 195px; }

.cate-box .content .content-left img {
  float: left;
  margin-right: 5px;
  border: solid 1px #cccccc;
  padding: 2px;
  width: 110px;
  height: 84px;
  max-width: 620px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.cate-box .content .content-left h2 a {
  color: #333333;
  font-weight: bold; }

.cate-box .content .content-left p {
  line-height: 1.5em; }

.cate-box .content .content-left .wrap {
  padding-right: 10px; }

p.list-time {
  color: #999999;
  padding: 5px 0;
  margin: 0px; }

h2.new-title {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  line-height: 1.2em;
  text-align: justify; }

p.new-desc {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2em;
  text-align: justify; }

.cate-box .content .content-right {
  width: 264px;
  float: left;
  text-align: justify; }

.cate-box .content .content-right ul {
  list-style-type: disc;
  /*margin: 0 25px;*/ }

.cate-box .content .content-right ul li {
  background: transparent;
  margin: 0;
  padding-left: 0;
  list-style-image: url(../images/icon-li.png);
  border-bottom: 1px dotted #cccccc;
  margin-left: 20px; }

.cate-box .content .content-right ul li a {
  color: #333333; }

.cate-box .content .content-right ul li:last-child {
  border-bottom: none; }

.news-detail * {
  line-height: 1.6em; }

.news-detail > h2 {
  color: #006699;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal; }

.news-detail .description {
  margin: 10px 0;
  font-weight: bold; }

.news-detail .detail-time {
  color: #999999; }

.news-detail .detail-time span {
  color: #ff6600; }

.news-detail .detail-time span.sep {
  color: #333333; }

.news-detail .news-content p {
  line-height: 1.8em; }

.news-detail .news-content img {
  margin: 10px 0; }

.more-news {
  border-top: solid 2px #cccccc;
  padding-top: 10px;
  margin-top: 20px; }

.more-left {
  width: 310px;
  float: left;
  border-right: solid 1px #d5d5d5;
  margin-right: 10px; }

.more-right {
  width: 310px;
  float: left; }

.more-left ul, .more-right ul {
  margin-left: 5px; }

.more-left .title, .more-right .title {
  margin-left: 5px;
  background: url(../images/arrow-right.png) 0 7px no-repeat;
  font-weight: bold;
  line-height: 2em;
  color: #006699;
  padding-left: 10px; }

.more-content {
  margin-left: 10px; }

.more-content ul li {
  border-top: dotted 1px #cccccc;
  line-height: 2em; }

.box-home {
  margin-bottom: 20px; }

.box-home .header {
  height: 40px;
  line-height: 40px;
  border-top: solid 1px #068bc2;
  background: #f0eded;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f0eded 0%, #f0eeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0eded), color-stop(100%, #f0eeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f0eded 0%, #f0eeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f0eded 0%, #f0eeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f0eded 0%, #f0eeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f0eded 0%, #f0eeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0eded', endColorstr='#f0eeee',GradientType=0 );
  /* IE6-9 */
  font-weight: bold;
  font-size: 14px;
  color: #333333; }

.box-home .header .icon-tag {
  background: url(../images/icon-box-header.png) no-repeat;
  width: 25px;
  height: 30px;
  display: inline-block;
  margin-left: 9px;
  float: left;
  margin-right: 10px; }

.box-home .header:after {
  clear: both; }

.box-home.box-top .header {
  border-top: 0;
  background: #ffffff; }

.box-home.box-top {
  border: solid 5px #dfddde;
  padding: 0 5px 5px 5px; }

.box-home.box-top .box-content .first {
  /*border: solid 5px #dfdddd;*/
  width: 352px;
  height: 247px;
  position: relative;
  float: left; }

.box-home.box-top .box-content .first h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 15px; }

.box-home.box-top .box-content .first h2 a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-family: Arial;
  line-height: 20px; }

.box-home.box-top .box-content .second {
  float: left;
  width: 248px; }

.box-home.box-top .box-content .second ul {
  list-style-image: url(../images/icon-li.png);
  margin-left: 25px; }

.box-home.box-top .box-content .second ul li {
  line-height: 1.5em;
  padding: 8px 0;
  border-bottom: solid 1px #cccccc; }

.box-home.box-top .box-content .second ul li:first-child {
  padding-top: 0; }

.box-home.box-top .box-content .second ul li:last-child {
  border: 0; }

.box-home .header a {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  line-height: 40px; }

/*.box-video .box-content {
	padding: 20px 0;
}*/
/*.box-video .box-content .video-left {
	width: 280px;
	float: left;
}*/
.box-content .video-left h2 {
  margin-left: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
  line-height: 18px;
  font-weight: bold; }

.box-content .video-left .iframe-youtube {
  margin-left: 7px;
  margin-bottom: 10px; }

.box-video .box-content .video-right {
  float: left;
  width: 345px;
  margin-left: 15px; }

.box-video .box-content .video-right ul {
  list-style-type: none; }

.box-video .box-content .video-right img {
  float: left;
  margin-right: 5px; }

.box-video .box-content .video-right ul li {
  clear: both;
  border-bottom: dotted 1px #cccccc;
  padding: 15px 0; }

.box-video .box-content .video-right ul li:first-child {
  padding-top: 0; }

.box-video .box-content .video-right ul li:last-child {
  border: 0; }

.double .box-dvc {
  float: left;
  width: 350px; }

.double .box-vbpl {
  float: left;
  width: 285px;
  margin-left: 15px;
  /*border: solid 1px #cccccc;*/
  border-top: 0; }

.box-vbpl .box-content ul li {
  line-height: 1.5em;
  padding: 7px 0;
  border-bottom: solid 1px #cccccc; }

.box-vbpl .box-content ul li:last-child {
  border: 0; }

.box-vbpl .box-content ul {
  list-style-image: url(../images/icon-li.png);
  list-style-position: inside;
  margin-left: 10px;
  margin-right: 10px; }

.box-vbpl .box-content {
  padding: 0;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8; }

.box-dvc .box-content ul li {
  line-height: 1.5em;
  padding: 8px 0; }

.box-dvc .box-content ul {
  list-style-image: url(../images/icon-li.png);
  list-style-position: inside;
  margin-left: 10px; }

.box-dvc .box-content {
  padding: 0; }

.left .cate-box.list-items ul {
  list-style-type: none;
  padding-top: 10px; }

.left .cate-box.list-items .content ul li {
  background: transparent;
  padding-left: 0;
  padding: 10px 0;
  border-top: dotted 1px #cccccc; }

.left .cate-box.list-items .content ul li:last-child {
  border-bottom: dotted 1px #cccccc; }

.left .cate-box.list-items .content ul li img {
  float: left;
  margin-right: 20px; }

.left .cate-box.list-items .content ul li h2 a {
  color: #333333;
  font-size: 14px; }

.left .cate-box.list-items .content ul li .description {
  color: #666666; }

.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }

.pagination ul > li {
  display: inline-block;
  margin: 0 2px; }

.pagination ul > li > a, .pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #efebeb;
  border: 1px solid #dddddd; }

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #ffffff;
  cursor: default;
  border: 1px solid #127eaa; }

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #2c8cb3;
  color: #ffffff; }

.right .box-list-img {
  border: 0;
  padding: 0; }

.right .box-list-img img {
  margin: 4px 0; }

.right .box-list-img .img-top {
  margin: 0px 0px 10px 0px; }

.popup-login {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(5, 5, 5, 0.86);
  top: 0;
  left: 0; }

.popup-login .login-wrapper {
  width: 350px;
  height: 250px;
  border: solid 1px #f2f0f0;
  margin: 0 auto;
  background: #f2f0f0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 170px; }

.popup-login .login-wrapper .header {
  background: #05729c;
  padding: 14px 30px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  background-image: url(../images/icon-header-login.png);
  background-position: 10px 13px;
  background-repeat: no-repeat;
  position: relative; }

.popup-login .login-wrapper .header #close-popup {
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer; }

.popup-login .login-wrapper .content {
  padding: 10px; }

.popup-login .login-wrapper .content input[type=text], .popup-login .login-wrapper .content input[type=password] {
  width: 305px;
  height: 30px;
  line-height: 25px;
  padding: 0 10px;
  border: solid 1px #b4b4b4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  margin: 5px 0; }

@-moz-document url-prefix() {
  .login-info .btn-login {
    padding-bottom: 6px; } }

.popup-login .login-wrapper .content .login-info {
  margin-top: 10px;
  position: relative;
  height: 30px;
  line-height: 30px; }

.popup-login .login-wrapper .content p {
  background: url(../images/arrow-left-small.png) no-repeat left 8px;
  line-height: 25px;
  padding-left: 10px; }

.popup-login .login-wrapper .content p a {
  color: #006699; }

.popup-login .login-wrapper .content p.reg a {
  color: #cc3333; }

.datetime a {
  font-weight: bold;
  margin: 0 10px; }

.datetime a.active {
  color: #0099cc; }

#footer .menu-footer {
  text-align: center;
  padding: 12px; }

#footer .menu-footer a {
  margin: 0 10px;
  font-weight: bold;
  color: #666666; }

.footer-menu {
  margin: 15px 0;
  text-align: center; }

.footer-menu ul {
  list-style: none; }

.footer-menu ul li {
  padding: 0 15px;
  border-right: 1px solid #aeacad;
  display: inline;
  font-weight: bold;
  color: #666666; }

.footer-menu ul li:last-child {
  border-right: none; }

.submenu {
  display: none;
  line-height: 40px; }

.slidebar-title {
  width: auto;
  line-height: 30px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 35px;
  text-transform: uppercase;
  background: url(../images/icon-anh-hoat-dong.png) no-repeat 0px 2px scroll; }

/* Slider */
#featured {
  width: 385px;
  padding-right: 250px;
  position: relative;
  /* border:5px solid #ccc; */
  height: 250px;
  overflow: hidden;
  background: #fff; }

#featured ul.ui-tabs-nav {
  position: absolute;
  top: 0;
  left: 400px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 235px;
  height: 250px;
  overflow: auto;
  overflow-x: hidden; }

#featured ul.ui-tabs-nav li {
  padding: 1px 0;
  padding-left: 10px;
  font-size: 12px;
  color: #666; }

#featured ul.ui-tabs-nav li img {
  float: left;
  margin: 2px 5px;
  background: #fff;
  padding: 2px;
  border: 1px solid #c0c0c0; }

#featured ul.ui-tabs-nav li span {
  font-weight: bold;
  font-size: 11px;
  font-family: Verdana;
  line-height: 18px;
  color: #333333; }

#featured li.ui-tabs-nav-item a {
  display: block;
  height: 60px;
  text-decoration: none;
  color: #333;
  background: #fff;
  line-height: 1.0;
  outline: none; }

#featured li.ui-tabs-nav-item a:hover {
  background: #f2f2f2; }

#featured li.ui-tabs-selected, #featured li.ui-tabs-active {
  background: url("../images/selected-item.gif") no-repeat scroll -5px top rgba(0, 0, 0, 0); }

#featured ul.ui-tabs-nav li.ui-tabs-selected a, #featured ul.ui-tabs-nav li.ui-tabs-active a {
  background: #9a9a9a; }

#featured ul.ui-tabs-nav li.ui-tabs-selected span {
  color: #FFFFFF; }

#featured .ui-tabs-panel {
  width: 400px;
  height: 250px;
  background: #999;
  position: relative; }

#featured .ui-tabs-panel .info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  background: url("../images/transparent-bg.png");
  width: 400px;
  line-height: 20px; }

#featured .ui-tabs-panel .info a.hideshow {
  position: absolute;
  font-size: 11px;
  font-family: Verdana;
  color: #f0f0f0;
  right: 10px;
  top: -20px;
  line-height: 20px;
  margin: 0;
  outline: none;
  background: #333; }

#featured .info h2 {
  font-size: 1.2em;
  font-family: Georgia, serif;
  color: #fff;
  padding: 8px;
  margin: 0;
  font-weight: normal;
  overflow: hidden; }

#featured .info p {
  margin: 0 5px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #f0f0f0; }

#featured .info a {
  font-family: Arial;
  font-size: 18px;
  text-decoration: none;
  color: #fff; }

#featured .info a:hover {
  text-decoration: none; }

#featured .ui-tabs-hide {
  display: none; }

/* End Slider */
/* JCarousel Responsive  */
.jcarousel-wrapper {
  margin: 10px;
  position: relative;
  /*    border: 10px solid #fff;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*    -webkit-box-shadow: 0 0 2px #999;
      -moz-box-shadow: 0 0 2px #999;
      box-shadow: 0 0 2px #999;*/ }

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 580px;
  margin: 0 25px 0 31px; }

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  width: 131px;
  float: left;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jcarousel li p {
  margin-top: 5px;
  line-height: 18px;
  width: 131px;
  font-size: 11px; }

.jcarousel img {
  display: block;
  max-width: 100%; }

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  /*background: #4E443C;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #F0EFE7;
  -moz-box-shadow: 0 0 4px #F0EFE7;
  box-shadow: 0 0 4px #F0EFE7;*/ }

.jcarousel-control-prev {
  left: -14px; }

.jcarousel-control-next {
  right: -15px; }

/** Carousel Pagination **/
.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0; }

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C; }

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7; }

/* End: JCarousel Responsive  */

