* {
	font-family: "Tahoma", "Arial";
}

.clearfix {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
}

.wrap {
	width: 502px;
	height: 330px;
	float: left;
	background: #4c2115 url(../images/bg-content.png) top left no-repeat;
}

.menu ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.menu ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li a {
	display: block;
	padding: 0 9px;
	color: #fff;
	font-size: 11.5px;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.menu ul li.border a {
    /*border-right: 1px solid #ffc69c;*/
    font-weight: bold;
    color: #fff;

    /* Shadow đen mờ */
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.menu ul li a:hover, .menu ul li a:focus {
	color: #ff984d;
}

.main {
	margin-top: 18px;
	padding: 0px 10px 0px 9px;
}

.main .zone-left {
	width: 485px;
	float: left;
}

.memory img {
	border: 1px solid #000000;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .nivoSlider {
	height: 173px !important;
	overflow: hidden;
}

.slider-wrapper .nivoSlider img,
.slider-wrapper .nivoSlider .nivo-main-image {
	width: 499px !important;
	height: 173px !important;
	margin-left: 2px;
}

.slider-wrapper .nivo-directionNav {
	display: none;
}

.slider-wrapper .nivo-controlNav {
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100%;
	z-index: 10;
	padding: 0;
	margin: 0;
	text-align: center;
}

.slider-wrapper .nivo-controlNav a {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.5);
	text-indent: 0;
	text-decoration: none;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 9px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}

.slider-wrapper .nivo-controlNav a.active {
	background: #d70023;
}

.news-list {
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.news-list li {
	display: block;
	list-style: none;
	height: 26px;
	line-height: 26px;
	position: relative;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
	background: url(../images/border-news.png) center bottom no-repeat;
}

.news-list li a {
    display: block;
    padding-left: 15px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: url(../images/arrow.png) left center no-repeat;
    font-weight: bold;
    margin-top: 6px;
}
.news-list li a:hover {
	color: #ff7200;
	text-decoration: none;
}

.news-list li span.date {
	position: absolute;
	top: 0;
	right: 0;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	color: #ffdbc0;
}

.more {
	text-align: center;
	font-size: 12px;
	margin-top: 10px;
}

.more a {
	font-weight: bold;
	color: #ff7200;
	text-decoration: none;
}

.more a:hover {
	color: #d05d00;
	text-decoration: none;
}

.main .zone-right {
	width: 212px;
	float: right;
}

.slide img {
	width: 100%;
	border: 1px solid #000;
}

.slide .nivo-directionNav {
	display: none;
}

.slide .nivo-controlNav {
	margin-top: 6px;
	padding: 0;
}

.slide .nivo-controlNav a {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 1px;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	background: url(../images/btn-slide.png) top left no-repeat;
}

.slide .nivo-controlNav a.active {
	font-weight: normal;
	background: url(../images/btn-slide.png) bottom left no-repeat;
}
