
#topnews ul.lastest-news li {
    text-indent: 0px;
}
/* BEGIN: Ẩn thanh cuộn dọc, hiện khi hover */
.ui-widget-content {
  padding-left: 5px;
  height: 412px;
  overflow-y: hidden;
  overflow-x: hidden;

  /* Ẩn scrollbar mặc định */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.ui-widget-content:hover {
  overflow-y: auto;
}

.ui-widget-content::-webkit-scrollbar {
  width: 8px;
  display: none; /* Chrome, Safari - mặc định */
}

.ui-widget-content:hover::-webkit-scrollbar {
  display: block;
}

.ui-widget-content::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.ui-widget-content::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

html, body {
  overflow-x: hidden !important;
}
/* END: Ẩn thanh cuộn dọc, hiện khi hover */

/* General image styling */
img {
  border: none;
  max-width: 100%;
  transition: all 0.3s ease-in-out;
}

.contentdiv img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}

img.contentdiv:hover {
  transform: scale(1.05);
}

.contentdiv:hover {
  overflow: hidden;
  display: inline-block;
  margin: 0;
}

.sliderwrapper {
  height: 396px;
  width: 100%;
  overflow: hidden;
}

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

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

.sliderwrapper .contentdiv h3 a {
  color: #fff;
  margin: 0 10px;
}

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

.sliderwrapper .contentdiv img {
  border: 1px solid #dbe3e9;
  padding: 2px;
  background-position: center bottom;
  background-size: cover;
}

/* Latest news section */
#topnews ul.lastest-news a {
  color: #383838;
  display: flex !important;
  align-items: center;
  font-weight: normal;
  border-bottom: none;
}

#topnews ul.lastest-news a:hover {
  color: #910f0f;
  font-weight: bold;
  font-size: 15px;
}

#topnews ul.lastest-news li {
  line-height: 23px;
  max-height: 118px;
  display: flex;
  border-bottom: 1px dotted #bbdbf6;
  flex-direction: column;
  justify-content: center;
}

.lastest-news1 img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}

.lastest-news::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
  background-color: #0a7697;
}

.lastest-news img {
  width: 100%;
  max-height: 118px;
}

/* Pagination */
.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;
}

/* Tabs */
.tabs {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-weight: 300;
  z-index: 0;
}

.tabs .nav {
  text-align: center;
}

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

.tabs .nav li {
  margin: 0 0.25em;
  float: left;
  position: relative;
  padding-top: 2px;
}

.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: none;
  border-radius: 0;
}

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

.tabs .nav li.ui-state-active {
  background: #fff;
  border: 1px solid #b80002;
  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;
  bottom: 0;
  background: #b80002;
}

.tabs .nav li.ui-state-active:before {
  right: 100%;
  width: 1000px;
}

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

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

.tabs .nav a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'icomoon';
  margin: -0.25em 0.4em 0 0;
  -webkit-font-smoothing: antialiased;
}

/* Content Sections */
.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;
}

/* Misc */
.nav-tabs {
  border-bottom: 1px solid #fff;
}

.nav>li>a:hover,
.nav>li>a:visited,
.nav>li>a:focus {
  background: #fff;
  border: none;
  outline: none;
}

#detail ul {
  padding-left: 0;
}

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

.imghome-headline {
  margin-right: 5px;
}

a.show {
  max-height: 118px;
}

li.tab-tmp {
  width: 48%;
}

.tab-tmp {
  font-weight: bold;
  text-transform: uppercase;
}
