.main-content > *{
	font-family: "FS-Regular", sans-serif !important;
	font-size: 18px;
}
.main-content{
	line-height:30px !important;
}
.app{
  background-color: #fdf8f8;
}
.content-detail-news-left h1{
	font-size: 32px;
	margin-bottom: 0px !important;
}
.detail-information h3{
	font-size:18px;
}
.detail-information h4{
	font-size:14px;
}
.text-justify {
  text-align: justify !important;
}
.main-content img{
	width:100%;
	height: auto;
}
.text-16 {
  font-size: 16px;
}

.background-detail-news {
  position: relative;
}

.img-background {
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.detail-page {
  position: relative;
  z-index: 5;

}
.main-detail .banner__base::after{
  background-size: 100% !important;
  background-position: top right;
}
.background-detail-news{
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  
}
.content-detail-news-left .font-Regular p {
  text-align: justify !important;
  font-size: 16px;
  line-height: 24px;
}

.social-application {
  display: flex;
}
.social-application img {
  object-fit: contain;
}


.content-detail-news-right{
  margin-top: 9vh;
}

.content-small {
  width: 100%;
  
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.item-small-content {
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 24px !important;
  border-radius: var(--radius-lg) !important;
  background-color: white !important;
  gap: var(--gap-secondary) !important;
}

.item-small-content .logo-news {
  transform: translateX(-25%);
  height: 30px;
  margin-bottom: 30px;
}
.item-small-content .img_LG {
  object-fit: cover;
}
.item-small-content .img_LG img {
  width: 100%;
  height: 193.5px;
  opacity: 1;
  border-radius: var(--radius-lg);
  border-width: 2px;
  object-fit: cover;
}
.item-small-content .detail-information {
  width: 100%;
  margin-left: -2px;
}
.item-small-content .detail-information p:nth-child(1) {
  display: -webkit-box;
  height: 71px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-small-content .detail-information p:nth-child(2) {
  display: -webkit-box;
  height: 47px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.item-small-content .btn-read-continue {
  margin-left: -5px;
}

.img_LG {
  object-fit: cover;
}

.img_LG img {
  border: 2px #ffffff;
  box-shadow: 10px 24px 34px 0px #b9e9fa4d;
  width: 570px;
  height: 320px;
  border-radius: var(--radius-lg);
  opacity: 1;
}

.information {
  display: flex;
  flex-direction: column;
  gap: 23px;
  justify-content: space-between;
}

.logo-news {
  object-fit: cover;
  width: 95px;
  height: 41px;
  opacity: 1;
  transform: translateY(-50%);
}

.logo-news img {
  width: 130px;
  height: 89.87px;
}
.detail-information {
  margin-left: 15px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.detail-information p:nth-child(1) {
  height: auto;
  min-height: 66px;
  font-size: 25px;
  font-weight: 600;
}
.detail-information p:nth-child(2) {
  height: auto;
  min-height: 54px;
  font-weight: 400;
  font-size: 16px;
  line-height: var(--leading-sm);
}

.btn-container {
  height: 24px;
  display: flex;
  align-items: center;
}

.btn-read-continue {
  text-decoration: none;
  margin-left: 15px;
  margin-right: 30px;
  border: none;
  font-weight: 600;
  line-height: var(--leading-sm);
  font-size: var(--text-sm);
  background-color: white;
  color: #0086c9;
}

