/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */
 
#paginate-slider1{
	width: 100%;
	text-align: center;
	margin: 5px 0;
}
#paginate-slider1 a{
	margin: 0 4px;
}
#paginate-slider1 a.toc.selected{
	background:#ff0000;
	color:#fff;
	padding:0 4px;
	border-radius: 3px;
}
#tabs{
	height: 490px;
	overflow:hidden;
	
}
#tabs>ul.ui-tabs-nav {
    border-bottom: 2px solid #ff0000;
    background: #fff;
    display: block;
    height: 44px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
#tabs>ul.ui-tabs-nav>li>a{
	color: #990100;
	padding:10px 0px;
	width: 100%;
    display: block;
	text-align: center;
}
#tabs>ul.ui-tabs-nav>li.ui-tabs-tab {
    display: inline-block;
    width: 49.5%;
}
#tabs>ul.ui-tabs-nav>li.ui-tabs-tab a span{
	display:inline-block;
	padding-top: 4px;
	font-weight:bold;
	font-size: 14px;
}
#tabs>ul.ui-tabs-nav>li.ui-tabs-active a {
    color: #fff;
    background: #ff0000;
    cursor: default;
    font-weight: bold;
	border:none;
	outline:none;
   
}
 
.sliderwrapper {
    min-height: 255px;
    position: relative;
    z-index: 0;
	overflow:hidden;
}

.sliderwrapper .contentdiv { 
    height: 250px;
    left: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
}

.sliderwrapper .contentdiv img {
    border: 1px solid #dbe3e9;
    height: auto;
    padding: 2px;
    width: 100%;
}

.sliderwrapper .contentdiv h3 {
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    width: 100%;
}

.sliderwrapper .contentdiv h3 a {
    background: url(../images/transparent.png) repeat-x;
    color: #fff;
    padding: 5px 3px 4px 3px;
    display: block;
    margin: 0 3px 5px 3px;
}

.sliderwrapper .contentdiv h3 a:hover {
    color: #911e03;
}

.slider-pagination {
    background: #fff;
    padding: 2px 0;
    text-align: center;
    width: 100%;
}

.slider-pagination a {
    color: #999;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px;
}

.slider-pagination a:hover,
.slider-pagination a.selected {
    background-color: #ccc;
    color: #333;
}

.slider-pagination a.prev {
    background: url(../images/prev.png) no-repeat 4px 4px;
    width: 6px;
}

.slider-pagination a.next {
    background: url(../images/next.png) no-repeat 4px 4px;
    width: 6px;
}
