@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=vietnamese");
body {
  font-family: 'Roboto', sans-serif !important; }

.widget-title .h1, .widget-title .h2, .widget-title .h3, .widget-title .h4, .widget-title .h5, .widget-title .h6, .widget-title h1, .widget-title h2, .widget-title h3, .widget-title h4, .widget-title h5, .widget-title h6 {
  font-weight: 300; }

.sidebar .widget:first-child .widget-title {
  margin-top: 0; }

#header {
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }

/* Main menu*/
#bottom-menu,
#bottom-menu ul.menu > li:hover, #bottom-menu ul.menu > li.active {
  background-color: #fff; }

#bottom-menu ul.menu > li:hover > a, #bottom-menu ul.menu > li.active > a {
  color: var(--color-theme); }

#bottom-menu ul.menu {
  border-top: 1px solid #ccc; }

#bottom-menu ul.menu > li {
  border-right: none; }

#bottom-menu ul.menu > li > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px; }

#bottom-menu ul.dropdown-menu > li > a {
  margin: 0; }

#bottom-menu ul.menu > li > a > i.fa, #bottom-menu ul.menu > li > span > i.fa {
  font-size: 14px; }

#bottom-menu ul.menu > li.dropdown > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 5px; }

nav.main-menu ul.menu > li.search-pc {
  min-width: 350px; }

ul.menu {
  list-style: none; }

button[data-toggle="search"] {
  background: none;
  border: 0;
  color: #000;
  padding: 0; }

.search-dropdown.active {
  display: block !important;
  margin: 10px 0; }

.logoTop .logo {
  margin: 15px auto;
  padding: 0; }

@media (max-width: 992px) {
  .logoTop .logo {
    max-width: 150px; }

  .btn-search-mobile .fa {
    font-size: 25px; } }
.card-img-top {
  -webkit-border-radius: 0;
  border-radius: 0; }

/* Home page*/
#introduction {
  background-image: url(/image/1200-400/1U9A8195_2500px.jpg);
  padding: 50px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

#introduction:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2); }

#introduction > .container {
  z-index: 9;
  position: relative; }

#introduction > .container h1 {
  font-size: 4rem; }

#introduction > .container p {
  color: #fff; }

#introduction .row a {
  background: #ff0;
  text-align: center;
  display: block;
  padding: 10px;
  border: 1px solid #f00;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

#features .single-feature {
  margin-top: 15px; }

#features .single-feature .f-icon {
  margin-bottom: 15px; }

#features .single-feature .f-icon img {
  width: 64px; }

#features .single-feature h3 {
  font-size: 1.3rem; }

#features .single-feature .decorated-heading:after {
  margin-bottom: 10px; }

#top-menu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none; }

#top-menu ul li {
  display: inherit;
  padding: 5px 10px;
  border-right: 1px solid #ccc; }

#top-menu ul li:last-child {
  border-right: none; }

.logo img {
  width: 200px !important; }

.post-page h2, .post-page h2 > span, .post-page h3, .post-page h3 > span, .post-page h4, .post-page h4 > span, .post-page h5, .post-page h5 > span, .post-page h6, .post-page h6 > span {
  color: #149ba7 !important; }

.card .card-category a {
  color: #1FA1AB; }

div#banner-footer {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0; }

#scroll-to-top {
  bottom: 80px; }

.mce-toc {
  width: 100%; }
  .mce-toc h2 {
    margin-bottom: 0; }
  .mce-toc ul {
    display: none;
    counter-reset: item; }
    .mce-toc ul li a:before {
      content: counters(item,".") ". ";
      counter-increment: item; }
  .mce-toc .toc-toggle {
    display: inline-block;
    color: #000;
    font-size: 1.2rem;
    line-height: 25px;
    margin-left: 15px; }
    .mce-toc .toc-toggle > i:before {
      font-family: 'FontAwesome', serif;
      content: "\f107";
      font-weight: 900;
      font-style: normal; }
  .mce-toc.show .toc-toggle > i:before {
    content: "\f106"; }

#call-zalo {
  position: fixed;
  z-index: 999;
  right: 80px;
  bottom: 80px;
  background-color: #1E73BE;
  padding: 1px 12px 1px 0px;
  -webkit-border-radius: 99px;
  border-radius: 99px; }

#call-zalo a {
  color: #fff; }

.category-page .category-description {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem; }
  .category-page .category-description .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#ffffff));
    background-image: -webkit-linear-gradient(top, transparent, #ffffff);
    background-image: -o-linear-gradient(top, transparent, #ffffff);
    background-image: linear-gradient(to bottom, transparent, #ffffff); }

.search-form .form-control {
  height: 38px; }

@media (max-width: 991px) {
  #bottom-menu ul.menu > li > a {
    padding: 10px; }

  #bottom-menu ul.menu > li.dropdown > a:after {
    display: none; }

  #bottom-menu ul.menu > li > a.dropdown-control {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
    #bottom-menu ul.menu > li > a.dropdown-control > .fa {
      margin: 0;
      font-size: 15px; }

  #bottom-menu ul.menu > li.dropdown.open .dropdown-menu {
    display: block; } }
img + em {
  display: block;
  margin-top: .5rem; }

.kqxs.table td {
  font-size: 1.3rem;
  vertical-align: middle; }
  .kqxs.table td.giai-td {
    font-size: 1rem; }

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