/*News Css*/
.box-about-infomation {
  overflow: unset;
}

.infomation-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .infomation-item {
    flex-direction: column !important;
    align-items: flex-start;
  }
}
.infomation-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.infomation-item:nth-child(2n) .left{
  padding-left: 30px;
  padding-right: 0;
}
.infomation-item .detail-head {
  position: relative;
  align-items: center;
}
@media (max-width: 767px) {
  .infomation-item .detail-head {
    flex-direction: row;
  }
}
.infomation-item .detail-head:hover .head-title {
  color: #2e3192;
}
.infomation-item .detail-head .head-title {
  margin-bottom: 15px;
  color: #405577;
  text-align: left;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 767px) {
  .infomation-item .detail-head .head-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .infomation-item .detail-head .post-date {
    width: 50px;
    height: 50px;
  }
}
.infomation-item .detail-head .post-date strong {
  margin-bottom: 0;
  font-size: 30px;
}
@media (max-width: 767px) {
  .infomation-item .detail-head .post-date strong {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .infomation-item .detail-head .left {
    margin-bottom: 0;
    flex-basis: auto;
  }
}
@media (max-width: 767px) {
  .infomation-item .detail-head .right {
    padding-left: 30px;
  }
}
.infomation-item > .left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .infomation-item > .left {
    flex-basis: 100%;
    max-width: 100%;
    padding: 15px;
    order: 2;
  }
}
.infomation-item > .left .desc {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}
.infomation-item > .right {
  flex: 0 0 50%;
  max-width: 50%;
}
.infomation-item > .right img{
    aspect-ratio: 1/0.56;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.infomation-item .box-button a
{
    background-color: #fff;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 15px;
    border: 2px solid var(--main-color);
    font-size: 14px;
    text-align: center;
    color: var(--main-color);
    font-weight: 500;
}
.infomation-item .box-button a:hover{
  background:var(--main-color);
  color: #e0afb4 !important;
}

@media (max-width: 767px) {
  .infomation-item > .right {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }
}


.news-category-track {
  display: flex;
  justify-content: flex-start;
  overflow: auto;
  background-color: #e2e0f5;
}
.news-category-track a {
  display: block;
  flex-shrink: 0;
  padding: 0.8em 1.5em;
  font-weight: 600;
  color: #333;
  border-right: 1px solid #ccc;
  transition: all 0.4s ease;
}
.news-category-track a:hover, .news-category-track a.active {
  background-color: #2e3192;
  color: #fff;
}

.news-group-list{margin-bottom:40px;}
.box-head-2 {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.box-head-2 span {
  width: 56px;
  height: 48px;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  background-color: #ccc;
  text-align: center;
  position: relative;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background-color: var(--main-color);
  font-weight: 600;
  display: none;
}
.box-head-2 .head-title{margin-bottom: 0;font-size: 22px;color: #405577;}

.btn-main.--v4 {
    background-color: transparent;
    color: #405577;
    padding: 0;
    position: absolute;
    right: 0;
    top: 43%;
    transform: translateY(-50%);
    border: 0;
    padding-right: 1.5em;
}
.btn-main.--v4:after {
    color: #405577;
    right: 0;
}
.btn-main:after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    position: absolute;
    right: 2em;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}


.news-item {
  text-align: left;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-item:hover .news-img img {
  transform: scale(1.2);
}
.news-item .news-title {
  display: -webkit-box;
  overflow: hidden;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.news-item .news-img{
  position: relative;
  display: block;
}
.news-item .img_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto !important;
    width: 40px !important;
    aspect-ratio: auto !important;
}

@media (min-width: 1200px) {
  .news-item .news-title {
    min-height: 45px;
  }
}
.news-item .news-title:hover {
  color: var(--main-color);
}
.news-item .news-img {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-item .news-img img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.news-item .post-date {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 5px 10px;
  background-image: linear-gradient(#ffffff70, #ffffffe3);
}
.news-item .post-date strong {
  font-size: 22px;
  display: block;
  font-weight: 500;
}
.news-item .post-date span {
  font-size: 12px;
  display: block;
}
.news-item .news-body {padding: 20px 0;}
.news-item .news-body .desc {
  display: -webkit-box;
  overflow: hidden;
  visibility: visible;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  font-size: 14px;
}
.news-item .news-body .desc p{margin-bottom:0;}
.news-related-slide .news-item .news-body{padding-bottom:0;}
.news-related-slide .news-item{margin-bottom:0;}

.sidebar_title{
    font-size: 18px;
    background: var(--main-color);
    color: #e0afb4 !important;
    padding: 9px 10px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}
.sidebar_list {
    padding: 10px;
    border: 1px solid #eee;
    background: #ffffff61;
}
.sidebar_list .sidebar_item{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:10px;align-items: center;}
.sidebar_list .sidebar_item:last-child{padding-bottom:0; border:none;}

.sidebar_item{display: flex; grid-gap: 10px; justify-content: space-between;margin-bottom: 20px;}
.sidebar_item:last-child{margin-bottom:0;}
.sidebar_item .images{width: 100px;}
.sidebar_item .images img{
    aspect-ratio: 1/0.56;
}
.sidebar_item .title{width: calc(100% - 110px);}
.sidebar_item .title a{font-size:14px;line-height: 18px;display: block;}

/*Responsive CSS*/

@media (max-width: 1199px) {
    
}

@media (max-width: 991px) {
    .page-main .news-item:first-child .news__body .news-title {
        -webkit-line-clamp: 2;
    }
    
    .page-main .news-item:first-child .news__body .desc {
        -webkit-line-clamp: 4;
    }
}

@media (max-width: 767px) {
    .page-main .news-item {
        flex-direction: column;
    }

    .page-main .news-item .news__img {
        width: 100% !important;
    }
    
    .page-main .news-item .news__body {
        width: 100% !important;
        padding: 15px;
    }
}

@media (max-width: 320px) {
    
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    
}

@media (min-width: 1024px){
    
}

@media (min-width: 1200px){
    
}