:root{--color-primary:#00629f;
--color-secondary:#ff6600;
--bs-link-color:#00629f;
--bs-link-hover-color:#dc3545;
--header-height:60px;
--bs-heading-color: #00629f;
}
h1{font-size: 30px;}
h2{font-size: 26px;}
h3{font-size: 20px;color:#000;}

.btn {
    padding: 8px;
    font-weight: 500;
    line-height: 1;
    margin: 3px 0px;
}
.btn.active {
    color: #fff;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
}
.btn-outline{
    color: var(--color-secondary);
    background-color: #fff;
    border-color: var(--color-secondary);
}

.btn-no-border {
  border: 0;
}
.filter-active {
  color: #444444;
    background: #fff;
}
.btn-page{margin:0;}

.btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 50px;
  transition: 0.5s;
 
  color: #fff;
  background: var(--color-primary) ;box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.btn-get-started:hover {
  background: #fff;
  color: #000;
}

ul{padding-inline-start: 17px;margin-bottom: 0;}

.bg {
    background:  url(https://atglaw.vn/images/background-1.jpg);
    
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .full-width-mobile {
        margin-left: -12px;
        margin-right: -12px;margin-top: calc(-1 * var(--header-height));
    }
	
}

.conntent-1-col {
    padding: 0 150px;
}
@media (max-width: 1200px) {
  .conntent-1-col {
    padding: 0;
  }
}
.line-height-2 {
    overflow: hidden;
    display: -webkit-box;
    line-height: 25px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;margin-top: 15px;
}
.line-height-3 {
    overflow: hidden;
    height: 150px;
}
.expand {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
    text-align: center;
    width: 100%;
    padding-top:50px;
    position: absolute;
    bottom: 0;color: var(--bs-link-color);
}
a.stretched-link {
    font-weight: bold;
}
.post-box {
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    background: rgba(255, 255, 255, .5);
    border: 1px solid #dadce0;
    transition: 0.3s;
    height: 100%;
    overflow: hidden;
    padding: 15px 15px 0 15px;
    border-radius: 8px;
    position: relative;
    display: flex
;
    flex-direction: column;
}
.post-box .post-img {
overflow: hidden;
    margin: -15px -15px 0px -15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

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

.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;
	color: #fff;text-align:left;
    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%);
}
.overlay a {
    color: #fff;
}
#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);
}

.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-top: 0px;
    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); }

.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    border-radius: 4px;
}
.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;z-index: 10;
}
.icon-bar a{
display: block;
margin-top: 10px;
}

.sidebar {
    position: sticky;
    top: 120px;
}
