@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); 
 

 @font-face{font-family:Mallanna;
  src:url(../fonts/mallanna.eot);src:url('../fonts/mallanna.eot?#iefix') format('embedded-opentype'),
  url(../fonts/mallanna.woff) format('woff'),url(../fonts/mallanna.ttf) format('truetype');font-weight:400;
  font-style:normal;font-display:auto}




body.tg{ font-family:Mallanna !important; }
body.en{  font-family: "Poppins", sans-serif; }
body.en .article-sheet__title{ font-family: "Poppins", sans-serif; }




 header{
  background:#fff;
  z-index:1000;
  padding: 5px 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  header {
    position: sticky;
    top: 0;
  }
}

@media (min-width: 992px) {
  header {
    position: static;
  }
}
 .logo img{ width:75%; }

.menu{ width:100%; }
.logo-mobile-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.mobile-lang-switch{
  display:none;
  align-items:center;
  gap:6px;
  font-size:14px;
  font-weight:700;
  white-space:nowrap;
}
.mobile-lang-switch a{
  color:#111;
  text-decoration:none;
}
.mobile-lang-switch a.is-active{
  color:#fb5100;
}

.site-main-menu .navbar-toggler{
  border:none;
  padding:0.35rem 0.65rem;
  border-radius:8px;
}

.site-main-menu .menu-toggle-btn{
  display:flex;
  align-items:center;
  gap:0.45rem;
}

.site-main-menu .menu-toggle-text{
  font-size:0.95rem;
  font-weight:700;
  color:#222;
}

@media (min-width: 992px){
  .site-main-menu .menu-toggle-btn{ display:none; } 
}

.site-menu-nav{
  flex-wrap:wrap;
  row-gap:0.15rem;
}

@media (min-width: 992px){
  .site-main-menu{
    overflow:hidden;
  }
  .site-main-menu .navbar-collapse.collapse{
    display:block !important;
    visibility:visible !important;
    height:auto !important;
  }
  .site-main-menu .navbar-collapse{
    max-width:100%;
    overflow-x:scroll !important;
    overflow-y:hidden;
    padding-bottom:6px;
    scrollbar-width:auto;
  }
  .site-main-menu .navbar-collapse::-webkit-scrollbar{
    height:10px;
  }
  .site-main-menu .navbar-collapse::-webkit-scrollbar-track{
    background:#ececec;
    border-radius:10px;
  }
  .site-main-menu .navbar-collapse::-webkit-scrollbar-thumb{
    background:#b5b5b5;
    border-radius:10px;
  }
  .site-menu-nav{
    display:inline-flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    min-width:max-content;
  }
  .logo img { width: 45%; }
}

.site-menu-nav .nav-link{
  font-weight:700;
  color:#111;
  padding:0.5rem 0.65rem;
  white-space:nowrap; font-size: 17px;
}

.site-menu-nav .nav-link:hover,
.site-menu-nav .nav-link:focus{
  color:#fb5100;
}

.site-menu-nav .dropdown-menu{
  max-height:70vh;
  overflow-y:auto;
  border-radius:8px;
}

.dropdown-item-sub{
  color:#444;
}

.top-header{ width:100%; background:#fb5100; padding:5px 15px 3px 15px; }
.top-header p{ margin-bottom:0px; }
.top-header a{ color:#fff; text-decoration:none; font-weight:600; padding:0px 6px; letter-spacing:1px;
text-transform:uppercase; font-size:14px; }
.lang-switch-top{ display:inline-flex; align-items:center; gap:2px; }
.lang-switch-top a.is-active{ text-decoration:underline; font-weight:700; }

.left_bar{box-shadow: 0 8px 30px rgb(0 0 0 / 5%) !important; 
  border-radius: 10px; padding: 10px 5px 10px 10px; position:sticky; top:80px; }
.screenbox ul {
    counter-reset: abzal;
    position: relative;  
    padding-left: 0;
    list-style: none;
}
.screenbox li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 2px 5px 5px;
    padding: 0 0 3px 30px;
    position: relative;
    border-bottom: 1px solid #eee;
    min-height: 50px;
    margin-top: 10px;
}
.screenbox li:before {
    content: counter(abzal);
    counter-increment: abzal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    font-size: 45px;
    color: #b4b1b1;
    position: absolute;
    top: 12px;
    left: -5px; font-family:Mallanna;
}
.screenbox h3 { font-size: 18px; font-weight: 400; line-height: 22px; }
.screenbox h3 p{ margin-bottom:10px; margin-top:10px; }
.screenbox h3 p a{ color: #000; font-weight: 700; text-decoration:none; font-size:13px; background:#f1f1f1; padding:5px 10px 1px 10px;
border-radius:90px; }
.screenbox .comment_icon{
  margin-left:8px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  text-decoration:none;
  color:#111;
  vertical-align:middle;
}
.screenbox .comment_icon .comment_icon_inner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:50%;
  background:#f1f1f1;
}
.screenbox .comment_icon .comment_icon_inner i{ font-size:13px; }
.screenbox .comment_icon .comment_count_num{
  font-size:13px;
  font-weight:700;
  min-width:1ch;
}

.screenbox h3 a {
    color: #000;
    font-weight: 700; font-family:Mallanna; text-decoration: none;
}
body.en .screenbox h3 a{ font-family: "Poppins", sans-serif; font-size: 14px; }
body.en .screenbox h3{ line-height: 18px;  }
body.en .screenbox h3 p a{ font-family: "Poppins", sans-serif; font-size: 12px; }
body.en .state h4 a { font-size: 15px; }
body.en .state h4 { line-height: 19px; }


/* Breaking news: scrolling ticker — mobile only; desktop keeps sidebar list */
.breaking-news-ticker--mobile-only {
  display: none;
}

.breaking-news-sidebar-desktop {
  display: block;
}

@media (max-width: 991.98px) {
  .breaking-news-ticker--mobile-only {
    display: block;
  }
  body.en  .breaking-news-ticker--mobile-only {
    display: block; padding-top: 7px;
  }

  .breaking-news-sidebar-desktop {
    display: none !important;
  }

  .breaking-news-ticker {
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
  }

  .breaking-news-ticker__row {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.5rem 0.25rem;
    min-height: 2.5rem;
  }

  .breaking-news-ticker__label {
    flex-shrink: 0;
    font-weight: 700;
    font-size: 0.95rem;
    color: #fb5100;
  }

  .breaking-news-ticker__bullet {
    flex-shrink: 0;
    color: #111;
    font-weight: 700;
    line-height: 1;
  }

  .breaking-news-ticker__empty {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
  }

  .breaking-news-ticker__viewport {
    flex: 1;
    min-width: 0;
    overflow: hidden;
  }

  .breaking-news-ticker__track {
    display: flex;
    width: max-content;
    animation: breaking-news-ticker-scroll 42s linear infinite;
  }

  .breaking-news-ticker__track:hover {
    animation-play-state: paused;
  }

  .breaking-news-ticker__segment {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-right: 2.5rem;
  }

  .breaking-news-ticker__sep {
    color: #555;
    padding: 0 0.1rem;
  }

  .breaking-news-ticker__segment a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
  }

  .breaking-news-ticker__segment a:active {
    color: #fb5100;
  }
}

@keyframes breaking-news-ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .breaking-news-ticker__track {
    animation: none;
    width: 100%;
    flex-wrap: wrap;
  }

  .breaking-news-ticker__segment {
    white-space: normal;
    flex-wrap: wrap;
    padding-right: 0;
  }

  .breaking-news-ticker__segment[aria-hidden="true"] {
    display: none;
  }

  .breaking-news-ticker__viewport {
    overflow: visible;
  }
}

.second_bar{   box-shadow: 0 8px 30px rgb(0 0 0 / 5%) !important;  }

.main_slider{ position:relative; overflow:hidden; background:#fff; box-shadow: 0 8px 30px rgb(0 0 0 / 5%) !important; border-radius: 10px; }

.carousel-track{
  display:flex;
  transition: transform 450ms ease;
  will-change: transform;
}

.slide{
  flex: 0 0 100%;
}

.slide img{
  width:100%;
  height:350px;
  object-fit:cover;
  display:block;
}

.carousel-btn{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background: rgba(0,0,0,0.45);
  color:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
}

.carousel-btn.prev{ left:12px; }
.carousel-btn.next{ right:12px; }

.carousel-dots{
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:10px;
  display:flex;
  gap:8px;
}

.carousel-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.2);
  cursor:pointer; padding: 0px;
}

.carousel-dot.active{
  background:#fff;
  border-color:#fff;
}

.main_slider { }
.main_slider .carousel-track .slide div{ position:absolute; width:100%; bottom:0%; padding-bottom: 30px;
font-family:Mallanna; font-size:25px; text-align:center; line-height:30px; color:#fff;
background: #000; padding-top: 50px;
background: linear-gradient(0deg, rgba(0, 0, 0, 1) 24%, rgba(19, 16, 28, 0) 100%); }


.state{ padding:20px 20px 10px 20px; border-bottom: 1px solid #eaeaea; }

.state-region-block + .state-region-block {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e0e0e0;
}

.state-subcat-head {
  font-size: 1.08rem;
  font-weight: 700;
  margin: 1rem 0 0.35rem;
  padding: 0.4rem 0 0.4rem 0.65rem;
  border-left: 4px solid #fb5100;
  line-height: 1.3;
}

.state-subcat-head a {
  color: #111;
  text-decoration: none;
}

.state-subcat-head a:hover {
  color: #fb5100;
}

.state-empty-msg {
  font-size: 0.95rem;
}

.state-news-row {
  align-items: flex-start;
}

.state .row{ border-bottom: 1px solid #eaeaea; padding-top:5px; }
.state .col-md-4 img{ width:100%; border-radius:8px; }
.state h4 { line-height:24px; padding-top: 5px;}
.state h4 a{ color: #000; font-weight: 700; text-decoration:none; font-size:18px; }
.state p{ margin-bottom:10px; }
.state p a{ color: #000; font-weight: 700; text-decoration:none; font-size:13px; background:#f1f1f1; padding:5px 10px 1px 10px;
border-radius:90px; }
.state:hover{ background:#fff; }
.state p span{display: flex; float: right;}
.state h2 { line-height:55px; font-size:25px; }
.state h2 i {
    width: 48px;
    display: grid; float: left;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #8080800f;
    font-size: 26px; margin-right: 15px;
}
.color-green-dark {
    color: #2abb67;
}
.state .readmore{ color:#000; border:1px solid rgba(255, 0, 0, 0.15);; background:rgba(255, 0, 0, 0.07);
  padding:3px 15px 1px 15px; border-radius:25px; text-decoration:none; float:right; margin-top:5px; }


.editor_choice{ height:400px; background: #c5133a; padding: 15px 15px; border-radius: 10px; position:sticky; top:80px; }
.editor_choice a img{ width:100%;border-radius:10px; margin-bottom:15px; }
.fashion-inner-news .single-fashion-inner-news {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
}
.fashion-inner-news .single-fashion-inner-news h3 {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
}
.fashion-inner-news .single-fashion-inner-news h3 a {
    color: #403d3d;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box; text-decoration: none;
}

.poll-card {
  min-height: 0;
  height: auto;
  background: #b8d4df;
  border-radius: 16px;
  padding: 14px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}
.editor_choice.poll-card {
  height: auto !important;
}
.poll-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #f7fbfd;
  border-radius: 14px;
  border: 1px solid #d2e8f0;
  box-shadow: 0 10px 0 #89c6da;
  padding: 0 10px 10px;
}
.poll-card__head {
  margin: 0 -10px 10px;
  background: #61bb4a;
  border-radius: 12px 12px 0 0;
  border-top: 4px solid #7dd35b;
  border-bottom: 2px solid #e7f2f5;
  padding: 9px 12px 8px;
}
.poll-card__head h3 {
  font-size: 20px;
  letter-spacing: 0.2px;
  margin: 0;
  line-height: 1.2;
  color: #fff !important;
}
.poll-card__head h3 a {
  color: #fff !important;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  overflow: visible;
}
.poll-card__question {
  border: 0 !important;
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}
.poll-card__question h3 {
  color: #207ca8;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.poll-card__question h3 a {
  color: #207ca8;
}
.poll-card__status {
  border: 0 !important;
  margin-bottom: 8px !important;
  padding-bottom: 0 !important;
}
.poll-card__status h3 {
  color: #348eb5;
  font-size: 13px;
  font-weight: 700;
}
.poll-card__status h3 a {
  color: #348eb5;
}
.poll-form .form-check {
  border: 2px solid #93d3ea;
  border-radius: 999px;
  padding: 0;
  background: #f7fbfd;
  overflow: hidden;
  margin-bottom: 12px !important;
}
.poll-form .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.poll-form .form-check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  cursor: pointer;
  color: #33a6d9;
  padding: 8px 12px;
}
.poll-option-letter {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f7fbfd;
  color: #2fa6d9;
  border: 2px solid #6cc8ea;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.poll-option-text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.poll-option-pill .form-check-input:checked + .form-check-label {
  background: #dff2fa;
}
.poll-vote-btn {
  font-weight: 700;
  border-radius: 999px;
  border: 2px solid #71c9e9;
  color: #2aa5d8;
  background: #f7fbfd;
  padding: 6px 18px;
}
.poll-result-item {
  margin-bottom: 12px;
}
.poll-result-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #2c9ecf;
  font-size: 13px;
  margin-bottom: 6px;
  font-weight: 700;
}
.poll-result-label {
  max-width: 72%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.poll-result-percent {
  font-weight: 800;
}
.poll-result-track {
  height: 34px;
  border-radius: 999px;
  background: #e8f4f9;
  border: 2px solid #8fd2ea;
  position: relative;
  overflow: hidden;
}
.poll-result-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, #8dd5ef 0%, #72c9ea 100%);
  border-radius: 999px;
}
.poll-result-badge {
  position: absolute;
  z-index: 2;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #f7fbfd;
  color: #2ca3d6;
  border: 2px solid #65c7ea;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.poll-result-votes {
  color: #5aa9ca;
  font-size: 11px;
  margin-top: 4px;
  text-align: right;
}
.poll-share-wrap {
  margin-top: auto;
  border-top: 1px solid #d7ecf5;
  padding-top: 10px;
}
.poll-share-title {
  color: #2f9fcf;
  font-size: 13px;
  margin-bottom: 8px;
  font-weight: 600;
}
.poll-share-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.poll-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-size: 14px;
}
.poll-share-btn--wa { background: #25d366; }
.poll-share-btn--fb { background: #1877f2; }
.poll-share-btn--x { background: #111; }
.poll-share-btn--tg { background: #24a1de; }
.poll-share-btn--copy {
  width: auto;
  padding: 0 10px;
  border-radius: 8px;
  background: #6ec7e9;
  font-size: 12px;
  font-weight: 700;
}

.comment_icon{ margin-left:20px; }
.comment_icon i{ font-size:14px; }

/* Fixed bottom bar (mobile, TV5-style) */
.bottom-nav {
  display: none;
}

@media (max-width: 991.98px) {
  body.has-bottom-nav {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
  }

  .bottom-nav {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #f95101;
    justify-content: space-around;
    align-items: center;
    padding: 10px 6px calc(10px + env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .bottom-nav__item {
    flex: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    opacity: 0.9;
    padding: 8px 4px;
    transition: transform 0.15s ease, opacity 0.15s ease;
  }

  .bottom-nav__btn {
    background: none;
    border: 0;
    cursor: pointer;
    font: inherit;
    color: #fff;
  }

  .bottom-nav__item:hover,
  .bottom-nav__item:focus {
    color: #fff;
    opacity: 1;
    outline: none;
  }

  .bottom-nav__item.is-active {
    opacity: 1;
    transform: scale(1.08);
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.35));
  }
}

@media (min-width: 300px) and (max-width: 600px) { 
  .logo img { width: 45%; }
  .site-main-menu .navbar-toggler{   }
 .site-main-menu {     background: #fff;
    position: absolute;
    left: 0%;
    padding: 10px 10px 10px 30px !important; }

.menu {top: 75px;
    width: 100%;
    position: absolute;
    width: 100%;
    left: 0%;padding: 0px 10px 0px 20px;
        background: #fff; }

.site-menu-nav .nav-link {
    font-weight: 700;
    color: #111;
    padding: 0.4rem 0.65rem;
    white-space: nowrap;
    font-size: 19px;
        border-bottom: 1px solid #dfdfdf;
}




@media (min-width: 601px){
  .mobile-lang-switch{ display:none; }
}

@media (max-width: 991.98px){
  .mobile-lang-switch{ display:inline-flex; }
}
.bottom-nav i{ margin-top: -8px; margin-right: 5px; }
.state h4 { line-height: 20px; padding-top: 5px; }
.state h4 a { font-size: 17px; }
.mobile_gap{ margin-top: 15px !important; background: #f1f1f1; }
.state h2 { line-height: 50px;font-size: 25px; margin-bottom: 0px; }
.state .row { padding-top: 8px; }
.state .readmore{ margin-top:10px; }
.slide img { height: 230px; }
.main_slider .carousel-track .slide div {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%; 
    font-size: 20px; line-height: 23px; }


}

/* ----- Inner pages (article / category): layout + article single view ----- */
.page-inner-bg {
  background: linear-gradient(180deg, #f6f7f9 0%, #fff 220px);
  min-height: 40vh;
}

.page-inner {
  max-width: 820px;
}

.page-category .page-inner {
  max-width: 1140px;
}

.page-inner--article {
  max-width: 1140px;
}

.tm-breadcrumb {
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
  color: #555;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem 0.35rem;
}

.tm-breadcrumb a {
  color: #fb5100;
  font-weight: 600;
  text-decoration: none;
}

.tm-breadcrumb a:hover {
  text-decoration: underline;
}

.tm-breadcrumb__sep {
  color: #bbb;
  user-select: none;
}

.tm-breadcrumb__current {
  color: #333;
  font-weight: 600;
}

.tm-breadcrumb__current--truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .tm-breadcrumb__current--truncate {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.category-page-head {
  border-bottom: 3px solid #fb5100;
  padding-bottom: 0.75rem;
}

.category-page-title {
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 800;
  margin: 0;
  color: #111;
  line-height: 1.25;
}

.category-article-list {
  border: 1px solid #e8e8e8 !important;
}

.category-article-list__item {
  border-color: #eee !important;
  padding: 0.9rem 1.1rem;
}

.category-article-list__link {
  color: #111;
  font-weight: 600;
  font-size: 1.02rem;
  text-decoration: none;
  line-height: 1.45;
  display: block;
}

.category-article-list__link:hover {
  color: #fb5100;
}

.category-layout .category-content-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 1rem 1rem 0.4rem;
}

.cat-sec-head {
  margin: 0.35rem 0 0.45rem;
  line-height: 1.2;
  color: #111;
}

.cat-sec-head--root {
  font-size: 1.45rem;
  font-weight: 800;
  border-left: 5px solid #fb5100;
  padding-left: 0.55rem;
}

.cat-sec-head--sub {
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 1rem;
  border-left: 4px solid #ff8a52;
  padding-left: 0.5rem;
}

.cat-sec-head--leaf {
  font-size: 1.04rem;
  font-weight: 700;
  margin-top: 0.85rem;
  border-left: 3px solid #ffc2a8;
  padding-left: 0.45rem;
}

.category-news-row {
  border-bottom: 1px solid #ececec;
  padding: 0.55rem 0 0.5rem;
  margin-bottom: 0.15rem;
  align-items: center;
}

.category-news-row:last-child {
  border-bottom: 0;
}

.category-news-row .col-4 a,
.category-news-row .col-md-4 a {
  display: block;
}

.category-news-row .col-4 img,
.category-news-row .col-md-4 img {
  width: 100%;
  height: 96px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.category-news-row h4 {
  margin-bottom: 0.45rem;
}

.category-news-row p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.category-news-row p span {
  float: none;
  display: inline-flex;
  margin-left: 2px;
}

.category-news-row .comment_icon {
  margin-left: 0;
}

.category-breaking-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  padding: 0.95rem;
  position: sticky;
  top: 90px;
}

.category-breaking-head {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 0 0.85rem;
  border-left: 5px solid #fb5100;
  padding-left: 0.55rem;
}

.category-breaking-item {
  border-bottom: 1px solid #eee;
}

.category-breaking-item:last-child {
  border-bottom: 0;
}

.category-breaking-link {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.65rem 0;
  color: #111;
  text-decoration: none;
}

.category-breaking-link:hover {
  color: #fb5100;
}

.category-breaking-thumb {
  width: 82px;
  height: 58px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f2f2f2;
}

.category-breaking-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.category-breaking-title {
  font-size: 0.94rem;
  line-height: 1.35;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .category-layout .category-content-card {
    padding: 0.85rem 0.75rem 0.4rem;
  }

  .category-news-row .col-4 img,
  .category-news-row .col-md-4 img {
    height: 84px;
  }

  .category-breaking-card {
    position: static;
    top: auto;
  }
}

.article-sheet {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  border: 1px solid #eaeaea;
  padding: clamp(1.25rem, 4vw, 2.25rem);
  margin-bottom: 2rem;
}

.article-sheet__head {
  margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
  .page-article .article-sheet__head {
    margin-bottom: 1.25rem;
    margin-top: -20px;
    top: 15%;
    margin-left: -19px;
    width: 111%;
    position: static;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
  }
}

.article-cat-pill {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fb5100;
  background: rgba(251, 81, 0, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  text-decoration: none;
  margin-bottom: 0.75rem;
}

.article-cat-pill:hover {
  background: rgba(251, 81, 0, 0.18);
  color: #c73f00;
}

.article-sheet__title {
  font-size: clamp(1.5rem, 5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.28;
  color: #0a0a0a;
  margin: 0 0 1rem;
}

.article-sheet__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
}

.article-sheet__time {
  font-size: 0.875rem;
  color: #666;
}

.article-sheet__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.article-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  background: #25d366;
  padding: 0.4rem 0.85rem;
  border-radius: 8px;
  text-decoration: none;
  border: 0;
}

.article-share-btn:hover {
  color: #fff;
  filter: brightness(0.95);
}

.article-share-btn--muted {
  background: #f1f1f1;
  color: #222;
}

.article-share-btn--muted:hover {
  color: #fb5100;
  background: #eaeaea;
}

.article-share-btn--wa { background: #25d366; }
.article-share-btn--fb { background: #1877f2; }
.article-share-btn--x { background: #111; }
.article-share-btn--tg { background: #26a4e3; }
.article-share-btn--li { background: #0a66c2; }
.article-share-btn--copy { background: #5a5a5a; color: #fff; }
.article-share-btn--copy.article-share-btn--copied { background: #198754; }

.article-share-btn__label {
  line-height: 1;
}

.article-sheet__figure {
  margin: 0 0 1.25rem;
  border-radius: 10px;
  overflow: hidden;
  background: #f0f0f0;
}

.article-sheet__figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
}

.article-sheet__deck {
  font-size: 19px;
  line-height: 1.6;
  color: #333;
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  background: #eeeeee;
  border-radius: 8px;
  border-left: 4px solid #fb5100;
}
 
.article-sheet__body {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.6;
  color: #1a1a1a;
}
.article-sheet__body p{ font-size:15px; line-height: 1.6;}
 
.article-comments-block {
  margin-top: 0.5rem;
  padding-bottom: 2rem;
}

.article-comments-block__title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #111;
  display: inline-block;
}

.article-comment-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 1rem 1.15rem;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.article-comment-card__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}

.article-comment-card__author {
  color: #111;
}

.article-comment-card__time {
  font-size: 0.8rem;
  color: #888;
}

.article-comment-card__body {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #333;
}

.article-comment-form-card {
  border-radius: 12px !important;
  overflow: hidden;
}

.article-submit-btn {
  background: #fb5100;
  border: none;
  color: #fff;
  font-weight: 700;
  padding: 0.55rem 1.5rem;
  border-radius: 8px;
}

.article-submit-btn:hover {
  background: #e04800;
  color: #fff;
}

/* Article page: related news sidebar */
.article-sidebar {
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .page-article .article-sidebar {
    position: sticky;
    top: 1rem;
  }
}

.article-sidebar__head {
  font-weight: 800;
  font-size: 1.05rem;
  padding: 1rem 1.1rem;
  background: linear-gradient(90deg, #fb5100 0%, #ff7a3d 100%);
  color: #fff;
  line-height: 1.35;
}

.article-sidebar__sub {
  font-weight: 600;
  opacity: 0.95;
}

.article-sidebar__item {
  border-bottom: 1px solid #eee;
}

.article-sidebar__item:last-child {
  border-bottom: 0;
}

.article-sidebar__link {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #111;
  transition: background 0.15s ease;
}

.article-sidebar__link:hover {
  background: #f8f8f8;
  color: #fb5100;
}

.article-sidebar__thumb {
  flex-shrink: 0;
  width: 72px;
  height: 52px;
  border-radius: 6px;
  overflow: hidden;
  background: #eaeaea;
}

.article-sidebar__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-sidebar__title {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-sidebar__more {
  font-weight: 700;
  color: #fb5100;
  text-decoration: none;
  font-size: 0.95rem;
}

.article-sidebar__more:hover {
  text-decoration: underline;
  color: #c73f00;
}

body.en .article-sheet__body {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6; }

body.en .article-sheet__deck{ font-size: 16px; line-height: 1.4; }   

body.en .main_slider .carousel-track .slide div {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}
.article-cat-pill{ display:none; }
body.en .category-news-row h4{ line-height: 20px; }
body.en .category-news-row h4 a{ color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
     }
body.en .category-news-row p a{ color: #000; text-decoration: none; }
body.en .site-menu-nav .nav-link { font-size: 13px !important; }