<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*RESET CSS*/
#block-three-image{
    display:none!important;
}
* {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6
{
	font-size: 14px;
}
body
{
	line-height: 1.4;
	font-size: 12px;
	background: url(../images/bg.jpg) no-repeat;
	background-color: #d7e3ed;
}
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	padding: 0px;
	margin: 0 0px;
}
h2{
	font-size: 20px;
	text-transform: uppercase;
	color: #5e5e5e;
}
ul, ol, li
{
	list-style: none;
}
img
{
	border: 0;
}
a
{
	color: #000;
	text-decoration: none;
}
a:focus{
	outline:0;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}
p{
	margin-bottom: 0px;
}
iframe{
	width: 100%;
}
.clear{
	clear: both;
}
.clearfix{
	display:inline-block;
}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}

/* Clearfix */

.cf:after, .cf:before {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
}â€‹
/*END RESET CSS*/

/* font face */
@font-face {
	font-family: 'UTMBienvenue';
	src: url('../fonts/UTMBienvenue.eot');
	src: url('../fonts/UTMBienvenue.eot?#iefix') format('embedded-opentype'), url('../fonts/UTMBienvenue.otf') format('otf'), url('../fonts/UTMBienvenue.svg') format('svg'), url('../fonts/UTMBienvenue.woff') format('woff'), url('../fonts/UTMBienvenue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

header .container{
	background: url(../images/logo.png) no-repeat left;
	background-color:#ea2402;
}
.container{
	width: 1000px;
	background-color: #fff;
}
header{
	padding: 0;
}
.tooltip-top{
    position: absolute;
    background: #ddd;
    border:1px solid #666;
    border-radius: 5px;
    padding: 5px;
    width: 300px;
    z-index: 9999999999999;
}
.bg-right{
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 10px;
	margin: 10px 10px;
}
.ct-right{
	border-left: 1px solid #c0c0c0;
}
.media-object{
	width: 100%;
}
.w-block-wrap{
    padding:0px 5px;
}
.block-wrap{
	border:1px solid #e4e4e4;
	min-height: 350px;
}
.block-wrap h4 span.linesolid{
	display: table-cell;
  	height: 2px;
  	background: #ff7800;
  	float: right;
  	width: 56%;
  	vertical-align: middle;
  	margin: 6px 0px;
}
.block-wrap h4 span.linesolidmin{
	display: table-cell;
  	height: 2px;
  	background: #ff7800;
  	float: right;
  	width: 36%;
  	vertical-align: middle;
  	margin: 6px 0px;
}
.search-mobile{
	display: none;
}
.question{
    background-color:#f5f5f5;
}
/* menu */

.navbar{
	margin-bottom: 0px;
}
#navbar{
	background-color: #015d8d;
	border-color: #015d8d;
	border-radius: 0px;
	height: 36px;
}


.navbar{
	min-height: 35px;
	height: 35px;
	border: none;
}
.navbar .container{
	z-index: 6;
	position: relative;
	overflow: visible;
}
.navbar-nav&gt;li{
	margin-top: 4px;
}
.navbar-nav&gt;li:first-child&gt;a{
	border-left:none;
}
.navbar-nav&gt;li:nth-child(2)&gt;a{
	border-left:none;
}
.navbar-nav&gt;li&gt;a{
	margin-top: 3px;
	padding:0px 15px 0px 15px;
	color:#fff;
	font-weight: bold;
	font-size: 13px;
	border-left: 1px solid #fff;
}
.navbar-inverse{
	background:white;
	z-index: 6;
	position: relative;
	background-color: transparent;
	overflow: visible;
}
.navbar-inverse .navbar-nav&gt;.active&gt;a, .navbar-inverse .navbar-nav&gt;.active&gt;a:hover, .navbar-inverse .navbar-nav&gt;.active&gt;a:focus{
	background: url(../images/bg-menu-hover.jpg) repeat-x;
	color:#ffe65d;
}
.navbar-inverse .navbar-nav&gt;li&gt;a{
	color: #fff;
}
.navbar-inverse .navbar-nav&gt;li:hover&gt;a{
	color: #ffe65d;
}
.navbar-inverse .navbar-nav&gt;li.actived&gt;a{
	color: #ffe65d;
}
.navbar-inverse .navbar-nav&gt;li&gt;a:focus, .block-dmt ul &gt; li &gt; a{
	outline:0;
}

.navbar-brand{
	padding: 6px 20px;
	height: auto;
}
.navbar-inverse .navbar-brand {
	color: #fff;
}
.navbar-collapse{
	padding-right: 3px;
}
.rb-left{
	background: url('../images/bg-menu-left.png') no-repeat;
	height: 70px;
	left: -9px;
	position: absolute;
	top: -17px;
	width: 9px;
}
.rb-right{
	background: url('../images/bg-menu-rightt.png') no-repeat;
	right: -9px;
	top: -17px;
	height: 70px;
	position: absolute;
	width: 9px;
}

/* text and search */
.hit-text{
	float:left;
	color:#d1075f;
	text-transform: uppercase;
	padding: 11px 0px;
	margin-left: 40px;
}

.navbar-form, .nav-search{
	float: right;
	padding: 5px 0px;
	margin:0px;
}
.form-control{
	height: 24px;
	border-radius:3px;
}
.btn{
	padding: 0px 12px;
	border-radius:3px;

}
.btn-search{
	color: #1f1f1f;
	font-size: 12px;
	padding: 0px 5px 0px;
	min-height: 26px;
	font-weight: bold;
	background: url(../images/bg-search.jpg) repeat-x;
}
.nav-search input{
	font-size: 13px;
	padding: 2px 5px;
	margin-top: 1px;
}

/* content */
.ghim{
	height: 47px;
	background: transparent url(../images/icon-ghim.png) repeat-x;
}
.w-news-featured-new{
	background: #facf8c url(../images/bg-news-hot-new.jpg) repeat-x;
	padding: 0px;
}
.w-h-news-featured-new{
	padding: 2px;
	background: #facf8c url(../images/bg-w-h-news-hot-new.jpg) repeat-x;
}
.news-featured-new{
	padding: 1px;
	background: #facf8c url(../images/bg-w-news-hot-new.jpg) repeat-x;
	margin: 25px 0px;
}
.news-featured-new h6{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f40303;
	background: url(../images/bg-news-hot-new-title.png) no-repeat;
	padding: 5px;
	margin-top: -17px;
}
.w-news-hot{
	margin-top: 20px;
}
.news-new{
	border-left: 1px dashed #f18a2d;
	margin-top: 20px;
}
.name-hot{
	margin-top: 10px;
}
.name-hot a{
	font-size: 16px;
	font-weight: bold;
	color:#494949;
}
.nav-left{
	padding-right: 0px;
	width: 22%;
}
.news-featured-new{
	width: 53%
}
.news-e {
	padding: 4px 10px;
}
.block-dmt{
	border-radius: 20px;
	padding: 10px 8px;
	margin: 10px 0px 10px -30px;
	background: url(../images/bg-nav-left.png) no-repeat;
	height: 496px;
}
.block-dmt h2{
	font-size: 20px;
	color: #ffe65d;
	text-transform: uppercase;
	padding-left: 42px;
	margin-top: 25px;
	font-family: 'UTMBienvenue';
	font-weight: bold;
	margin-left: 5px;
	margin-bottom: 10px;
}
.list-group-item{
	border-radius: 0px!important;
	background: transparent;
	border: none;
}
.block-dmt .list-group{
	margin: 0;
}
.block-dmt ul {
  margin-left: -6px;
}
.block-dmt ul&gt;li{
	position: relative;
}
.block-dmt ul&gt;li&gt;a{
	color:#fff;
	font-size: 13px;
	padding: 4px 0px;
	display: block;
	border-bottom: 1px solid #006cb0;
	margin: 0px 22px;
}
.block-dmt ul&gt;li:last-child a{
	border-bottom:none;
}
.block-dmt ul&gt;li&gt;ul{
	width: 100%;
  	background-color: #00a4de;
  	position: absolute;
  	z-index: 999;
  	top: -27px;
  	left: 229px;
  	display: none;
  	padding: 0px;
}
.block-dmt ul&gt;li&gt;ul&gt;li{
	background-color: #00a4de;
}
.block-dmt ul&gt;li:hover{
	background: url(../images/bg-nav-left-hover.jpg) repeat-x;
	height: 27px;
}
.block-dmt ul&gt;li.actived{
	background: url(../images/bg-nav-left-hover.jpg) repeat-x;
	height: 27px;
}
.block-dmt ul&gt;li.actived&gt;a{
	color:#ffe65d;
}
.block-dmt ul&gt;li.parent-actived{
	background: url(../images/bg-nav-left-hover.jpg) repeat-x;
	height: 27px;
}
.block-dmt ul&gt;li.parent-actived&gt;a{
	color:#ffe65d;
}
.block-dmt ul&gt;li.parent-actived&gt;ul&gt;li.actived{
	background: url(../images/bg-nav-left-hover.jpg) repeat-x;
	height: 27px;
}
.block-dmt ul&gt;li.parent-actived&gt;ul&gt;li.actived a{
	color:#ffe65d;
}
.block-dmt ul&gt;li:hover&gt;ul{
	background: url(../images/bg-nav-left-hover.jpg) repeat-x;
	display:block;
}

.block-dmt ul&gt;li:hover&gt;ul{
	opacity: 1;
	visibility: visible;
	position: relative;
}
.list-group-item:first-child{
	border-bottom:none;
}

/* link-web */
.link-web{
	background: url(../images/bg-link-web.png) repeat-y;
}
.link-web .list-group-item{
	list-style: square;
	color: #e50000;
}
.list-group-item{
	padding: 5px 0px;
	margin-left: 25px;
}
.category h4{
	font-size: 16px;
	color: #ce065a;
	text-transform: uppercase;
	margin: 15px auto 10px;
	border-bottom: 1px solid #dd731d;
}
.y-kien p{
	color: #234980;
}
.y-kien input[type="submit"]{
	background-color: #dedee0;
	color: #006acc;
	font-size: 13px;
	padding:5px;
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 2px solid #ff9400;
	text-align: center;
	margin: 0 auto;
	display: block;
}

/* right */
.box-slide{
	margin-top: 10px;
}
.box-slide, .box-website, .ba-cong-khai, .bo-giao-duc, .thu-vien-gt, .box-image{
	display: block;
	margin: 0px 10px 10px;
}
.ba-cong-khai img, .bo-giao-duc img, .thu-vien-gt img{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.block-wrap{
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 15px;
	margin: 10px 0px;
	padding: 5px;
	min-height: 355px;
}
.block-wrap h4{
	color:#ff7800;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding: 5px;
} 
.tintuc #tabs ul li{
    margin: 5px 0;
}
.box-slide .slide{
	width: 200px;
	background: url(../images/box-website-center.png) repeat-y;
	padding: 10px;
	margin:0 auto;
	background-size: contain;
}
.detail-left .slide{
	width:165px;
}
.box-slide .slide h4{
	font-size: 13px;
	font-weight: bold;
	color:#414141;
	text-transform: uppercase;
	border-bottom: 5px solid #ff9c00;
	padding-bottom: 3px;
}
.box-slide .right-carousel, .left-carousel {
  	bottom: -22px;
    color: #fff8f0;
    font-size: 21px;
    position: absolute;
    z-index: 10;
}
.box-slide .text-item{
	color:#fff;
	font-weight: bold;
}
.box-slide .img-responsive {
    margin: 0 auto;
}
.box-slide .slide .img-responsive {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding:5px 0px;
}
.box-slide img{
	margin-top: -3px;
}
.box-slide .right-carousel{
  right: 10px;
}
.box-slide .left-carousel{
  right: 45px;
}

h3{
	background-color: #0f6dbf;
	border-radius: 10px;
	font-size: 16px;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px 0px;
}
.title{
	font-size: 14px;
	font-weight: bold;
	color:#006283;
	padding-bottom: 10px;
}
.block-featured-top img{
	float: left;
	margin-right: 5px;
	width: 129px;
	height: 129px;
	border: 1px solid #c0c0c0;
}
.ct{
	color:#007ca6;
}
.xem-them{
	text-transform: uppercase;
	color: #26518d;
	display: block;
	margin-top: 5px;
}
.block-wrap{
	min-height: 380px;
}
.block-wrap ul li{
	padding-left: 0px;
	margin:10px 0px;
}
.block-wrap .title a{
	color:#006f94;
}
.block-featured-bottom ul li{
	color: #565656;
	background: url(../images/dot.png) no-repeat top 8px left;
	padding: 2px 10px;
	margin: 0px 0px 0px 0px;
}
.rel-news-sm li{
    color: #565656;
	background: url(../images/dot.png) no-repeat top 8px left;
    padding-left:10px!important;
}
.rel-news-sm li a{
    color:#5a5a5a!important;
}
.rel-news-sm li:hover a{
    font-weight: bold;
}
.block-featured-bottom ul li a{
	color:#5a5a5a;
}
.block-featured-bottom ul li:hover a{
	font-weight:bold;
}
.ul-right-right a{
	color:#00698c;
}
.video-cat li{
	color: #565656;
	background: url(../images/mui-ten.png) no-repeat;
	padding: 0px 20px!important;
	margin: 5px 0px 0px 5px!important;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus{
    color: #fff;
    background-color: #0f6dbf;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
}
/* footer */
footer{
	overflow: visible;
    position: relative;
    z-index: 6;
    height: 174px;
}
footer .container{
	position: relative;
}
.footer{
	background:#007cba url(../images/bg-footer-center.png) no-repeat center right;
	padding: 20px 12px;
	color:#fff;
	height: 142px;
    margin-top: 16px;
    margin-bottom: 16px;
	box-shadow: 0px 0px 12px 1px rgba(1, 1, 1, 0.6);
	-webkit-box-shadow: 0px 0px 12px 1px rgba(1, 1, 1, 0.6);
	-moz-box-shadow: 0px 0px 12px 1px rgba(1, 1, 1, 0.6);
}
footer .text-right{
	color: #2eb7ff;
	font-weight: bold;
}
footer .db{
	color: #fff;
}
.db{
	margin: 42px 0px 0px 0px;
}
.db a{
	color:#fff;
}
.db a:hover{
	color:#2eb7ff;
}

/* news */
.center-news{
	width: 52%;
	margin-top: 10px;
}
.breadcrumb{
	background-color: #0f6dbf;
}
.breadcrumb li a{
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	font-family: 'UTMBienvenue';
	text-transform: uppercase;
}
.media-left{
	float:left;
}
.media-body h4{
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	font-family: "Times New Roman", Arial;
	margin: 0px auto 0px;
	border-bottom: none;
}
.media-object{
	border:1px solid #c0c0c0;
}
.media-body{
	padding-left: 13px;
}
.media-heading{
	font-size: 14px;
	font-weight: bold;
}
.phan-trang{
	margin: 0 auto;
	display: block;
	text-align: center;
}
.item-news{
	border-bottom: 1px dotted #939393;
	padding: 10px 0px;
	overflow: hidden;
}
.item-news .media-left img{
	width: 158px;
	height: 120px;
}
.ul-tin-right li{
	padding:5px 0px;
}

/* detail */
section h6{
	font-size: 16px;
	color:#0f6dbf;
	margin: 0;
}

.body-title{
	color: #565555;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 20px;
}
.body-times{
	font-style: italic;
}
.body-content img{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.body-content p{
	text-align: justify;
}
.related-news{
	margin: 10px 0px 0px 15px;
	padding: 0;
}
.related-news li{
	list-style: square;
	color: #767676;
	margin: 0;
	padding: 5px;
}
.related-news li a{
	color:#767676;
}
.body-content{
	line-height: 1.6;
}
.body-author{
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}
.comment b{
	font-size: 16px;
}
.comment .input-group{
	float:left;
	margin-right: 20px;
}
.comment .input-group label{
	width: 40px;
}
.comment textarea{
	width: 100%;
	text-align: left;
	color: #7591ac;
}
.comment input[type="submit"]{
	width: 50px;
	height: 22px;
}
.y-kien-bd{
	font-weight: bold;
	margin: 10px 0px;
	text-decoration: underline;
	display: block;
}
.accordion-header{
	font-size: 13px;
}

/* CUSTOM CSS */
.search, .menu-top{
	padding: 0px;
	height: 36px;
}
.featured{
	padding: 0px;
	background-color: #facf8c;
}
.times{
	background: url(../images/bg-time.jpg) repeat-x;
	height: 24px;
	text-align:right;
	padding: 5px;
	color:#3f3f3f;
}
.times .fa-rss{
	background-color: #ff9b00;
	color:#fff;
	padding: 1px 2px;
}
p.datetime{
	color:#015d8d;
	padding: 10px 0px;
}
p span.daybyday{
	color:#363636;
}
p.description{
	font-size: 13px;
	color: #363636;
}
.img-new, .text-new{
	padding: 0px;
	margin-bottom: 5px;
}
.img-new .img-responsive{
	margin-right: 5px;
	border:1px solid #aaaaaa;
}
.text-new a{
	color:#3f3f3f;
}
.text-new{
	display: block;
	padding-left: 5px;
	padding-bottom: 6px;
	padding-top: 0px;
}
.box-left-featured{
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.box-left-featured h4 a{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.box-left-featured{
	margin-bottom: 10px;
	padding: 5px;
}
.box-left-featured ul li a{
	color:#333333;
	background: url(../images/icon-box-left-featured.png) no-repeat center left;
	display: block;
	padding:5px 0px 5px 20px;
}

.box-elearning{
	background-color: #fffbe6;
	border:5px solid #f5f0d3;
	margin-top: 20px;
}
.box-elearning h4 a{
	color:#a19132;
	border-bottom:5px solid #f0ebcf;
	padding-bottom: 5px;
}
.box-test-bank{
	background-color: #eff9ff;
	border:5px solid #c6ddea;
}
.box-test-bank ul li.actived a{
	color:#5090b4!important;
}
.box-elearning ul li.actived a{
	color:#a19132!important;
}
.box-test-bank h4 a{
	color:#5090b4;
	border-bottom:5px solid #c6ddea;
	padding-bottom: 5px;
}
.box-score{
	background-color: #f7f7f7;
	border:5px solid #dddddd;
}
.box-score h4 a{
	color: #474747;
	border-bottom:5px solid #dddddd;
	padding-bottom: 5px;
}
.box-website{
	background-color: #ccecff;
	border:1px solid #0093d7;
}
.box-website h5{
	background: url('../images/bg-title-website.png') no-repeat;
	margin-left: -6px;
}
.box-website h5 a{
	color:#fff;
	display: block;
	height: 44px;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}
.panel{
	background-color: transparent;
	border:none;
	box-shadow: none;
}
.panel-heading{
	padding: 4px 15px;
}
.panel-group {
  margin-bottom: 5px;
}
.box-website h4 a{
	color:#444341;
}
.box-website #unit1{
	background-color: #aadcff;
}
.box-website ul{
	height: 70px;
	overflow-y:scroll;
	margin-left: 10px;
}
.box-website ul li{
	background: url(../images/bg-w-dv-list.png) no-repeat top 4px left;
	padding-left: 10px;
	margin: 5px;
}
.box-website ul li a{
	color:#454547;
}

.bg-footer-left{
	background: url('../images/bg-footer-left.png') no-repeat;
	height: 174px;
	left: -11px;
	position: absolute;
	top: 0px;
	width: 29px;
}
.bg-footer-right{
	background: url('../images/bg-footer-right.png') no-repeat;
	right: -9px;
	top:0px;
	height: 174px;
	position: absolute;
	width: 9px;
}
/*phan trang*/

.page-news ul{

 display: inline;

}

.page-news ul li{

 border: 1px solid #ccc;

	border-radius: 5px;

	float: left;

	height: 26px;

	list-style: none outside none;

	margin: 2px;

	min-width: 26px;

	text-align: center;

 padding: 2px;

}

.page-news ul li a{

 content: "";

 font-weight: bold !important;

 font-size: 14px !important;

}

.page-news ul li div{

 width: 100%;

 height:100%;

 / background: #ccc; /

}

.page-news .actived{

 background: #2aa3f8;

 color: #fff;

}

/******** TOP **********/
.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: none;
  text-align: center;
  color:#fff;
  background-color: #333;
font-size: 28px;
  z-index: 99999;
  border-radius: 50%;
  opacity: 0.7;
}
.scrollup .fa{
	padding-top: 10px;
}

/* Album */

#album_lock_screen{

	position:fixed;

	width:100%;

	height:100%;

	top:0px;

	left:0px;

	background: #000;

	opacity: 0.7;

	z-index:1999;

}

#show_images_album{

	display:none;

	position: fixed;

	width: 650px;

	height: 530px;

	z-index:2000;

	background: #ccc;

	top:0px;

	left:0px;

}

#show_images_album #album_image{

	position:relative;

	width: 650px;

	height: 450px;

	overflow: hidden;

	z-index:2222;

}

#show_images_album #album_thumb{

	position:relative;

	width:100%;

	height: 80px;

	background: #000;

	z-index:2222;

	overflow: hidden;

}

.album_theme_img img{

	padding:2px !important;

	width: 100px !important;

	height: 80px !important;

	opacity:0.5;

}

.album_theme_img .actived{

	opacity:1;

}

.album_theme_img img:hover{

	opacity:1;

	padding:0px !important;

	height: 82px !important;

	width:100px !important;

}

.album_btn{

	position: absolute;

	height:100%;

	width:20px;

	background:red;

	z-index:1;

	opacity:0.3;

}

#album_btn_preview{

	left: 0px;

}

#album_btn_next{

	left:630px;

	top:0px;

}
.all-video iframe{
	width: 100%;

}
/* van ban */
#vanban .btn, .thuvien .btn{
	padding: 5px 12px;
}
.thuvien .form-control{
	height: 32px;
}
.thuvien .action-row{
	background-color: #fff;
  	border: 5px solid #c6ddea;
  	padding: 5px;
}
.thuvien .search-libs{
	margin-bottom: 10px;
}
.scroll_vanbanmoi ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style-type: none;
  z-index: 1;
  top: -50px;
}

.scroll_vanbanmoi {
  height: 335px;
  left: 0;
  overflow: hidden;
  position: relative;
  visibility: visible;
  z-index: 2;
  width: auto;
  padding: 5px;

}
.tai-nguyen .form-control{
	height: 32px;
}
.video-clip iframe{
	height: 190px;
}
.bai-giang-lien-quan{
	border-bottom: 5px solid #f0ebcf;
    color: #a19132;
    padding-bottom: 5px;
}
.p-date {
  width: 100px;
  padding: 5px 0px;
  text-align: center !important;
  background: #063f6a;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}
.p-day {
  color: #ffffff;
  width: 100px;
  text-align: center !important;
  padding: 5px 0px;
  text-align: center;
  background: #11779f;
  font-size: 16px;
  font-weight: bold;
}
.nguon, .datetime-tm{
  color: #808080;
  font-size: 12px;
 }
 .dinh-kem{
	color: #006f94;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
 }
  .news-name, .news-name-tb{
	color: #006f94;
	font-size:14px;
	font-weight:bold;
  }
  
  .w-detail{
  background-color:#fff;
  }
  .breadcrumb li a span{
	color:#ffe65d;
  }
  .tab-cont-item{
	border-bottom:1px solid #e6e6e6;
	padding: 10px 0px;
	overflow:hidden;
  }
  .rel-news{margin-top:10px;}
  .detail-right{
	left:23%;
  }
  .panel-body{
	padding:5px;
  }
  .block-dmt ul &gt; li &gt; a:focus{
	text-decoration:none;
	outline:0;
  }
  .detail-right-tochuc{
    padding-right:0px;
  }
  .detail-right-tochuc .slide{
    width:195px;
  }
  .link-web img{
    width:100%;
    padding:5px;
  }
  /* Comment */
  .get-comment{
    background-color: #ccecff;
  }
  .get-comment{
    border-bottom:2px solid #ff7800;
  }
  .get-comment h4{
    border-top:3px solid #ff7800;
    background-color:#0f6dbf;
    padding:8px 0px;
    text-align:center;
    color:#fff;
    font-size: 16px;
    text-transform: uppercase;
  }
  .body-comment{
    padding:5px;
  }
  .comment-question{
    color:#0f6dbf;
    font-weight:bold;
    padding:5px 0px;
    font-size:13px;
  }</pre></body></html>