﻿.currencyVND:after
{
	content: 'đ';
	position: relative;
	top: -10px;
	left: 3px;
	font-size: 60%;
}

article.card .card-body {
  min-height: 170px;
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title {
  text-align: center;
}

.header-top .tt-header-cms .content {
  color: white;
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title h4 {
  background: #003a63;
}

.allcategories .subcategories-carousel .tt-categories .content .caption .cat-title h4 a {
  color: white;
}

#ttcmstestimonial .tttestimonial-content .tttestimonial-inner #tttestimonial-carousel li .testimonial-user-title h6 {
  color:#aaa;
  font: 600 14px/18px Open Sans,sans-serif;
  text-transform: text-transform;
  margin-top:0;
  margin-bottom:8px;
}

.heroCarousel-title {
  color: #323c61;
}

.heroCarousel-description {
  color: yellow;
}

#btnZaloChat {
  width: 45px;
  height: 45px;
  display: flex;
  background: #028fe3;
  border-radius: 50%;
  background: #028fe3;
  box-shadow: 0 0 0 0 rgb(2 143 227);
  position: fixed;
  right: 50px;
  bottom: 150px;
  overflow: hidden;
  z-index: 100;
  transform: scale(1);
  animation: pulse-blue 2s infinite;
}

.col-md-25, .col-md-50, .col-md-75 {
  float:left;
  position: relative;
  min-height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

.col-md-75 {
    width: 75%;
  }

.col-md-50 {
  width: 50%;
}

.col-md-25 {
  width: 25%;
}

.hide {
  display:none;
}

.material-icons {
  font-weight: bold !important;
}

@media (min-width: 992px) {
  .page-sidebar {
    width: 21.41667%;
  }
  .page-sidebar+.page-content {
    width: 78.58333%;
  }
}

@media (max-width: 768px) {
  .col-md-75, .col-md-50, .col-md-25 {
    width: 100%;
  }
}