.awe__doc-link{
	display:block;
	position:relative;
}
.awe__doc-link > h4{
	width:100%;
	position:absolute;
	padding:24px 10px 6px;
	left:0px; bottom:0px;
	background:#FFF;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 100%);
}
.awe__doc-img .img-play{
	padding:6px;
	width:50px;
	height:50px;
	border:1px solid rgb(255 255 255 / 30%);
	position:absolute;
	left:50%; top:50%;
	transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.awe__doc-img .img-play .bx{
	font-size:40px;
	color:rgb(255 255 255);
}
.img-background {
    height: 246px;
}
.text-sm {
  font-size: 0.875rem;
}
.item-images-ablum img {
    width: 40% !important;
    height: 100%;
    display: block;
}
.item-images-ablum img {
    width: 100% !important;
    object-fit: cover;
}
.block-link-text svg {
    height: 12px;
    width: 12px;
}
.block-link-text {
    position: relative;
    text-decoration: none !important;
}
.block-link-text:before {
    content: "";
    position: absolute;
    width: 97%;
    height: 1px;
    background: #2e438f;
    bottom: 0;
}
.box-card-4 .item-images-ablum img {
    width: 100% !important;
    height: 100%;
	aspect-ratio: 155/97;
}
.hover-blue a:hover {
  color: #2e438f;
}
.custom-link-dot {
	/* display: flex; */
    flex-direction: row;
    white-space: nowrap;
    align-items: center;
}
.custom-link-dot::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 4px;
  height: 4px;
  background-color: #aab7ca;
  border-radius: 50%;
  vertical-align: middle;
}
/* Giới hạn dòng giống line-clamp-2 / 3 */
.text-truncate-1 {
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  -webkit-box-orient: vertical;
	  overflow: hidden;
	  font-size: 13px;
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
}
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
}
.object-fit-cover {
  object-fit: cover;
}
.text-secondary-custom {
  color: #475569;
}
		.text-primary-custom {
  color: #2e438f;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0.5);
}
		.carousel-item {
  border-radius: 0.5rem;
}
.btn-outline-light:hover {
  background-color: white;
  color: #2e438f;
}
.btn-custom{
	background-color: transparent;
	color: white!important;
	border: 1px solid white;
}
.btn-custom:hover{
	background: white;
	color: #2e438f!important;
	border: 1px solid #2e438f;
}
.btn-custom:hover svg {
	fill: #2e438f;
}
@media (min-width: 768px){
    .content-left{ 
        width: 75%!important
        }
    .content-right{
        width: 25%!important
    }
}
.font-size-16{
    font-size: 16px;
}
@media(min-width: 1280px){
    .container { 
    max-width: 1252px;
    }
}
a {
    color: #334155;
}
.block-link-text {
    font-weight: 600;
    text-decoration: none;
}
.custom-underline {
  display: inline-block;
  position: relative;
  text-decoration: none; /* bỏ gạch dưới mặc định */
  color: #0d6efd; /* màu chữ (thay theo ý bạn) */
}
.custom-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px; /* cách chữ 8px */
  width: 100%;
  height: 1px; /* độ dày gạch */
  background-color: #0d6efd; /* màu gạch dưới */
}
.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.owl-next span,
.owl-prev span {
    font-size: 50px !important;
    color: #fff !important;
}
.hover-zoom-img {
  transition: transform 0.4s ease;
}
a:hover .hover-zoom-img {
  transform: scale(1.1);
}
.owl-next:hover,
.owl-prev:hover {
    background: none !important;
}
.post-img:hover {
	transform: scale(1.1);
}
.post-img {
	transition: .3s;
	aspect-ratio: 1.5/1;
	object-fit: cover;
	width: 100%;
}
#projectCarousel .carousel-control-prev,
#projectCarousel .carousel-control-next {
	width: fit-content;
	height: fit-content;
	top: 50%;
	
}
.blog-item img {
	aspect-ratio: 1.5/1;
}
.item-content {
	display: flex;
	flex-flow: column;
}
.news-home,
.news-cat,
.news-detail {
  padding: 10px 22px;
  border-radius: 8px;
  /* box-shadow: 0 0px 12px 0 rgb(0 4 12 / 8%); */
  /* background-color: #ffffff; */
  /* border: 1px solid #f7f8ff; */
}
.box-contact {
  position: sticky;
  top: 85px;
}
.box-category-news .card,
.box-contact .card {
	background-color: unset;
}
.box-category-news .card-body,
.box-contact .card-body {
	  box-shadow: 0 0px 12px 0 rgb(0 4 12 / 8%);
    /* background-color: #ffffff; */
    border: 1px solid #f7f8ff;
    border-radius: 8px;
}
.box-category-news .card-body li.active > a {
	color: #696cff !important;
}
.box-category-news .list-category-news {
	line-height: 2;
}
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #ccc; /* màu chữ và line */
  margin: 20px 0;
}
.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #ccc;
}
.divider:not(:empty)::before {
  margin-right: 10px;
}
.divider:not(:empty)::after {
  margin-left: 10px;
}
.detail_head {
  justify-content: space-between;
  align-items: center;
}
.cat_title {
    background-color: #ff3e1d;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffff;
}
.hr-line {
    height: 5px !important;
    width: 53px;
    background: #c2812a;
}
.content-news img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button-share {
  box-shadow: 0 0px 12px 0 rgb(0 4 12 / 8%);
  background-color: #ffffff;
  border: 1px solid #f7f8ff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
}
.button-share:hover {
  background-color: #f7f8ff;
  color: black
}
.vertical-line {
  width: 1px;
  height: 100px;
  background-color: black;
  margin: 10px 10px;
}
.group-share {
  position: sticky;
  top: 85px;
  justify-content: center;
  align-items: center;
}
.list-styles-square {
  list-style-type: square;
}
.news-home .owl-carousel .owl-item {
  height: 400px;
}
/* .news-home .owl-carousel .btn-owl-prev,
.news-home .owl-carousel .btn-owl-next {
    background-color: #696cff;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: none;
    opacity: 0.7;
} */
.news-home .owl-carousel-project .owl-nav .owl-prev,
.news-home .owl-carousel-project .owl-nav .owl-next,
.news-cat .owl-carousel-project .owl-nav .owl-prev,
.news-cat .owl-carousel-project .owl-nav .owl-next {
    /* background-color: #696cff; */
    background: none;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    border: none;
    opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.news-home .owl-carousel .owl-prev,
.news-cat .owl-carousel .owl-prev {
  left: -5px
}
.news-home .owl-carousel .btn-owl-prev:hover,
.news-home .owl-carousel .btn-owl-next:hover {
  /* background-color: #696cff !important; */
  /* opacity: 1; */
}
.news-home .owl-carousel-project .owl-nav .owl-prev:hover,
.news-home .owl-carousel-project .owl-nav .owl-next:hover {
  /* background-color: #696cff !important;
  opacity: 1; */
}
.news-home .owl-carousel .btn-owl-next,
.news-cat .owl-carousel .btn-owl-next,
.news-home .owl-carousel .owl-next,
.news-cat .owl-carousel .owl-next {
  right: -5px
}

.ellipsis_text-auto {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  max-width: 100%;
}
.ellipsis_text_w_150 {
  display: inline-block;
  white-space: nowrap;      
  overflow: hidden;         
  text-overflow: ellipsis;   
  max-width: 150px;   
}
.ellipsis_text_w_70 {
  display: inline-block;
  white-space: nowrap;      
  overflow: hidden;         
  text-overflow: ellipsis;   
  max-width: 70px;   
}
.ellipsis-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-share {
    display: flex;
    flex-direction: column;
}
.custom-share li {
    margin-top: .5rem;
}
.button-call-advise {
  width:50%; 
  border-radius: 5px; 
  border: 1px solid #696cff; 
  color:#2e438f; 
  justify-content: center; 
  font-size: smaller;
  justify-content: center; 
  flex-wrap: wrap; 
  text-align: center;
  white-space: nowrap;
}
.button-ask-question {
  width:47%; 
  border-radius: 5px; 
  border: 1px solid #696cff; 
  color: #2e438f; 
  justify-content: center; 
  font-size: smaller;
  justify-content: center; 
  flex-wrap: wrap; 
  text-align: center;
  white-space: nowrap; 
}
#askQuestionForm .title-form {
	padding: 1.875rem 0.875rem;
}
.page-news-detail .news-replate-image {
  width: 100%;
  height: 172px;
}
.image-news-right{
	width:35%;
	flex:35% 0 0;
	-moz-flex:35% 0 0;
	-webkit-flex:35% 0 0;
}
.image-news-right > img{
	height:110px;
}
@media (max-width: 767.98px) { 
  .custom-mt {
    margin-top: 2rem;
  }
  .custom-share {
    flex-direction: row;
  }
  .custom-share li {
    margin-top: 0px;
    margin-left: 5px;
  }
  .custom-share .vertical-line {
    margin-top: 18px;
  }
  .custom-share .text-share {
    margin-top: 12px;
  }
  .vertical-line {
    width: 100px;
    height: 1px;
    background-color: black;
    margin: 10px 10px;
  }
  .i-do {
    text-align: justify !important;
  }
  .page-news-detail .news-replate-intro {
    display: none;
  }
  .page-news-detail .news-replate-image {
    height: 110px;
  }
  .news-cat .news-list .news-item-intro {
    display: none;
  }
  .news-cat .news-list img {
    height: 110px !important;
  }
}
@media (max-width: 992px) { 
  .custom-share {
    flex-direction: row;
  }
  .custom-share li {
    margin-top: 0px;
    margin-left: 5px;
  }
  .custom-share .vertical-line {
    margin-top: 18px;
  }
  .custom-share .text-share {
    margin-top: 12px;
  }
  .vertical-line {
    width: 100px;
    height: 1px;
    background-color: black;
    margin: 10px 10px;
  }
}
@media (max-width: 1200px) { 
	.image-news-right > img{
		height:100px;
	}
	.news-cat {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
