@charset "UTF-8";
/*------- HEADER ---------*/
/*------- FOOTER ---------*/
/*------- breadrumb ---------*/
/*------- Pagination ---------*/
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
/*========================================================*/
/*============	    CONFIG STYLE      ====================*/
/*========================================================*/
#main > .box_mid .mid-title {
  text-align: center;
  padding: 50px 0;
}
#main > .box_mid .mid-title h1,
#main > .box_mid .mid-title h2 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  font-family: "Poppins";
}
#main > .box_mid .mid-title .menu_cat {
  text-align: center;
  margin-bottom: 0;
}

.news-single #main > .box_mid {
  background: #ffffff;
  padding-top: 50px;
}

.content_flex {
  flex-direction: row;
  column-gap: 40px;
}
.content_flex .content_left {
  padding-top: 30px;
}
.content_flex .content_right {
  width: 330px;
}

/*========================================================*/
/*============		 CSS STYLE        ====================*/
/*========================================================*/
.featured_news::after {
  content: "";
  display: block;
  clear: both;
}
.featured_news .item {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  column-gap: 40px;
}
.featured_news .item .i-image {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  width: 53%;
  overflow: hidden;
  border: 2px solid #d8aa41;
}
.featured_news .item .i-image img {
  max-width: 100%;
  border-radius: 0px;
  -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.featured_news .item .i-image:hover img {
  transform: scale(1.05);
}
.featured_news .item .i-desc {
  z-index: 10;
  width: 100%;
  padding: 0px;
  flex: 0 1 47%;
}
.featured_news .item .i-desc::before {
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  left: 0;
  top: -150%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(25, 68, 0, 0.8) 100%);
}
.featured_news .item .i-desc .i-title {
  color: #333333;
}
.featured_news .item .i-desc .i-title h3 {
  font-size: 2.813rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
}
.featured_news .item .i-desc .i-title a {
  color: #333333;
}
.featured_news .owl-controls {
  position: absolute;
  right: calc(50% - 140px);
  bottom: 0px;
}
.featured_news .owl-controls .owl-dots {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.featured_news .owl-controls .owl-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #cccccc;
}
.featured_news .owl-controls .owl-dot.active {
  background: #d8aa41;
}

/*-------------------*/
.box_view_much_title {
  text-align: left;
  font-family: "Poppins";
  font-weight: 700;
  color: #000000;
  font-size: 22px;
}
.box_view_much_content {
  padding-top: 20px;
}
.box_view_much .list_news .small-item {
  padding: 6px 0;
  margin-bottom: 0;
  border-bottom-color: #ffffff !important;
}
.box_view_much .list_news .small-item > a {
  display: flex;
}
.box_view_much .list_news .small-item .i-image {
  width: 170px;
  padding-right: 15px;
}
.box_view_much .list_news .small-item .i-image img {
  border-radius: 0px;
}
.box_view_much .list_news .small-item .i-title h3 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
}
.box_view_much .list_news .small-item .i-title {
  position: relative;
}
.box_view_much .list_news .small-item .i-desc {
  flex: 1 1 0px;
}

/*-------------------*/
.list_news {
  margin-bottom: 15px;
}
.list_news .item {
  overflow: hidden;
  padding: 20px 0;
  display: flex;
}
.list_news .item:first-child {
  padding-top: 0;
}
.list_news .item:not(:last-child) {
  border-bottom: 1px solid #dce4e6;
}
.list_news .item a {
  color: #444444;
}
.list_news .item .i-title h3 {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
  color: #444444;
  font-family: "Open Sans", sans-serif;
}
.list_news .item .i-image {
  width: 320px;
  padding-right: 20px;
}
.list_news .item .i-image img {
  width: 100%;
  object-fit: cover;
}
.list_news .item .i-desc {
  width: -webkit-calc(100% - 320px);
  width: -o-calc(100% - 320px);
  width: calc(100% - 320px);
}
.list_news .item .i-date {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 18px;
  position: relative;
  display: none;
}
.list_news .item .i-short {
  font-size: 16px;
  line-height: 1.5em;
}

/*-------------------*/
.grid_news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
.grid_news .item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #ffffff;
  border-radius: 0px;
  position: relative;
  padding-bottom: 20px;
}
.grid_news .item .i-image {
  overflow: hidden;
  width: 100%;
  border-radius: 0px;
}
.grid_news .item .i-image img {
  max-width: 100%;
  border-radius: 0px;
  -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid_news .item .i-desc {
  background: #ffffff;
  padding: 20px 0;
  border-radius: 0px;
  position: relative;
}
.grid_news .item .i-desc h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: bold;
  overflow: hidden;
  color: #333333;
}
.grid_news .item .i-desc h3 a {
  display: block;
  color: #333333;
}
.grid_news .item .i-desc h3 a:hover {
  color: #d50e0a;
}
.grid_news .item .i-desc .i-short {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5em;
  display: none;
}
.grid_news .item .i-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding: 0 0px;
}
.grid_news .item .i-info .i-date {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.grid_news .item .i-info .i-date::before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.grid_news .item .i-info .i-view {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.grid_news .item .i-info .i-view::before {
  content: "\f06e";
  font-family: "FontAwesome";
  margin-right: 5px;
}
.grid_news .item:hover .i-image img {
  transform: scale(1.05);
}
.grid_news .item.small-item {
  padding-bottom: 20px;
}
.grid_news .item.small-item .i-image {
  width: 150px;
  padding-right: 10px;
}
.grid_news .item.small-item .i-desc {
  width: -webkit-calc(100% - 150px);
  width: -o-calc(100% - 150px);
  width: calc(100% - 150px);
  padding: 0;
}
.grid_news .item.small-item .i-desc h3 {
  font-size: 16px;
  color: #444444;
  max-height: inherit;
}
.grid_news .item.small-item .i-desc .i-date {
  display: block;
}
.grid_news .item.small-item > a {
  display: flex;
}
.grid_news.noitem {
  display: block;
  grid-template-columns: repeat(1, 1fr);
}

/*-------------------*/
.news_related {
  width: 100%;
  padding: 40px 0;
}
.news_related .related_title {
  margin-bottom: 40px;
}
.news_related .related_title h4 {
  display: inline-block;
  position: relative;
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  color: #d50e0a;
  font-weight: bold;
  margin: 0;
}
.news_related .grid_news .i-image {
  width: 100%;
}
.news_related .grid_news.owl {
  display: block;
  grid-column: 1;
  max-width: 935px;
}
.news_related .owl-controls {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin-top: -20px;
}
.news_related .owl-controls .owl-nav {
  width: 100%;
}
.news_related .owl-controls .owl-prev,
.news_related .owl-controls .owl-next {
  font-size: 50px;
  color: #aaa;
}
.news_related .owl-controls .owl-prev:hover,
.news_related .owl-controls .owl-next:hover {
  color: #d50e0a;
}
.news_related .owl-controls .owl-prev {
  position: absolute;
  left: -60px;
}
.news_related .owl-controls .owl-next {
  position: absolute;
  right: -60px;
}

/*-------------------*/
#pvt_box_news_serach {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 30px;
}
#pvt_box_news_serach .search-form-title h3 {
  font-size: 32px;
  color: #d50e0a;
  text-align: left;
  line-height: 1.2em;
  margin: 0;
}
#pvt_box_news_serach .search-form-title p {
  font-size: 16px;
  text-align: left;
  max-width: 100%;
  margin: 10px auto;
}
#pvt_box_news_serach .search-form {
  text-align: center;
}
#pvt_box_news_serach .custom-select > div {
  text-align: left;
  margin-bottom: 10px;
}
#pvt_box_news_serach .custom-select select {
  height: 50px;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  border: none;
  line-height: 26px;
}
#pvt_box_news_serach .custom-select select option {
  padding: 10px;
  font-size: 16px;
}
#pvt_box_news_serach .custom-select {
  margin-bottom: 20px;
}
#pvt_box_news_serach .search-box input {
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  display: block;
  width: 100%;
}
#pvt_box_news_serach .btn-search-news {
  background: #d50e0a;
  display: inline-block;
  color: #ffffff;
  border-radius: 10px;
  height: 50px;
  padding: 10px 30px;
  line-height: 30px;
  border: none;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 15px;
  transition: all 0.3s ease;
}
#pvt_box_news_serach .btn-search-news i {
  margin-right: 10px;
}
#pvt_box_news_serach .btn-search-news:hover {
  background: #358d00;
}
#pvt_box_news_serach .div_checkbox {
  padding-top: 10px;
  margin-bottom: 0;
}
#pvt_box_news_serach .div_checkbox ul li {
  font-size: 16px;
  float: none;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
#pvt_box_news_serach .div_checkbox ul li a {
  position: relative;
  color: #223b56;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 1.4em;
  padding: 4px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  min-height: 40px;
  text-align: center;
  white-space: nowrap;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #fcfcfc 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e8e8e8', GradientType=0);
}
#pvt_box_news_serach .div_checkbox ul li a::before {
  content: "";
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI2MTIuMzEzcHgiIGhlaWdodD0iNjEycHgiIHZpZXdCb3g9Ii0wLjMxMyA5MCA2MTIuMzEzIDYxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtMC4zMTMgOTAgNjEyLjMxMyA2MTIiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzFEQjMwOSIgZD0iTTMwNS45OTksOTBDMTM3LjI3Miw5MCwwLDIyNy4yNjksMCwzOTUuOTk5UzEzNy4yNzIsNzAyLDMwNS45OTksNzAyDQoJYzE2OC43MjYsMCwzMDUuOTk5LTEzNy4yNzEsMzA1Ljk5OS0zMDYuMDAxUzQ3NC43MjksOTAsMzA1Ljk5OSw5MHogTTQ4MS43MDgsMzQ0LjMxM0wyODkuNDY1LDUzNi41NTYNCgljLTguMTc0LDguMTc1LTE5LjA0LDEyLjY3NC0zMC41OTksMTIuNjc0Yy0xMS41NTksMC0yMi40MjUtNC40OTktMzAuNTk5LTEyLjY3NGwtOTcuOTc5LTk3Ljk3OQ0KCWMtOC4xNzQtOC4xNzQtMTIuNjc2LTE5LjA0LTEyLjY3Ni0zMC41OTljMC0xMS41NjIsNC41MDItMjIuNDI4LDEyLjY3Ni0zMC42MDJjOC4xNzEtOC4xNzQsMTkuMDM3LTEyLjY3NiwzMC41OTktMTIuNjc2DQoJYzExLjU1OSwwLDIyLjQyOCw0LjUwMiwzMC41OTksMTIuNjhsNjcuMzc2LDY3LjM3M2wxNjEuNjQxLTE2MS42NDFjOC4xNzQtOC4xNzQsMTkuMDQtMTIuNjczLDMwLjU5OS0xMi42NzMNCglzMjIuNDI1LDQuNDk5LDMwLjYsMTIuNjczQzQ5OC41OCwyOTkuOTksNDk4LjU4LDMyNy40NCw0ODEuNzA4LDM0NC4zMTN6Ii8+DQo8L3N2Zz4NCg==") center no-repeat;
  width: 12px;
  height: 12px;
  background-size: 12px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 3px;
  top: 3px;
  left: auto;
}
#pvt_box_news_serach .div_checkbox ul li a.active {
  border-color: #66c9f9;
  background: #ceecfb;
}
#pvt_box_news_serach .div_checkbox ul li a.active::before {
  opacity: 1;
  visibility: visible;
}
#pvt_box_news_serach .div_checkbox ul.type-1 a {
  line-height: 36px;
}
#pvt_box_news_serach .div_checkbox ul.type-2 a {
  padding: 5px 5px;
  text-align: left;
  display: flex;
  flex-direction: row;
  row-gap: 5px;
  column-gap: 5px;
}
#pvt_box_news_serach .div_checkbox ul.type-2 a span.i-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
#pvt_box_news_serach .div_checkbox ul.type-2 a span.i-icon img {
  border-radius: 50%;
}
#pvt_box_news_serach .div_checkbox ul.type-2 a span.i-title {
  line-height: 1.3em;
  margin-top: 5px;
  font-size: 12px;
  color: #223b56;
}
#pvt_box_news_serach .div_checkbox ul.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
#pvt_box_news_serach .div_checkbox ul.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

/*-------------------*/
.news-single #main > .box_mid .mid-title h1,
.news-single #main > .box_mid .mid-title h2 {
  font-size: 40px;
  text-transform: none;
  font-weight: bold;
  font-family: "Poppins";
}

.mod-content {
  margin: 0 -15px;
}

.the_date {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #cccccc;
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 8px;
  padding-left: 18px;
  position: relative;
}

.the_date:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: fontawesome;
  content: "\f017";
  color: #66c9f9;
}

.entry-head {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.entry-head .pull-left {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}
.entry-head .pull-left span {
  margin-right: 10px;
}
.entry-head .pull-left span::before {
  margin-right: 10px;
}

/* box-share */
.box-share {
  overflow: hidden;
  margin-bottom: 30px;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.box-share ul {
  padding: 10px 0;
  overflow: hidden;
  display: inline-block;
  float: right;
}

.box-share li {
  float: left;
  height: 20px;
  overflow: hidden;
  margin-right: 10px;
}

.like_shareƯ {
  margin-top: 40px;
}

div#box-comment {
  margin-bottom: 30px;
}

div.comment-title > span {
  color: #007bc2;
  font-size: 22px;
  font-family: "UTM-AvoBold", sans-serif;
}

/* facebook-comment */
.facebook-comment {
  margin-bottom: 20px;
}

/*========================================================*/
/*============		RESPONSIVE        ====================*/
/*========================================================*/
@media screen and (max-width: 1280px) {
  .featured_news .item .i-desc .i-title h3 {
    font-size: 30px;
  }
  .content_flex {
    margin-top: 20px;
  }
  .grid_news .item .i-desc h3 {
    font-size: 17px;
  }
  .news-single #main > .box_mid {
    padding-top: 0px;
  }
  .news-single #main > .box_mid .mid-title {
    padding: 0;
  }
  .news-single .content_flex .content_left {
    padding-top: 0;
  }
  .news_related .related_title h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .featured_news {
    grid-gap: 10px;
  }
  .sidebar_right {
    display: none;
  }
  .content_left {
    width: 100%;
  }
  .news_related .grid_news {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Smartphone landscape (iOS + Android) */
@media only screen and (max-device-width: 996px) and (orientation: landscape) {
  .content_flex .content_right {
    width: 0;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .featured_news .item .i-desc .i-title h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .featured_news {
    margin-bottom: 40px;
  }
  .content_flex {
    flex-direction: column;
    gap: 0;
  }
  .content_flex .content_right {
    display: none;
  }
  .grid_news .item.small-item > a {
    display: block;
  }
  .grid_news .item.small-item .i-image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .grid_news .item.small-item .i-desc {
    width: 100%;
  }
  .news_related .related_title h4 {
    font-size: 34px;
  }
  .news_related .owl-controls .owl-prev {
    left: -43px;
  }
}
@media screen and (max-width: 767px) {
  .grid_news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #main > .box_mid .mid-title h1,
  #main > .box_mid .mid-title h2 {
    font-size: 32px;
  }
  .featured_news {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .featured_news .owl-controls {
    bottom: 20px;
    right: 45%;
  }
  .featured_news .item {
    flex-direction: column;
  }
  .featured_news .item .i-image,
  .featured_news .item .i-desc {
    width: 100%;
  }
  .featured_news .item .i-desc {
    padding: 10px 15px;
  }
  .featured_news .item .i-desc .i-title h3 {
    font-size: 1.75rem;
  }
  .content_flex {
    flex-direction: column;
  }
  .content_flex .content_left {
    margin-bottom: 40px;
    padding-top: 20px !important;
  }
  #box-sidebar-right {
    display: none;
  }
  .grid_news .item .i-desc {
    padding: 20px 10px;
  }
  .grid_news .item .i-desc h3 {
    font-size: 15px;
    max-height: inherit;
  }
  .grid_news {
    margin-bottom: 0;
    row-gap: 20px;
    column-gap: 10px;
  }
  .grid_news .item.small-item .i-desc h3 {
    font-size: 14px;
  }
  .grid_news .item .i-info {
    padding: 0 5px;
    bottom: 10px;
  }
  .list_news .item .i-image {
    width: 165px;
    padding-right: 15px;
  }
  .list_news .item .i-desc {
    width: -webkit-calc(100% - 165px);
    width: -o-calc(100% - 165px);
    width: calc(100% - 165px);
  }
  .list_news .item .i-title h3 {
    font-size: 16px;
    font-weight: normal;
  }
  .list_news .item .i-short {
    display: none;
  }
  #pvt_box_news_serach {
    padding: 20px 20px;
  }
  #pvt_box_news_serach .search-form-title h3 {
    font-size: 20px;
  }
  #pvt_box_news_serach .search-form-title p {
    font-size: 14px;
    margin: 5px 0;
  }
  #pvt_box_news_serach .custom-select {
    margin-top: 10px;
  }
  #pvt_box_news_serach .search-box input {
    height: 40px;
    padding: 6px 15px;
  }
  #pvt_box_news_serach .btn-search-news {
    height: 40px;
    padding: 5px 30px;
  }
  .news-single #main > .box_mid {
    padding-top: 0;
  }
  #main > .box_mid .mid-title {
    padding: 30px 0;
  }
  .news-single #main > .box_mid .mid-title h1,
  .news-single #main > .box_mid .mid-title h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 413px) {
  .grid_news .item .i-info .i-date,
  .grid_news .item .i-info .i-view {
    font-size: 11px;
    line-height: 20px;
  }
  .grid_news .item .i-info {
    padding: 0 5px;
    bottom: 10px;
  }
}
@media screen and (max-width: 395px) {
  #main > .box_mid .mid-title {
    padding-top: 0;
  }
  .news-single #main > .box_mid .mid-title h1,
  .news-single #main > .box_mid .mid-title h2 {
    font-size: 24px;
  }
}
/*========================================================*/
/*============	    NEWS CUSTOM MODERN STYLE      ===========*/
/*========================================================*/
.news-grid-page #main .box_mid {
  background: #ffffff;
  padding: 60px 0;
}

/* ===== GRID SYSTEM ===== */
.grid_news {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 30px !important;
  row-gap: 40px !important;
  margin-bottom: 40px !important;
}

@media (max-width: 991px) {
  .grid_news {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .grid_news {
    grid-template-columns: 1fr !important;
  }
}
/* ===== CARD DESIGN ===== */
.news-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  position: relative;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.news-card .i-image-wrapper {
  position: relative;
  width: 100%;
}

.news-card .i-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 390/230;
}

.news-card .i-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.news-card:hover .i-image img {
  transform: scale(1.05);
}

/* Date Badge Overlay */
.news-card .i-date-badge {
  position: absolute;
  bottom: -22.5px;
  left: 20px;
  z-index: 10;
  background: #8b0000; /* Deep red accents */
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.1em;
  border-radius: 4px;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(139, 0, 0, 0.2);
}

.news-card .i-date-badge .day {
  font-size: 16px;
  display: block;
}

.news-card .i-date-badge .month {
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
}

/* Excerpt/Content Description */
.news-card .i-desc {
  padding: 35px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.news-card .i-desc .i-title {
  margin: 0 0 12px 0;
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.news-card .i-desc .i-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-card .i-desc .i-title a:hover {
  color: #8b0000;
}

.news-card .i-desc .i-short {
  font-size: 14px;
  line-height: 1.6em;
  color: #606060;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.8em;
}

.news-card .i-desc .i-more {
  margin-top: auto;
}

.news-card .i-desc .i-more .read-more-link {
  color: #8b0000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  transition: color 0.3s ease;
}

.news-card .i-desc .i-more .read-more-link:hover {
  color: #c00000;
}

/* ===== PAGINATION ===== */
.news-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.news-pagination .pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 8px;
}

.news-pagination .pagination li,
.news-pagination .pagination a,
.news-pagination .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.news-pagination .pagination a:hover {
  color: #ffffff;
  background: #8b0000;
  border-color: #8b0000;
}

.news-pagination .pagination .active,
.news-pagination .pagination .current {
  color: #ffffff;
  background: #8b0000;
  border-color: #8b0000;
  cursor: default;
}

/* ===== SINGLE DETAIL PAGE ===== */
.news-detail-header {
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
  margin-bottom: 40px;
}

.news-detail-header .detail-date-badge {
  background: #8b0000;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  flex-shrink: 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.1em;
  box-shadow: 0 4px 12px rgba(139, 0, 0, 0.25);
}

.news-detail-header .detail-date-badge .day {
  font-size: 22px;
}

.news-detail-header .detail-date-badge .month {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.news-detail-header .entry-title {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 38px;
  line-height: 1.3em;
  color: #111111;
  font-weight: 700;
}

.news-single-page .entry-content {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  margin-bottom: 40px;
}

.news-single-page .entry-content p {
  margin-bottom: 24px;
}

.news-single-page .entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.news-single-page .entry-content ul li {
  margin-bottom: 10px;
  list-style-type: square;
}

.news-single-page .entry-content ul li::marker {
  color: #8b0000;
}

/* Social Sharing Custom */
.entry-share-custom {
  display: flex;
  column-gap: 12px;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
  margin-bottom: 50px;
}

.entry-share-custom .share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.entry-share-custom .share-btn:hover {
  transform: translateY(-3px);
}

.entry-share-custom .share-btn.fb {
  background: #3b5998;
}

.entry-share-custom .share-btn.fb:hover {
  background: #2d4373;
}

.entry-share-custom .share-btn.tw {
  background: #1da1f2;
}

.entry-share-custom .share-btn.tw:hover {
  background: #0c85d0;
}

.entry-share-custom .share-btn.ln {
  background: #0077b5;
}

.entry-share-custom .share-btn.ln:hover {
  background: #005987;
}

.entry-share-custom .share-btn.pin {
  background: #bd081c;
}

.entry-share-custom .share-btn.pin:hover {
  background: #960614;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .news-detail-header {
    flex-direction: column;
    row-gap: 15px;
  }
  .news-detail-header .entry-title {
    font-size: 28px;
  }
}
/* Related News Section Rebuild */
.news-related-section {
  background-color: #f7f7f7;
  padding: 80px 0;
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.news-related-section .related-badge-container {
  text-align: center;
  margin-bottom: 12px;
}
.news-related-section .related-badge-container .related-badge {
  display: inline-block;
  padding: 5px 22px;
  border: 1px solid #8b0000;
  border-radius: 20px;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins";
}
.news-related-section .related-title-box {
  text-align: center;
  margin-bottom: 50px;
}
.news-related-section .related-title-box .related-title {
  font-size: 38px;
  font-family: "Lora", Georgia, serif;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.2em;
}

/* Adjustments to date badge and spacing for related news grid */
.news-related-section .news-card {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.news-related-section .news-card .i-date-badge {
  width: 48px;
  height: 58px;
  bottom: -29px;
  left: 20px;
  border-radius: 4px;
  background: #8b0000;
  box-shadow: 0 3px 10px rgba(139, 0, 0, 0.25);
}
.news-related-section .news-card .i-date-badge .day {
  font-size: 18px;
  line-height: 1em;
  font-weight: 700;
  margin-bottom: 2px;
}
.news-related-section .news-card .i-date-badge .month {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.news-related-section .news-card .i-desc {
  padding: 42px 24px 24px 24px;
}
.news-related-section .news-card .i-desc .i-title {
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 12px;
}
.news-related-section .news-card .i-desc .i-title a {
  color: #111111;
}
.news-related-section .news-card .i-desc .i-title a:hover {
  color: #8b0000;
}
.news-related-section .news-card .i-desc .i-short {
  font-size: 14px;
  line-height: 1.6em;
  color: #666666;
  margin-bottom: 20px;
}
.news-related-section .news-card .i-desc .read-more-link {
  color: #c92c2c;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.news-related-section .news-card .i-desc .read-more-link i {
  font-size: 14px;
  margin-left: 4px;
}

/* Responsive adjustments for news related section */
@media (max-width: 991px) {
  .news-related-section {
    padding: 60px 0;
  }
  .news-related-section .related-title-box .related-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .news-related-section {
    padding: 50px 0;
  }
  .news-related-section .related-title-box .related-title {
    font-size: 26px;
  }
  .news-related-section .grid_news {
    row-gap: 30px !important;
  }
}
/* ===== CONSULTING DUPLICATION AND STYLING ===== */
.consulting-grid-page #main .box_mid {
  background: #ffffff;
  padding: 60px 0;
}

.grid_consulting {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  column-gap: 30px !important;
  row-gap: 40px !important;
  margin-bottom: 40px !important;
}

@media (max-width: 991px) {
  .grid_consulting {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .grid_consulting {
    grid-template-columns: 1fr !important;
  }
}
.consulting-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  position: relative;
}

.consulting-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.consulting-card .i-image-wrapper {
  position: relative;
  width: 100%;
}

.consulting-card .i-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 390/230;
}

.consulting-card .i-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.consulting-card:hover .i-image img {
  transform: scale(1.05);
}

.consulting-card .i-desc {
  padding: 24px; /* Adjust padding to 24px as there's no date badge */
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.consulting-card .i-desc .i-title {
  margin: 0 0 12px 0;
  font-family: "Lora", Georgia, serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 700;
}

.consulting-card .i-desc .i-title a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.consulting-card .i-desc .i-title a:hover {
  color: #8b0000;
}

.consulting-card .i-desc .i-short {
  font-size: 14px;
  line-height: 1.6em;
  color: #606060;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 4.8em;
}

.consulting-card .i-desc .i-more {
  margin-top: auto;
}

.consulting-card .i-desc .i-more .read-more-link {
  color: #8b0000;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  transition: color 0.3s ease;
}

.consulting-card .i-desc .i-more .read-more-link:hover {
  color: #c00000;
}

/* Pagination */
.consulting-pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.consulting-pagination .pagination {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  column-gap: 8px;
}

.consulting-pagination .pagination li,
.consulting-pagination .pagination a,
.consulting-pagination .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #444;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.consulting-pagination .pagination a:hover {
  color: #ffffff;
  background: #8b0000;
  border-color: #8b0000;
}

.consulting-pagination .pagination .active,
.consulting-pagination .pagination .current {
  color: #ffffff;
  background: #8b0000;
  border-color: #8b0000;
  cursor: default;
}

/* Detail page single entry spacing and typography without date badge */
.consulting-detail-header {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.consulting-detail-header .entry-title {
  margin: 0;
  font-family: "Lora", Georgia, serif;
  font-size: 38px;
  line-height: 1.3em;
  color: #111111;
  font-weight: 700;
}

.consulting-single-page .entry-content {
  font-size: 16px;
  line-height: 1.8em;
  color: #333333;
  margin-bottom: 40px;
}

.consulting-single-page .entry-content p {
  margin-bottom: 24px;
}

.consulting-single-page .entry-content ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.consulting-single-page .entry-content ul li {
  margin-bottom: 10px;
  list-style-type: square;
}

.consulting-single-page .entry-content ul li::marker {
  color: #8b0000;
}

@media (max-width: 767px) {
  .consulting-detail-header .entry-title {
    font-size: 28px;
  }
}
/* Related Consulting Section Rebuild */
.consulting-related-section {
  background-color: #f7f7f7;
  padding: 80px 0;
  border-top: 1px solid #eaeaea;
  width: 100%;
}
.consulting-related-section .related-badge-container {
  text-align: center;
  margin-bottom: 12px;
}
.consulting-related-section .related-badge-container .related-badge {
  display: inline-block;
  padding: 5px 22px;
  border: 1px solid #8b0000;
  border-radius: 20px;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins";
}
.consulting-related-section .related-title-box {
  text-align: center;
  margin-bottom: 50px;
}
.consulting-related-section .related-title-box .related-title {
  font-size: 38px;
  font-family: "Lora", Georgia, serif;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.2em;
}

/* Spacing adjustments for related consulting cards (white cards on gray background) */
.consulting-related-section .consulting-card {
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.consulting-related-section .consulting-card .i-desc {
  padding: 24px; /* Standard 24px padding for all description bounds, no date badge */
}
.consulting-related-section .consulting-card .i-desc .i-title {
  font-family: "Lora", Georgia, serif;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 12px;
}
.consulting-related-section .consulting-card .i-desc .i-title a {
  color: #111111;
}
.consulting-related-section .consulting-card .i-desc .i-title a:hover {
  color: #8b0000;
}
.consulting-related-section .consulting-card .i-desc .i-short {
  font-size: 14px;
  line-height: 1.6em;
  color: #666666;
  margin-bottom: 20px;
}
.consulting-related-section .consulting-card .i-desc .read-more-link {
  color: #c92c2c;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.consulting-related-section .consulting-card .i-desc .read-more-link i {
  font-size: 14px;
  margin-left: 4px;
}

@media (max-width: 991px) {
  .consulting-related-section {
    padding: 60px 0;
  }
  .consulting-related-section .related-title-box .related-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .consulting-related-section {
    padding: 50px 0;
  }
  .consulting-related-section .related-title-box .related-title {
    font-size: 26px;
  }
  .consulting-related-section .grid_consulting {
    row-gap: 30px !important;
  }
}