﻿@charset "UTF-8";
/*
	PSC Portal - Nha Trang
	Nguyen Thi Hong Dung
	Date create: 13.09.2018
    Modified Date: 10.01.2018 by TruongPT
*/
/* font-face */
@import url("../../../lib/simple-line-icons/css/simple-line-icons.css");
/* typography */
.txt-menu, .menu .navbar-default .navbar-nav > li > a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #034ea2;
}

.txt-light {
  font-weight: 300;
}

.txt-bold {
  font-weight: 700;
}

.text-head.large {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-head.small {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

.text-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.text-title.large {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.text-title.small {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.header-tab {
  font-size: 14px;
  font-weight: 700;
}

/* end typography */
/* global */
* {
  padding: 0;
  margin: 0;
}

:focus {
  outline: none;
}

::placeholder {
  color: #fff;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #034ea2;
  text-decoration: none;
}

select {
  background: transparent;
  border: 0;
}

#page {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.line {
  border-bottom: 1px solid #004490;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}

.ml-120 {
  margin-left: 120px;
}

.pt-20 {
  padding-top: 20px;
}

/* end global */
/* layout */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #4f4f4f;
}

@media (min-width: 1200px) {
  .menu .container {
    width: 1170px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.section.bg-grey {
  background-color: #eee;
}

/* end layout */
/* ____ header _____*/
.header {
  font-size: 14px;
  line-height: 1.1;
  color: #87c0ff;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header ul {
  margin: 15px 0 0 0;
}

.header ul li {
  display: inline-block;
  padding: 0 10px 10px 0;
}

.header ul li a:hover {
  color: #fff;
}

.header .icons {
  margin-right: 5px;
}

@media (max-width: 768px) {
  .header .header-logo img {
    margin: 0 auto;
  }

  .header ul {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  .header {
    text-align: left;
  }

  .header .header-bottom {
    float: right;
  }
}

/* end header */
/* _____ MENU _____ */
.affix {
  top: 0;
  z-index: 9999 !important;
  animation: pulse 0.7s;
}

.menu .navbar {
    margin-bottom: 0px;
    background-color: #efefef;
    border: 0;
}

.menu .navbar-nav {
  margin-top: 0px;
  margin-bottom: 0;
  width: 100%;
}

.menu .navbar-default .navbar-collapse {
  border-color: #fff;
}

.menu .navbar-default .navbar-nav > li > a:hover {
  
}

.menu .navbar-collapse {
  background-color: transparent;
}

.menu .fa {
  padding-right: 10px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #034ea2;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #034ea2;
  color: #fff !important;
}

.nav-padding {
  padding-top: 61px;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  margin-right: -1px;
  min-width: 225px;
}

.navbar-nav .dropdown-menu {
  padding: 0;
}

.navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
  left: 0px;
  margin-left: -1px;
  right: auto;
}

.navbar-nav > li > .dropdown-menu > li.active > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: #034ea2;
  color: #fff;
}

.navbar-header .navbar-toggle {
  background-color: #034ea2;
  background-image: none;
  border-color: transparent;
  padding: 5px;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 25px;
  height: 4px;
}

.navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
  background-color: #87c0ff;
}

.caret.navbar-toggle.sub-arrow:focus, .caret.navbar-toggle.sub-arrow:hover {
  background-color: transparent;
}

.dropdown-menu {
  border-radius: 0;
}

.open .open > .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
}

.dropdown-menu > li > a {
  padding: 11px 20px;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: #034ea2;
  color: #fff;
}

@media (min-width: 993px) {
  .menu .caret {
    display: none;
  }

  .menu .affix {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 992px) {
  .menu .affix {
    position: relative;
    animation: none;
  }

  .menu .navbar-nav {
    margin: 0 -15px 15px -15px;
    width: auto;
  }

  .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #034ea2;
    position: relative;
  }

  .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #87c0ff;
  }

  .menu .navbar-nav.sm-collapsible .caret, .menu .navbar-nav.sm-collapsible ul .caret {
    border-width: 0px;
    top: 0;
    position: static;
    margin-right: 0;
  }

  .menu .navbar-nav.sm-collapsible .open > a > .caret:before {
    content: "\f106";
  }

  .menu .navbar-nav.sm-collapsible .caret:before {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: bold;
  }

  .menu .nav .open > a, .menu .nav .open > a:focus, .menu .nav .open > a:hover {
    background-color: transparent;
    color: #87c0ff !important;
  }

  .menu .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    margin-left: 0;
  }

  .menu li {
    width: 100% !important;
  }

  .menu button.navbar-toggle {
    float: left;
    border-radius: 0;
    margin-left: 15px;
  }
}

/* change breakpoint */
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }

  .navbar-left, .navbar-right {
    float: none !important;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .collapse.in {
    display: block !important;
  }

  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 15px;
  }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
  }
}

.sub-arrow {
  display: none;
}

@media (min-width: 992px) {
  .menu .nav.navbar-nav > li {
    float: none;
    display: table-cell;
    width: 1%;
    text-align: center;
  }

  .menu .nav.navbar-nav > li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 15px;
  }

  .navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
/* END MENU */
/* *********** v3 search ********* */
/* search : desktop */
#search {
  min-height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 1005;
  background-color: transparent;
  padding-top: 5px;
}

.search-submit {
  background-color: transparent;
  background-image: url("../imgs/search.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  top: 7px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

#m_search {
  background: #034ea2;
  border: 1px solid #87c0ff;
  padding: 10px;
  position: absolute;
  top: 100%;
  width: 270px;
  font-style: italic;
  color: #fff;
  display: none;
  font-size: 13px;
}

/* search : mobile */
.search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 48px;
}

.search-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.search-toggle::before, .search-toggle::after {
  content: '';
  position: absolute;
  display: block;
  transition: all 0.1s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.search-toggle::before {
  border: 2px solid #034ea2;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  left: 42%;
  top: 38%;
}

.search-toggle::after {
  height: 2px;
  width: 10px;
  background: #034ea2;
  top: 65%;
  left: 60%;
  transform: rotate(45deg);
}

.search-toggle.active {
  background-color: #e4e7e9;
}

.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  transform: rotate(45deg);
  top: 40%;
  left: 50%;
}

.search-toggle.active::after {
  width: 12px;
  left: 41%;
  top: 49%;
}

.search-input:focus {
  outline: none;
}

#search-mobile .search-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #fff;
  transition: all 0.3s;
}

#search-mobile .search-box .search-input {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  border: 0;
  background-color: #034ea2;
  opacity: 0;
  color: #fff;
  font-size: 16px;
    /* font-size < 16px sẽ bị zoom trên safari */
  border: 1px solid #034ea2;
}

#search-mobile .search-box .search-input::-webkit-input-placeholder {
  color: #fff;
  text-transform: italic;
}

#search-mobile.showSearch .search-box {
  max-height: 60px;
  min-height: 60px;
  padding: 10px 15px;
}

#search-mobile.showSearch .search-box .search-input {
  opacity: 1;
}

@media (max-width: 992px) {
  #search-mobile {
    display: block !important;
  }
}
/* *********** end search ********* */

/*----DANH SACH TIN TUC*/
.side-left {
  padding-right: 0px;
  padding-left: 0px;
}

.h3topic {
  height: 25px !important;
  text-transform: uppercase;
}
}

.topicname {
  font: 600 15px arial;
  color: #333;
  float: left;
  height: 30px;
  padding-top: 6px;
  width: 100%;
}

.stopicname {
  font: 600 15px arial;
  padding: 0 10px;
  background: rgba(204, 204, 204, 0.45);
  color: #333;
  border-left: 5px solid #006dbc;
  float: left;
  height: 30px;
  padding-top: 6px;
  width: 100%;
}

.topicname:hover {
  color: #006dbc;
  text-decoration: none;
}

.rowarticle {
  background-color: #f6f5f5;
  border-top: #c3c3c3 1px dashed;
    /*height: 170px;
    */
  width: 100%;
  float: left;
}

.article {
  display: block;
}

.articles {
  margin-top: 6px;
}

.article-thumb {
  margin: 0 0 10px;
}

.imgthumb {
  width: 230px;
  height: 170px;
  min-height: 100px;
  border-radius: 3px;
  padding: 10px;
  cursor: default;
  margin-top: 0px;
  float: left;
}

.imgthumbtop {
  width: 100%;
  height: 150px;
  min-height: 100px;
  border-radius: 3px;
  padding: 10px;
  cursor: default;
  margin-top: 0px;
  float: left;
}

.article-content {
    /*min-height: 170px;
    */
  padding: 6px;
}

.tieu-de-tin {
  color: rgba(4, 0, 0, 0.71);
  text-transform: none;
  font-size: 14px;
  text-align: justify;
  font-weight: 600;
}

.article-content h3 {
  font-size: 19px;
  padding-bottom: 5px;
  margin-top: 2px !important;
  margin-bottom: 0 !important;
  text-align: justify;
}

.description {
  font-style: italic;
}
.description a:hover
{
    color: #ff0000;
}

.description a
{
    color: #0000ff;
}

.topicname .title-t1 {
  color: #333;
  text-transform: uppercase;
  font: 600 15px arial;
}

.topicname .title-t1:hover {
  color: #006dbc;
}

.topicname .active {
  color: #006dbc;
}

.topicname-title {
  margin-left: -40px;
}

@media (max-width: 520px) {
  .article-thumb {
    float: left;
    width: 100% !important;
  }

  .imgthumb {
    width: 100%;
    min-height: 100px;
    border-radius: 3px;
    padding: 10px;
    cursor: default;
    margin-top: 0px;
    float: left;
  }

  .imgthumbtop {
    width: 100%;
    height: 100%;
    min-height: 100px;
    border-radius: 3px;
    padding: 10px;
    cursor: default;
    margin-top: 0px;
    float: left;
  }

  .article-thumbtopic {
    width: 100%;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 0px;
  }
}
     
/*---- end DANH SACH TIN TUC*/

        
/* map */
.map {
  margin-bottom: 15px;
}

/* Sự kiện */
.su-kien {
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ccc;
  background-image: linear-gradient(to top, #e3e6e8 0%, white 100%);
  border: 1px solid #ccc;
}

.su-kien h2 {
  color: #034ea2;
  text-align: center;
  margin: 0 0 20px 0;
}

.su-kien-thumb {
  margin-bottom: 20px;
}

/* banner small */
.banner.small .banner-thumb {
  margin-bottom: 5px;
}

/* banners big */
.banners.big .banner-thumb {
  margin-bottom: 5px;
}



/* footer */
.footer {
  background-color: #034ea2;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  line-height: 1.5;
  padding: 15px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer a:hover,
  .footer a:focus,
  .footer a:active {
  color: #87c0ff;
}

.footer h4 {
  line-height: inherit;
  font-size: inherit;
  margin-top: 0;
}

.footer .footer-logo {
  float: left;
  margin-right: 2px;
}

.footer .footer-logo ~ .footer-box {
  margin-left: 120px;
}

.footer .footer-bottom {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #c3c3c3;
}

.footer .footer-box {
  margin-bottom: 30px;
}

.footer .fa {
  border: 1px solid transparent;
  margin-bottom: 10px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer .fa-facebook {
  background-color: #3b5998;
  padding: 10px 14px;
}

.footer .fa-google-plus {
  background-color: #dd4b39;
  padding: 10px 9px;
}

.footer .fa-twitter {
  background-color: #00aced;
  padding: 10px 11px;
}

.footer .social a:hover .fa {
  border-color: #fff;
}

/* end footer */
/* back to top */
a.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #034ea2 url("../imgs/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

a.cd-top.cd-is-visible, a.cd-top.cd-fade-out, .no-touch a.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

a.cd-top, a.cd-top:visited, a.cd-top:hover {
  color: #CCCCCC;
  text-decoration: none;
}

a.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

a.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

/* hanging fix right */
.hanging {
  border: 1px solid #fff;
  list-style: none;
  padding: 0;
  position: fixed;
  margin-top: 30px;
  perspective: 1000px;
  top: 50%;
  margin-top: -150px;
  right: 0;
  z-index: 999999;
}

.hanging li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  vertical-align: baseline;
}

.hanging li a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(3, 78, 162, 0.9);
  color: #fff;
  padding: 6px;
  text-decoration: none;
  text-align: center;
  transition: background .5s ease .300ms;
}

.hanging li a img {
  margin-top: 5px;
}

.hanging li a:hover {
  background-color: #d6322c;
}

.hanging li a span {
    width: 150px;
    float: right;
    text-align: center;
    background: #222;
    color: #fff;
    margin: -30px 50px 0 0;
    padding: 8px;
    transform-origin: 0;
    visibility: hidden;
    opacity: 0;
    transform: rotateY(45deg);
    transition: all .5s ease .300ms;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
}

.hanging li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -20px;
  top: 9px;
  border: 10px solid transparent;
  border-left: 10px solid #222;
}

.hanging li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
}

@media (max-width: 978px) {
  .hanging {
    display: none;
  }
}
/* _____ responsive _____ */
@media (max-width: 768px) and (min-width: 420px) {
  .side-right .banner.small {
    margin: 0 -2px;
  }

  .side-right .banner.small .banner-thumb {
    width: 50%;
    float: left;
    padding: 0 2px;
  }
}

/* .footer */
@media (max-width: 900px) {
  .footer .footer-top .my-col:nth-child(1) {
    width: 100%;
  }

  .footer .footer-top .my-col:nth-child(2) {
    width: 70%;
  }

  .footer .footer-top .my-col:nth-child(2) > * {
    margin-left: 120px;
  }

  .footer .footer-top .my-col:nth-child(3) {
    width: 30%;
  }
}

@media (max-width: 768px) and (min-width: 471px) {
  .footer .my-col {
    width: 100% !important;
    text-align: left;
  }

  .footer .footer-box {
    margin-left: 120px;
  }

  .footer .footer-bottom .my-col {
    text-align: left !important;
  }

  .footer .footer-bottom .my-col > * {
    margin-left: 120px !important;
  }
}

@media (max-width: 470px) {
  .footer .footer-logo {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }

  .footer .my-col {
    width: 100% !important;
    text-align: left;
  }

  .footer .footer-box {
    margin-left: 0 !important;
  }

  .footer .ml-120 {
    margin-left: 0;
  }
}

@media(max-width:768px) {
  #page {
    width: 100%;
  }
}

.title_topicdisplay {
  text-align: center;
  width: 800px;
  margin-top: -9px;
  padding-right: 0px;
  margin-left: 20px;
  text-decoration: none;
  font-size: 14px;
  color: #676363;
}

.title_topicdisplay a {
  text-align: center;
  text-decoration: none;
  color: #676363;
  font-size: 17px;
  line-height: 25px;
}

.title_topicdisplay:hover {
  text-decoration: none;
  color: #90082f;
}

.h3_content {
  text-align: justify;
  font: 13px Arial, Helvetica, sans-serif;
  color: #333;
}

.RadDataPager .rdpNumPart a {
  padding: 0px 5px 3px 0px;
}

.Link_Unselected {
  font-family: Tahoma;
  color: #424242;
  padding: 0px 5px 0px 5px;
  font-size: 13px !important;
  margin-right: 5px;
  border: 1px dotted #e8e8e8;
  border-radius: 17px;
  background-color: rgba(204, 204, 204, 0.45);
  padding: 6px 10px;
  text-decoration: none !important;
  font-weight: bold;
}

.Link_Unselected:hover {
  color: #135aab;
  text-decoration: none;
  background-color: #ffe0bb;
}

.Link_Selected {
  font-family: Tahoma;
  color: #337ab7;
  padding: 0px 5px 0px 5px;
  font-size: 13px !important;
  margin-right: 5px;
  border: 1px dotted #e8e8e8;
  border-radius: 17px;
  background-color: rgba(204, 204, 204, 0.45);
  padding: 6px 10px;
  text-decoration: none !important;
  font-weight: bold;
  color: rgb(255, 0, 0);
}

.Link_Selected:hover {
  color: #135aab;
  text-decoration: none;
  background-color: #ffe0bb;
}

.gopy {
  margin-top: 10px;
  margin-right: 25px;
  margin-left: 20px;
  text-align: justify;
  float: left;
  margin-bottom: 10px;
}

    /*tintuc*/
.tintuc {
  float: left;
  padding-top: 20px;
}

.tieude a {
  float: left;
  font: 18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #1c78b4;
  font-weight: bold;
  padding-left: 20px;
  text-decoration: none;
}

.line_tt {
  float: left;
  padding: 5px 0px 5px 0px;
}

.line_tt1 {
  float: left;
  padding: 5px 0px 5px 0px;
}

.line_tt1 img {
  width: 244px;
  height: 4px;
}

.arrow {
  float: right;
  margin-right: 20px;
}

.banner-tintuc div {
  margin: 0px 5px !important;
}

.list-thong-bao {
  margin-top: 0px !important;
}

.list-thong-bao h1 {
  padding: 30px 0px 0px 0px !important;
}

.PageColumns {
  clear: both;
  padding-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}
    /*width <250*/
.img-transform250 {
        /*-moz-transform: translate(-10%,5%);
            -ms-transform: translate(-10%,5%);
            -o-transform: translate(-10%,5%);
            -webkit-transform: translate(-10%,5%);
            transform: translate(-10%,5%);*/;
}
    /*full*/
.img-transformfull {
        /*-moz-transform: translate(-29%,5%);
            -ms-transform: translate(-29%,5%);
            -o-transform: translate(-29%,5%);
            -webkit-transform: translate(-29%,5%);
            transform: translate(-29%,5%);*/;
}

.slick-dots {
  display: none !important;
}

.outter-slick {
  padding: 0px;
}

.fix-position {
  position: fixed;
  top: 20px;
  padding: 0px 25px;
}

.wrapper-article p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
}

.titletopic {
  font-size: 20px;
  float: left;
  padding: 5px 0px;
  display: block;
  margin-bottom: -1px;
  font-family: roboto, time;
  font-weight: 500;
}

.header-category ul li {
  float: left;
  padding-right: 5px;
  padding-left: 0 !important;
}

@media(max-width:520px) {
  .topicScan .thumb-article {
    margin-right: 0 !important;
  }
}

.fa-home {
  margin-right: 5px !important;
}

.topicScan {
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.thumb-article {
  margin-bottom: 10px !important;
}

.title-article.tt {
  font-size: 15px;
}

.wrapper-article h2 {
  margin-top: 0 !important;
}

@media(max-width:360px) {
  .title-t1 {
    font-size: 12px;
  }
}
/*# sourceMappingURL=index.css.map */
