:root{--color-primary:#66cc00;
--color-secondary:#FF2905;
--bs-link-color:#515d6a;
--bs-link-hover-color:rgba(112, 55, 86, 1);
}
h1{font-size: 1.6rem;font-weight:bold }
h2{font-size: 1.5rem;}
h3{font-size: 1.4rem;}
h4{font-size: 1.3rem;}
ul{padding-inline-start: 17px;margin-bottom: 0;}
#hero{
    background: url(/user-upload/imgs/banner-van-chuyen-2.jpg) top center;
	background-size: cover;
	position: relative;
    color: #fff;min-height: 60vh;
}
#hero:before {
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

.bg {
    background: #ddd !important;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 575px) {
    .full-width-mobile {
        margin-left: -12px;
        margin-right: -12px; margin-top: -60px;
    }
}
a.stretched-link {
    font-weight: bold;
}
.post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);background: #fff;border: 1px solid #dadce0;
  transition: 0.3s;
 
  overflow: hidden;
  padding: 15px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.post-box .post-img {
  overflow: hidden;
  margin: -15px;
  position: relative;border-bottom: 1px solid #ddd;
}

.post-box .post-img img {
  transition: 0.5s;
}

.post-box .post-title {
  font-weight: 700;
  transition: 0.3s;
}
.post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 150px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}

#preloader{
	position:fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}
#preloader:before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.post-box:hover .post-img img {
  transform: rotate(0deg) scale(1.2);
}
.sidebar {
    position: sticky;
    top: 100px;
}
.sidebar .col-12{
	position: relative;
}
.title-readmore{
	display: flex;align-items: center;
	border-bottom: 2.5px solid var(--color-primary);margin-bottom: 10px;margin-top: 30px;
}
.title-readmore:first-child {
  margin-top: 0px;
}
.title-readmore h2 {
    color: #fff;
    margin-right: auto;
    padding: .5rem;
    background-color: var(--color-primary);
    font-size: larger;
    margin-bottom: -2px;
}
/* Bordered Tabs */ 
.nav-tabs-bordered { border-bottom: 2px solid #ebeef4; }
.nav-tabs-bordered .nav-link { margin-bottom: -2px; border: none; color: #2c384e; } 
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus { color: var(--color-primary); } 
.nav-tabs-bordered .nav-link.active { background-color: #fff; color: var(--color-primary); border-bottom: 2px solid var(--color-primary); }

.btn {
  display: inline-block;
  text-decoration: none !important;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin:3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  border: 2px solid var(--color-primary);
  border-radius: 50px;
}
.btn-no-border {
  border: 0;
}
.btn:hover,.filter-active {
  color: #fff;
  background: var(--color-primary);
}
.btn-page{margin:0;}
.total-count{
    position: absolute;
    top: 5px;
    background: #ffa012;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    font-size: 12px;
}
.page-item .form-select{ border-left: none; border-right: none;border-radius: unset;}

.icon-bar {
width:auto;text-align:center;right: 0;padding: 10px;
position: fixed;
bottom: 40px;
}
.icon-bar a{
display: block;
margin-top: 10px;
}
