.lastest-news::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
    background-color: #0a7697;
}
.ui-widget-content{
    padding-left: 5px;
    max-height: 412px;
    overflow: scroll;
    overflow-x: none;
}
.sliderwrapper {
	height: 396px;
	width: 100%;
	overflow: hidden;
}
a.show {
   max-height: 76px;
}
li.tab-tmp {
    width: 48%;
}
.tab-tmp {
    font-weight: bold;
    text-transform: uppercase;
}
.sliderwrapper .contentdiv {
	height: 396px;
	left: 0;
	padding: 5px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%
}
#topnews ul.lastest-news a {
    background: transparent url('../images/squared-blue.png') no-repeat 5px 9px;
    border-bottom: none;
    color: #383838;
    display: block;
    overflow: hidden;
    font-weight: normal;
    padding: 5px;
}
.lastest-news1 img{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;
}
#topnews ul.lastest-news li {
    text-indent: 10px;
    max-height: 86px;
    display: flex;
    height: auto;
    min-height: 38px;
    border-bottom: 1px dotted #bbdbf6;
    flex-direction: column;
    justify-content: center;
}
.imghome-headline {
    margin-right: 5px;
}
.contentdiv  img{
   top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain; 
}
.lastest-news img {
    width: 98px;
    height: 70px;
    margin-left: -10px;
    /*top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: contain;*/
}
.sliderwrapper .contentdiv img {
	border: 1px solid #dbe3e9;
	height: 100%;
	padding: 2px;
	width: 100%
}

.sliderwrapper .contentdiv h3 {
	background: url(../images/transparent.png) repeat-x;
	bottom: 4px;
	left: 8px;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 3px 4px 3px;
	position: absolute;
	width: 96%
}

.sliderwrapper .contentdiv h3 a {
	color: #fff
}

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

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

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

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

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

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


.nav-tabs {
  border-bottom: 1px solid #fff;
}
.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;

	font-weight: 300;
	z-index: 0
}

/* Nav */
.tabs .nav {
	text-align: center;
}

.tabs .nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs .nav li {
	
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
	padding-top: 2px;
}
.nav>li>a:hover,.nav>li>a:visited, .nav>li>a:focus {
   background:#fff;
    border: none;
	outline:none; 
    outline-offset:none; 
}


.tabs .nav li.ui-state-active {  background:#fff;
	border: 1px solid #b80002;

	/*box-shadow: inset 0 2px #47a3da;*/
	
	border-bottom: none;
	z-index: 100;
}

.tabs .nav li.ui-state-active:before,
.tabs .nav li.ui-state-active:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #b80002;
}

.tabs .nav li.ui-state-active:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs .nav a {
	    background:#fff;
	color: #2c4097;
	display: block;
	font-size: 1.1em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
	border-radius: 0;
	border: none;
}

.tabs .nav a:hover {
	color: #768e9d;
}

.tabs .nav li.ui-state-active a {
	color: #b80002;
	border-radius: 0;
	border: none;
}

#detail ul{
	padding-left: 0;
}

.nav-tabs li a img{
	display: inline-block;
	max-height: 30px;
	max-width: 30px;
	padding-right: 3px;
}

/* Icons */
.tabs .nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 2px 1px;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}