@font-face {
  font-family: 'Calibri';
  src: local("Calibri") format("woff");
  font-weight: bold; }

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Bold';
  src: url("../fonts/HelveticaNeue-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'UTM Bebas';
  src: url("../fonts/UTM-Bebas.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Helvetica', Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #eeffff; }

.card {
  background: #eeffff; }

a,
a:hover {
  text-decoration: none;
  color: #000;
  transition: all .2s ease;
  cursor: pointer; }

a:hover {
  color: #007b73; }

.text-primary {
  color: #00b2f8 !important; }

.page-link {
  background-color: transparent; }

.header-logo-small {
  display: none;
  visibility: hidden;
  opacity: 0; }

.tab-news::after {
  content: '';
  position: absolute;
  left: 0;
  top: 39px;
  height: 5px;
  width: 100%;
  background: #007cad;
  z-index: 2; }

.tab-news-gradient::after {
  background: #007b73;
  background: linear-gradient(90deg, #007b73 0%, #81beba 35%, white 100%); }

.nav-pills .nav-item {
  position: relative; }
  .nav-pills .nav-item:first-child {
    z-index: 2; }
    .nav-pills .nav-item:first-child .nav-link {
      background-color: #007b73; }
  .nav-pills .nav-item:last-child .nav-link {
    background-color: #00b2f8;
    padding-left: 40px; }
    .nav-pills .nav-item:last-child .nav-link::after {
      border-bottom: 44px solid #00b2f8; }

.nav-pills .nav-link {
  border-radius: 0;
  background: #00b2f8;
  color: #fff;
  position: relative;
  padding: 0px 16px 4px;
  text-transform: uppercase;
  font-size: 24px;
  transition: all .2s ease; }
  .nav-pills .nav-link::before {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 16px;
    height: 1px;
    background-color: #fff;
    transition: all .2s ease; }
  .nav-pills .nav-link::after {
    position: absolute;
    content: '';
    top: 0;
    right: -32px;
    width: 0;
    height: 0;
    border-bottom: 44px solid #007b73;
    border-right: 32px solid transparent;
    transition: all .2s ease; }
  .nav-pills .nav-link.active {
    background: transparent;
    border-radius: 0; }
    .nav-pills .nav-link.active::before {
      width: 100%; }

.home-tabs-news .nav-pills .nav-item {
  position: relative; }
  .home-tabs-news .nav-pills .nav-item .nav-link::before {
    position: absolute;
    content: '';
    bottom: 4px;
    left: 16px;
    height: 1px;
    background-color: #fff;
    transition: all .2s ease; }
  .home-tabs-news .nav-pills .nav-item .nav-link.active::before {
    width: 100%; }
  .home-tabs-news .nav-pills .nav-item:first-child {
    z-index: 3; }
    .home-tabs-news .nav-pills .nav-item:first-child .nav-link {
      background-color: #007b73; }
      .home-tabs-news .nav-pills .nav-item:first-child .nav-link::after {
        border-bottom: 40px solid #007b73; }
  .home-tabs-news .nav-pills .nav-item:nth-child(2) {
    z-index: 2; }
    .home-tabs-news .nav-pills .nav-item:nth-child(2) .nav-link {
      background-color: #00b2f8; }
      .home-tabs-news .nav-pills .nav-item:nth-child(2) .nav-link::after {
        border-bottom: 40px solid #00b2f8; }
  .home-tabs-news .nav-pills .nav-item:last-child {
    z-index: 1; }
    .home-tabs-news .nav-pills .nav-item:last-child .nav-link {
      background-color: #00d8c8; }
      .home-tabs-news .nav-pills .nav-item:last-child .nav-link::after {
        border-bottom: 44px solid #00d8c8; }
  .home-tabs-news .nav-pills .nav-item:not(:first-child) .nav-link {
    padding-left: 40px; }

.owl-dots {
  position: absolute;
  right: 16px;
  bottom: 80px; }

.owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.9) !important;
  margin-right: 8px;
  border-radius: 50%; }
  .owl-dot.active {
    background: #00b2f8 !important; }

.card-img,
.news-item-img {
  position: relative;
  overflow: hidden; }
  .card-img > a,
  .news-item-img > a {
    position: relative;
    overflow: hidden; }
  .card-img img,
  .news-item-img img {
    transform: scale(1);
    transition: all .25s ease; }

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

.card:hover .news-item-img img {
  transform: scale(1.2); }

.card-divided {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #00b2f8; }
  .card-divided-red {
    background: #d84600; }
  .card-divided-green {
    background: #007b73; }
  .card-divided-green-light {
    background: #00d7d8; }

.card-category {
  background: #007cad;
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 4px; }
  .card-category-horizontal {
    background: #00b2f8;
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    padding: 4px; }
    .card-category-horizontal::after {
      position: absolute;
      content: '';
      top: 0;
      right: -20px;
      width: 0;
      height: 0;
      border-bottom: 29px solid #00b2f8;
      border-right: 20px solid transparent;
      transition: all .2s ease; }
  .card-category-horizontal-red {
    background: #d84600; }
    .card-category-horizontal-red::after {
      border-bottom: 29px solid #d84600; }
  .card-category-horizontal-green {
    background: #007b73; }
    .card-category-horizontal-green::after {
      border-bottom: 29px solid #007b73; }
  .card-category-horizontal-green-light {
    background: #00d7d8; }
    .card-category-horizontal-green-light::after {
      border-bottom: 29px solid #00d7d8; }

@media (min-width: 1367px) {
  .container {
    max-width: 95%; } }

@media (min-width: 1441px) {
  .container {
    max-width: 75%; } }

.page-heading {
  position: relative;
  margin-bottom: 10px; }
  .page-heading h2 {
    background: #00d8c8;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 8px 8px;
    font-size: 24px;
    position: relative;
    margin-bottom: 0; }
    .page-heading h2::after {
      position: absolute;
      content: '';
      top: 0;
      right: -32px;
      width: 0;
      height: 0;
      border-bottom: 42px solid #00d8c8;
      border-right: 32px solid transparent; }
  .page-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #00d8c8; }
  .page-heading.page-heading-blue::after {
    background: #008ed8; }
  .page-heading.page-heading-blue h2 {
    background: #008ed8; }
    .page-heading.page-heading-blue h2::after {
      border-bottom: 42px solid #008ed8; }
  .page-heading.page-heading-cyan::after {
    background: #009cd8; }
  .page-heading.page-heading-cyan h2 {
    background: #009cd8; }
    .page-heading.page-heading-cyan h2::after {
      border-bottom: 42px solid #009cd8; }
  .page-heading.page-heading-green::after {
    background: #00d8ab; }
  .page-heading.page-heading-green h2 {
    background: #00d8ab; }
    .page-heading.page-heading-green h2::after {
      border-bottom: 42px solid #00d8ab; }
  .page-heading.page-heading-green-mb::after {
    background: #007b73; }
  .page-heading.page-heading-green-mb h2 {
    background: #007b73; }
    .page-heading.page-heading-green-mb h2::after {
      border-bottom: 42px solid #007b73; }
  .page-heading.page-heading-green-cyan::after {
    background: #00d7d8; }
  .page-heading.page-heading-green-cyan h2 {
    background: #00d7d8; }
    .page-heading.page-heading-green-cyan h2::after {
      border-bottom: 42px solid #00d7d8; }
  .page-heading.page-heading-entertain::after {
    background: #0072ca; }
  .page-heading.page-heading-entertain h2 {
    background: #0072ca; }
    .page-heading.page-heading-entertain h2::after {
      border-bottom: 42px solid #0072ca; }

.header-top {
  padding: 10px 0 4px;
  background-color: #007b73; }
  .header-top-item {
    font-size: 14px;
    transition: all .2s ease;
    cursor: pointer; }
    .header-top-item img {
      max-width: 24px;
      max-height: 24px;
      -o-object-fit: cover;
         object-fit: cover; }
    .header-top-item:hover span {
      color: #00d7d8; }

.header-logo img {
  max-width: 250px;
  max-height: 60px; }

.header-logo-multimedia img {
  max-width: 150px; }

.header-links li {
  color: #fff; }
  .header-links li a {
    color: #fff; }

.card-title {
  font-family: 'Helvetica Bold', Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.page-heading,
.tab-news .nav-item,
.home-slider-carousel .card-title,
.home-slider-carousel span,
.home-multimedia li,
.home-multimedia .owl-carousel .card-title,
.large-block .card-title,
.card-category,
.card-category-horizontal,
.card-category-horizontal-red,
.card-category-horizontal-green,
.card-category-horizontal-green-light,
.home-travel-header,
.footer-links,
.header-category,
.multimedia-banner-meta span,
.multimedia-heading,
.font-utm .card-title {
  font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif; }

.menu {
  font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);

  padding: 4px 0; }
  .menu .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 17px; }
  .menu .nav-item {
    transition: all .3s ease;
    border-bottom: 2px solid transparent; }
    .menu .nav-item:hover {
      border-bottom: 2px solid #007b73; }
    .menu .nav-item:hover .sub-menu {
      opacity: 1;
      visibility: visible;

      transform: translateY(0); }

.sub-menu {
  position: absolute;
  background: #007b73;
  padding: 8px 16px;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100vw;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transform: translateY(30px);
  display: flex;
  justify-content: center; }
  .sub-menu a {
    color: #fff;
    transition: all .2s ease;
    padding: 3px 10px; }
    .sub-menu a:hover {
      padding-left: 5px; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: .1rem 1rem;
  transition: all .2s ease;
  letter-spacing: -.3px; }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #007b73; }

@media (min-width: 1441px) {
  .menu .nav-link {
    font-size: 20px; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0; } }

header {
  position: relative;
  transition: all .3s ease; }
  header.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100; }
    header.fixed .menu {
      background-color: #fff; }
    header.fixed .menu-category {
      top: 86px; }
    header.fixed .header-logo-multimedia + ul,
    header.fixed .header-category + ul {
      display: none; }
    header.fixed .header-multimedia .align-items-end {
      align-items: center !important; }
    header.fixed #category-menu .menu {
      background-color: #007b73; }
    header.fixed .header-left,
    header.fixed .header-right {
      transition: all .2s ease;
      align-items: center !important;
      margin-top: 3px; }
    header.fixed .header-top {
      transition: all .2s ease;
      padding: 6px 0 3px; }
    header.fixed .header-logo {
      display: none;
      visibility: hidden;
      opacity: 0;
      transition: all .2s ease; }
      header.fixed .header-logo-small {
        transition: all .2s ease;
        display: block;
        visibility: visible;
        opacity: 1; }
        header.fixed .header-logo-small > img {
          max-height: 36px; }
    header.fixed .header-top-item {
      display: flex;
      align-items: center;
      transition: all .2s ease; }
      header.fixed .header-top-item > img {
        margin-right: 8px; }

.form-control:focus {
  outline: 0;
  box-shadow: none;
  border-color: #007b73; }

.page-search {
  background: #fff;
  padding: 10px;
  position: absolute;
  width: 30vw;
  left: 50%;
  top: 76px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all .2s ease;
  transform: translateX(-50%); }
  .page-search.show {
    opacity: 1;
    visibility: visible; }
  .page-search .form-control {
    width: calc(100% - 50px); }
  .page-search img {
    max-width: 24px; }
  .page-search .btn {
    background-color: #007b73;
    border: 1px solid #007b73; }

.menu-category {
  position: fixed;
  background: #007b73;
  width: 100vw;
  z-index: 100;
  top: 74px;
  overflow-y: auto;
  right: 0;
  transition: all .3s ease;
  padding-left: 0;
  opacity: 0;
  visibility: hidden;
  display: none; }
  .menu-category.show {
    opacity: 1;
    visibility: visible;
    display: block; }
  .menu-category .menu {
    box-shadow: none;
    float: right; }
  .menu-category .navbar-nav {
    width: 270px; }
  .menu-category .close {
    padding: 10px;
    position: absolute;
    z-index: 100; }
    .menu-category .close span {
      font-size: 20px;
      color: #fff;
      background: #007b73;
      opacity: 1;
      padding: 5px;
      border-radius: 100%;
      display: block;
      min-width: 30px;
      height: 30px; }
  .menu-category .nav-item {
    position: relative;
    border-bottom: 1px solid #fff; }
    .menu-category .nav-item .nav-link {
      padding-top: 7.5px;
      padding-bottom: 7.5px; }
    .menu-category .nav-item:hover {
      border-bottom: 1px solid #fff; }
    .menu-category .nav-item > ul {
      list-style: none;
      position: absolute;
      right: 270px;
      top: 0;
      width: calc(100vw - 270px);
      background-color: #eee;
      z-index: 10;
      height: 100%;
      display: flex;
      justify-content: flex-end;
      padding-left: 0;
      align-items: center;
      transition: all .3s ease; }
      .menu-category .nav-item > ul li {
        margin-right: 16px; }
        .menu-category .nav-item > ul li:first-child {
          margin-left: 16px; }
    .menu-category .nav-item:hover > ul {
      background: #fff; }
  .menu-category .nav-link {
    color: #fff; }
  .menu-category .nav-item:hover .nav-link {
    color: #fff;
    padding-left: 15px; }
  .menu-category-home {
    left: 0;
    right: 0;
    padding-left: 0; }
    .menu-category-home .nav-item > ul {
      left: 270px;
      right: unset;
      justify-content: flex-start;
      flex-wrap: wrap; }
    .menu-category-home .close {
      position: relative; }
    .menu-category-home.show {
      opacity: 1;
      visibility: visible;
      display: block; }
    .menu-category-home .menu {
      float: none; }

.home-slider-carousel .card-title {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 100%;
  padding: 8px;
  background: url(../images/bg-slider.png) no-repeat right; }
  .home-slider-carousel .card-title > a {
    line-height: 40px; }

.home-slider-carousel .owl-dots {
  bottom: 50%;
  display: flex;
  flex-direction: column; }
  .home-slider-carousel .owl-dots .owl-dot {
    margin-right: 0;
    margin-bottom: 10px; }

.home-slider-carousel .img-social {
  max-width: 32px; }

.large-block .card-title {
  font-size: 40px;
  text-transform: uppercase; }

.large-block img {
  min-height: 420px;
  -o-object-fit: cover;
     object-fit: cover; }

.home-travel {
  background: #007b73;
  padding: 32px 0;
  margin-bottom: 80px; }
  .home-travel-header {
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 24px; }
    .home-travel-header span {
      color: #00b2f8; }
  .home-travel .card {
    background-color: transparent; }
  .home-travel .horizontal-block {
    background: #007cad;
    padding: 10px; }
    .home-travel .horizontal-block .card-title {
      font-size: 22px; }

.home-multimedia {
  background: #007b73;
  padding: 16px 0;
  margin-bottom: 80px; }
  .home-multimedia .owl-carousel .card-title {
    font-size: 40px; }
  .home-multimedia .multimedia-vertical {
    background: #007cad;
    padding: 10px; }
    .home-multimedia .multimedia-vertical .card-text {
      overflow: hidden;
      max-width: 100%;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      margin: 0 auto;
      text-overflow: ellipsis; }

.owl-carousel .icon-play-large {
  width: 50px !important; }

.list-news-item li {
  min-height: 38px; }
  .list-news-item li:not(:first-child) {
    margin-top: 8px; }

.widget-block-bottom {
  margin-bottom: 120px; }

.widget-block .news-item-img {
  position: relative;
  overflow: hidden; }
  .widget-block .news-item-img img {
    transition: all .2s ease;
    transform: scale(1); }

.widget-block .news-item:hover .widget-block .news-item-img img {
  transform: scale(1.2); }

.widget-block .news-item-bg {
  background-color: #00d8c8; }
  .widget-block .news-item-bg .news-item-img {
    padding: 5px; }

.footer {
  background: #007b73;
  padding: 24px 0 56px; }
  .footer-logo img {
    max-width: 300px; }
  .footer-links {
    text-transform: uppercase;
    font-size: 18px; }
    .footer-links li {
      line-height: 18px; }
      .footer-links li:not(:last-child) {
        border-right: 1px solid #fff;
        padding-right: 14px; }
    .footer-links a {
      color: #fff; }
  .footer-social ul {
    min-width: 180px; }
  .footer-social img {
    max-width: 40px; }

.main-multimedia {
  background-color: #00554f; }

.multimedia-banner {
  position: relative;
  padding-top: 16px;
  margin-bottom: 32px; }
  .multimedia-banner h1 {
    font-size: 100px;
    width: 300%;
    margin-bottom: 60px;
    font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif;
    letter-spacing: 2px; }
  .multimedia-banner h2 {
    font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif;
    font-size: 40px; }
  .multimedia-banner-left {
    position: relative;
    z-index: 2;
    padding-top: 60px; }
  .multimedia-banner-meta {
    position: absolute;
    right: 0;
    bottom: 0; }
    .multimedia-banner-meta img {
      max-width: 30px; }

.multimedia-heading {
  color: #00d8c8;
  margin-bottom: 24px;
  text-align: center; }

.header-category {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 5px; }

.page-detail .list-news-item li,
.sidebar .list-news-item li,
.page-category-content .list-news-item li {
  min-height: unset; }

.page-detail-meta img,
.sidebar-meta img,
.page-category-content-meta img {
  max-width: 28px; }

.page-detail-content h2,
.page-detail-content h5,
.page-detail-content h6,
.page-detail-content .user-name {
  font-family: 'Helvetica Bold', Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.page-detail-links {
  font-family: "Calibri Bold", "Roboto", "Helvetica Neue", san-serif; }

.icon-hotnews {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: cover;
     object-fit: cover; }

.category-mb-top .large-text,
.category-mb-top .title-text {
  font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif;
  font-size: 24px; }

.category-mb-top .title-text {
  font-size: 40px; }

.news-center .owl-carousel .owl-stage-outer {
  overflow: visible; }

.js-news .owl-stage-outer {
  margin-left: -6px; }

.icon-play {
  width: 18px;
  margin-top: -2px;
  margin-right: 8px; }

.icon-play-large {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 50px; }

.icon-play-medium {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 32px; }

@media (max-width: 1746px) {
  .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(-n+6) {
    display: none; } }

@media (max-width: 1340px) {
  .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(-n+10) {
    display: none; } }

@media (max-width: 769px) {
  body,
  html {
    width: 100%;
    overflow-x: hidden; }
  .menu-category,
  header.fixed .menu-category {
    top: 44px; }
  .menu-category .nav-item .nav-link {
    max-width: 150px; }
  .menu {
    padding: 0; }
    .menu .navbar-toggler {
      display: none; }
  .navbar ul li ul a {
    font-size: 13px; }
  .menu-category .nav-item .nav-link {
    padding-top: 15px;
    padding-bottom: 15px; }
  .menu-category .navbar-nav {
    width: 100vw; }
  .menu-category .close {
    right: 0; }
  .page-search {
    width: 100vw;
    left: 0;
    transform: none; }
  .home-multimedia .owl-carousel .card-title {
    font-size: 22px; }
  .nav-pills .nav-item:last-child .nav-link {
    background-color: #00d8c8; }
  .nav-pills .nav-item:last-child .nav-link::after {
    border-bottom: 40px solid #00d8c8; }
  .page-search {
    top: 70px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
  .home-mb-slider .card-title {
    font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif; }
  .home-mb-slider .owl-dots {
    bottom: 145px; }
  .page-detail-img .icon-play-large {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .page-detail-img .caption-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #c6c6c6;
    text-align: center;
    padding: 4px 0; }
  .card-text {
    overflow: hidden;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    text-overflow: ellipsis; }
  .header-top {
    padding: 8px 0; }
  .menu-category-home .nav-item > ul {
    left: 150px; }
  .menu-category .nav-item > ul {
    width: calc(100vw - 150px); }
  .menu-category .nav-item > ul li:first-child {
    margin-left: 8px; }
  .menu-category .nav-item > ul li {
    margin-right: 8px;
    margin: 0 8px; }
  .menu .nav-link {
    font-size: 15px; }
  .header-logo img {
    max-width: 180px; }
  .footer-social ul {
    min-width: unset; }
  .widget-block .news-item {
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .widget-block .news-item .card-title {
      margin-bottom: 0;
      overflow: hidden;
      max-width: 100%;
      display: block;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      margin: 0 auto;
      text-overflow: ellipsis; }
  .home-multimedia {
    background: #007b73;
    padding: 8px 0 24px; }
  .most-read {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 16px; }
    .most-read .news-meta {
      font-family: "Calibri", "Roboto", "Helvetica Neue", san-serif; }
    .most-read ul > li:not(:last-child) {
      margin-bottom: 10px; }
  .widget-society .card-body,
  .widget-society .news-item-img {
    width: 50%; }
  .widget-society [class*='col-']:nth-child(2) .card-body {
    width: 55%; }
  .widget-society .card-text {
    overflow: hidden;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    text-overflow: ellipsis; }
  .hot-news p {
    font-size: 18px;
    line-height: 18px; } }

.owl-carousel .owl-item img {
  width: inherit; }

@media (max-width: 576px) {
  .header-logo img {
    max-width: 200px; }
  .home-multimedia [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .page-search {
    top: 55px; }
  .category-mb-top .w-50,
  .widget-block .w-50 {
    width: 35% !important; }
  .category-mb-top .card-body,
  .widget-block .card-body {
    padding: 10px; }
  .category-mb-top .card-title,
  .widget-block .card-title {
    font-size: 18px; }
  .widget-society .news-item-img {
    width: 35% !important; }
  .home-mb-slider .owl-dots {
    bottom: 185px; }
  .widget-block .news-item .card-title,
  .related-post .card-title,
  .category-mb-top .card-title {
    overflow: hidden;
    max-width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    text-overflow: ellipsis; }
  .menu-category .nav-item .nav-link {
    padding-top: 7.5px;
    padding-bottom: 7.5px; }
  .widget-society .card-body,
  .widget-society .news-item-img {
    width: 50%; }
  .widget-society [class*='col-']:nth-child(2) .card-body {
    width: 55%; }
  .widget-society .card-text {
    display: none; }
  .widget-society .card-body {
    padding: 12px; }
  .widget-society .card-title {
    font-size: 1.1rem; }
  .widget-society img {
    min-height: 120px;
    -o-object-fit: cover;
       object-fit: cover; }
  .related-post .vertical-list [class*='col-']:nth-child(even),
  .page-detail-content [class*='col-']:nth-child(even),
  .politic [class*='col-']:nth-child(even) {
    padding-left: 5px; }
  .related-post .vertical-list [class*='col-']:nth-child(odd),
  .page-detail-content [class*='col-']:nth-child(odd),
  .politic [class*='col-']:nth-child(odd) {
    padding-right: 5px; }
  .tab-news::after {
    top: 38px; }
  .header-top-item img {
    max-width: 30px;
    max-height: 30px; }
  .nav-pills .nav-item {
    position: relative; }
    .nav-pills .nav-item:first-child {
      z-index: 2; }
    .nav-pills .nav-item:last-child .nav-link {
      padding-left: 32px; }
  .nav-pills .nav-link {
    font-size: 20px;
    padding: 4px 8px; }
    .nav-pills .nav-link::before {
      left: 8px; }
    .nav-pills .nav-link::after {
      position: absolute;
      content: '';
      top: 0;
      right: -24px;
      width: 0;
      height: 0;
      border-bottom: 38px solid #007b73;
      border-right: 24px solid transparent;
      transition: all .2s ease; }
    .nav-pills .nav-link.active {
      background: #007b73;
      border-radius: 0; }
      .nav-pills .nav-link.active:after {
        border-bottom: 38px solid #007b73;
        z-index: 2; } }

/*# sourceMappingURL=main.css.map */

/*1-10 bá»• sung */

.page-detail table {
 max-width: 100%;
    background: #e9e9e9;
}
.page-detail table div {
     padding: 0px 15px;
    background: #e9e9e9;
}
.card-img > a,
  .news-item-img > a {
   display: block;
    width: 100%;
    position: relative;
    padding-bottom: 60% !IMPORTANT;
    height: 0;
    overflow: hidden;
	}
  .card-img img,
  .news-item-img img {
  
    transform: scale(1);
    transition: all .25s ease;
    min-height: 100%;
    position: absolute;
    display: block;
    width: 100%;	
	}
	
	.pagy {
	margin: 15px 0;
	float: right;
}
.card-img, .news-item-img {
    position: relative;
    width: 100%;
   /*
    padding-bottom: 60% !IMPORTANT;
    height: 0; */
    overflow: hidden;
}
.pagy .btn {
    border: 0 none;
    color: #2e2e2e;
    cursor: pointer;
    float: left;
    padding: 0 10px;
}

.pagy .disabled {
    color: #999;
    cursor: auto;
}

.pagy ul {
    float: left;
    list-style: none;
    margin: 0 5px;
    padding: 0;
    width: auto !important;
}

.pagy ul li {
    display: inline;
    margin-left: 2px;
}

.pagy ul li a, .btn {
    height: 20px;
    text-align: center;
    text-decoration: none;
    width: 20px;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

 .btn { 
   height: 36px;
    text-align: center;
    text-decoration: none;
    /* width: 20px; */
    margin: -8px -4px;
    padding: 0;
    width: auto !important;
    padding: 8px !IMPORTANT;
    margin-left: -2px;
    line-height: 1.05;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
}
.pagy ul li a.active {
    cursor: auto;
    color: #cf0000;
    text-decoration: underline;
    font-weight: bold;
    cursor: auto !important;
}
.info_cate{
    margin: 0px auto;
}
 .js-multimedia .owl-dots {
  
    right: 10px;
   bottom: 4em;
}
.header-top .mr-3 {
    margin-right: 0.6 rem!important;
}
.card-img{
width: 100%;
    position: relative;
    padding-bottom: 60% !IMPORTANT;
    height: 0;
    overflow: hidden;
}
.home-slider .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
.home-slider .mb-2{
font-size:17px;
}
.card-body .card-title {
	font-size: 1rem;
	
  
}
.card-img > a,
  .news-item-img > a {
   display: block;
    width: 100%;
    position: relative;
    padding-bottom: 60% !IMPORTANT;
    height: 0;
    overflow: hidden;
	}
  .card-img img,
  .news-item-img img {
  
    transform: scale(1);
    transition: all .25s ease;
    min-height: 100%;
    position: absolute;
    display: block;
    width: 100%;	
	}

.home-tabs-news .card-title, .text-emagazine {
overflow: hidden;
    max-width: 100%;
   margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    text-overflow: ellipsis;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  background: #eeffff; }

.home-slider-carousel .card-title {
   /* position: absolute;
    bottom: -12px;
    left: 0px;
    width: 100%;
    padding: 5px; */
position: relative;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 0px;
}
.sub-menu a {

    font-family: Arial;
}
.navbar ul li ul a {
    font-family: Arial;
font-weight: bold;
}
.list-news-item li a {
 position: relative;
    padding-left: 12px;
    display: block;
    line-height: 1.4;
    margin-top: 10px;
}
.list-news-item li :before{
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #f5313e;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
}
header.fixed .face_nav, header.fixed .phone_nav{
display: none;
}
.header-links .list-inline-item:nth-last-child(1){
display: none;
}
.page-heading h2 a {
   
    color: #fff;
}
.page-detail .title{
font-weight: bold;
}
.page-detail .list-inline-item:not(:last-child) {
    margin-right: 0px;
}
.title-new{
font-size: 1rem;
    font-family: Arial;
font-weight: bold;
float:left;

}

.home-travel {
  
    margin-bottom: 30px;
}

.home-multimedia .multimedia-vertical .card-text {
     -webkit-line-clamp: 10;
   }
   .multimedia-banner-meta {
    position: relative;
	}
	.menu-category .close span{
	margin-right: 10px;
	}

.home-slider-carousel .owl-dots {
    bottom: 57%;
  
}
.home-slider-carousel .img-social {
    max-width: 30px;
}
.home-tabs-news .nav-pills .nav-item .nav-link::before{
height: 1.6px;
left: auto;
}
.home-tabs-news .nav-pills .nav-item .nav-link.active::before {
    width: 70%;
}
table.image {
 border-collapse: collapse; background: #e9e9e9; /* width: auto; */ color: #135EB9;
 }
table.mceItemTable td, table.image td {
    text-align: center;
    padding: 5px;
}
table figure {
    margin: 0 0 0rem;
}
.home-multimedia .card-img img {
   
    margin-left: -1px;
}
.home-multimedia .card-body {
   
    margin-left: 1px;
}
.list110-1  li{
border: 0 none; 
    margin: 0; 
     padding: 0; 
     list-style-type: none;
}
.list110-1 .item{
margin-bottom: 15px;
}
.list110-1 .item .col-md-5 {
    float: left;
}
.list110-1 .item ..avatar169 {
  display: block;
    position: relative;
    height: 0;
    padding: 60% 0 0 0;
    overflow: hidden;
}

.list110-1 .item .avatar169 img {
    position: absolute;
    display: block;
    width: 100%;
    min-height: 100%;
    left: 0;
    height: auto;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.list110-1 .item .col-md-7 {
  
    float: right;
}

#tab-myweb .btn-primary{
font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    color: #fff;
    margin-top: 0px;
    background-color: #337ab7;
}
#tab-myweb .col-form-label{
width: 100%;
}
#search-result{
padding: 0px;
}
#search-result .news-item{
    margin-bottom: 15px;
}
@media (max-width: 576px){
 .widget-society .news-item-img a{
padding: 8px;
}
.category-mb-top .title-text {
    font-size: 1.5em;
}
/* multimedia mobile */
.m-multimedia .home-travel-header {
     margin-bottom: 5px;
}
.icon-play-large {
width: 45px;
    min-height: auto;
}
.home-mb-news .h1{
overflow: hidden;
    max-width: 100%;
   margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 auto;
    text-overflow: ellipsis;
}
.category-mb-top .large-text, .category-mb-top .title-text {
       margin-bottom: -2px;
}
.page-detail .page-detail-content-top h3{
font-weight: bold;
}
.page-detail .large-text, .page-detail .title-text {
       margin-bottom: -2px;
font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif;
    font-size: 24px;
}
.page-detail-content {
font-size: 18px;
}

.category-mb-top .card-title {
       margin: unset;
   }
.home-mb-slider .owl-dots {
  bottom: 10em;
    right: 0px;
}   
.category-mb-top .w-50, .widget-block .w-50 {
    width: 40% !important;
}
.widget-society .news-item-img {
    width: 40% !important;
}
.widget-block .news-item .card-title, .related-post .card-title, .category-mb-top .card-title {
       -webkit-line-clamp: 3;

}
.page-detail table{
width: 100%;
}
.page-detail table img{
width: 100% !important;
    height: auto !important;
}
.page-heading h2{
font-family: "UTM Bebas", "Roboto", "Helvetica Neue", san-serif;
}
.form-control option{
width: 100%;
}
#tab-myweb .btn-primary{
margin-bottom: 10px;
    margin-top: -35px;
}
#search-result .card-body {
       padding: 15px !important;
}
}
@media (min-width: 1746px) {
  .navbar-expand-lg .navbar-nav .nav-item:nth-last-child(-n+6) {
    display: none; } }



.footer-size{
    font-size: 13px;

}
.home-multimedia .owl-dots{
bottom: 9em;
}
.page-detail table {
    max-width: 100% !IMPORTANT;
    background: #e9e9e9;
    padding: 10px;
}
.page-detail .center{
margin: 0 auto 10px  !IMPORTANT;
}
.page-detail .image img {
   width: 100% !IMPORTANT;
    background: #e9e9e9;
    height: auto !important;

}
.qc-deptop {
margin-bottom: 15px;
}
.qc-deptop img{
width:100%;
height: auto;
}
.footer-logo img {
    max-width: 100%;
}
.page-detail .quote{
    margin: 10px;
} 
.page-detail .quote p{
        padding: 10px;
} 

@media (min-width: 576px) {
.page-heading h2 a {
    color: #00d8c8;
}
.page-heading h2::after {
  border-bottom: none !IMPORTANT;
}
.page-heading h2 {
  color: #00d8c8;
    background: none !important;
padding: 6px 0px 8px;
}

.page-heading.page-heading-blue h2 {
    color: #008ed8;
}
.page-heading.page-heading-cyan h2 {
    color: #009cd8;
}
.page-heading.page-heading-green h2 {
    /* background: #00d8ab; */
    color: #00d8ab;
}
.page-heading.page-heading-green-cyan h2 {
    /* background: #00d7d8; */
    color: #00d7d8;
}
}
@media (max-width: 576px) {
.page-detail .center {
    width: 100% !IMPORTANT;
   }
.page-detail table td{
   width: 100% !IMPORTANT;
   }
.home-multimedia .js-multimedia .owl-dots {
    right: 10px;
    bottom: 7.25em;
}
.page-detail-meta .text-uppercase{
margin-right: 10px;
}
}
@media (min-width: 1325px) and (max-width:1575px) {
.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(-n+8) {
    display: none; }
}
@media (min-width: 1247px) {
.container {
    max-width: 1247px; }
}


.ad_banner img {
	max-width: 100%;
	margin-bottom: 15px;
}

#search-news-result {
}


#content .image_related_1 img {
	width: 120px !important;
	max-width: unset !important;
	    margin: 0 10px 0 0;
}

.related {
    margin: 15px 0;
}
.related table {
    width: 100%;
	margin: 0 !important;
}
 .related td {
    border-bottom: 1px dotted #ccc;
    padding: 8px 5px !important;
}
.image_related_2 a {
    display: block;
    background: url(../images/circle1.gif) no-repeat left 5px;
    padding-left: 15px;
    color: #0a81d9;
}
#content .image_related_1 img {
    width: 120px !important;
    max-width: unset !important;

}

#lich_phat_song {
    border-top: 2px solid #a2a2a2;
    margin-top: 10px;
    max-height: 270px;
    overflow: hidden;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.live_curent_title {
margin: 10px 0;
}
.lich_phat_song_box .input-group.date {
    position: absolute;
    top: 6px;
    right: 0;
    width: 30px;
}
.lich_phat_song_box {
    position: relative;
}
.media-box .cate_title {
    font-weight: bold;
    font-size: 18px;
	color: #00178c !important;
	
}
.channel_list  li a span.bg3 {
    color: #fff;
	background-color: #ff0000;
    font-size: 50%;
    margin-left: 5px;
    padding: 0 5px;
    text-transform: uppercase;
	height: 14px;
	line-height: 14px;
}
.channel_list .cate_title {
    font-weight: bold;
    line-height: 14px;
}
.fleftm {
    float: left;
}
.channel_list li a {
    padding: 5px 0;
	color: #008ed8 ;
}
.channel_list li a img {
	max-width: 100%;
}
.channel_list li:first-child {

}
.channel_list li {
	display: inline-block;
	width: 48%;
}
.lich_phat_song_date span.schedule_item {
	display: inline-block;
	text-align: center;
    font-size: 70%;
    margin-right: 5px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 10px;
}
.lich_phat_song_date span.schedule_item.active,.schedule_title.active {
    color: red;
}
.media-box hr {
    border-top: 1px solid #dedede;
    margin: 0;
}
#lich_phat_song td {
    border-bottom: 1px dashed #e9e9e9;
    padding: 5px 8px 5px 0;
}
.date {
    color: #999;
}
#mostread {
    border: 1px solid #ddd;
    padding: 5px;
	max-height: 340px;
    overflow: hidden;
}
#mostread .item .ftd {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
}
.ftdl span {
    font-size: 20px;
    color: #fff;
    background: #ff0000;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}



.live_curent_title {
display: none;
}



.footer-size{
    font-size: 13px;

}
.home-multimedia .owl-dots{
bottom: 9em;
}
.page-detail table {
    max-width: 100% !IMPORTANT;
    background: #e9e9e9;
    padding: 10px;
}
.page-detail .center{
margin: 0px auto 10px !IMPORTANT;
}
.page-detail .image img {
   width: 100% !IMPORTANT;
    background: #e9e9e9;
    height: auto !important;

}
.qc-deptop {
margin-bottom: 15px;
}
.qc-deptop img{
width:100%;
height: auto;
}
.footer-logo img {
    max-width: 100%;
}
.page-detail .quote{
    margin: 10px;
} 
.page-detail .quote p{
        padding: 10px;
} 

@media (min-width: 576px) {
.page-heading h2 a {
    color: #00d8c8;
}
.page-heading h2::after {
  border-bottom: none !IMPORTANT;
}
.page-heading h2 {
  color: #00d8c8;
    background: none !important;
padding: 6px 0px 8px;
}

.page-heading.page-heading-blue h2 {
    color: #008ed8;
}
.page-heading.page-heading-cyan h2 {
    color: #009cd8;
}
.page-heading.page-heading-green h2 {
    /* background: #00d8ab; */
    color: #00d8ab;
}
.page-heading.page-heading-green-cyan h2 {
    /* background: #00d7d8; */
    color: #00d7d8;
}
}
@media (max-width: 576px) {
.page-detail .center {
    width: 100% !IMPORTANT;
   }
.page-detail table td{
   width: 100% !IMPORTANT;
   }
.home-multimedia .js-multimedia .owl-dots {
    right: 10px;
    bottom: 7.25em;
}
.page-detail-meta .text-uppercase{
margin-right: 10px;
}
}
@media (min-width: 1325px) and (max-width:1575px) {
.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(-n+8) {
    display: none; }
}
@media (min-width: 1247px) {
.container {
    max-width: 1247px; }
}
/* .header-top, .page-heading, #pills-tab, .uppercase, .card-divided, .footer   {
    
    filter: grayscale(100%);
}
.home-multimedia,  .card-category-horizontal , .card-category, .home-travel, .home-multimedia .multimedia-vertical, .home-travel .horizontal-block, .widget-block .news-item-bg, .card-category-horizontal-green-light {
    background: #606060;
   } */

   #content .td-post-content table , #content .td-post-content img {
	max-width: 100%;
   }
  #content table {
  margin-bottom: 10px;
  }
   table figcaption {
    border-collapse: collapse;
    background: #e9e9e9;
    /* width: auto; */
    color: #135EB9;
	padding: 5px 10px;
}@media (max-width: 769px){
.page-heading.page-heading-green h2 {
    background: #00d8ab !important;
	color: #fff;
}
.page-heading.page-heading-green-mb h2 {
    background: #007b73 !important;
	color: #fff;
}
.related .image_related_1 td {
width: unset !important;
}
}