html{
        -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
}
body{
    font-size: 16px;
    font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
}

.container{max-width:1400px;}

body{
background: #f7f8f9;
background: #deeeff;
background: rgba(222, 238, 255, 0.78);
}
.main-header{
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #007aff;
    background: linear-gradient(326deg, #7baaf2 .1%, #035396 48.67%, #0b0253 99.9%);
}

.header-logo img{
    max-height: 40px;
 
}
h1 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.1;
    
}
h1.cl-secondary{
    color: #035396;
    font-size: 2.2rem;
    line-height: 1.1;
}
.entry-meta .archive-desc.section{

}
header nav li a {
    border-bottom: 2px solid #035396;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 0 10px;
    text-transform: uppercase;
}
nav .nav-link {
    padding: .7rem 1.1rem!important;
}
.top-nav .search-handle i {
    color: #035396;
    font-size: 22px;
}
.top-nav .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}

.top-nav li a:hover, .top-nav li a:focus, .top-nav li.active a {
    border-bottom: 2px solid #e22835;
    color: #fff;
}
a{
    color: #151515;
}
a:hover {
    color: #666;
    text-decoration: none;
    text-decoration-color:#0ba347;
}
.cl-secondary{
    color:#ccc;
}
.entry-content a {
color:#035396;
text-decoration: none;
}
.list-post li,.list-post .item-post, .post-detail .item-post {
    border-bottom: 1px solid #e5e5e5;
    vertical-align: top;
    padding: 12px 0;
    list-style: none;
}
.list-post .item-post{padding:10px 0;}
.list-post h5{
    display: inline;
        font-size: 17px;
    font-weight: bold;
}
 
.list-post  .thumb .embed-responsive{
       background: grey;
       background: linear-gradient(-90deg, #999 0%, #666 47%, #ccc 100%);
}
.list-post .thumb img{
        width: auto;
        margin: auto;
            top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

.thumb h5 {
    font-size: 1.5rem;
    line-height: 25px;
    font-weight: 700;
    display:block;
    margin-top: 10px;
}
.list-post time,.item-post time,article .published-date{
        color: #777;
        display:block;  
        font-size: 80%;
}
.single-post .pmeta{
    display: table;
    width: 100%;
}
.single-post .pmeta li{
    display: table-cell;
}
.timeline-date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 1px 0 -7px;
  color: #222;
  /* font-size: 22px; */
  font-weight: 700;
}

.timeline-date::before,
.timeline-date::after {
  content: "";
  height: 1px;
  background: #e5e5e5;
  flex: 1;
}

.timeline-date i {
  color: #e22835;
  font-size: 18px;
}
time{
    font-size:80%;
}
.copyright p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    padding: 10px 0;
    text-align: left;
}
.copyright a {
    color: #fff;
}
.copyright .bottom_ul {
    float: right;
    list-style-type: none;
    margin-bottom: 0;
}
.bottom_ul li {
    float: left;
    line-height: 40px;
}
.bottom_ul li a {
    color: #fff;
    font-size: 12px;
}
footer {
    background-color: #035396;
    padding: 40px 0 20px;
    width: 100%;
}
footer .widget-title h4{
    color: #d9d6d6;
    text-transform: uppercase;
}
.copyright {
    background-color: #035396;
    min-height: 40px;
    width: 100%;
}
.bottom_ul li::after {
    color: #fff;
    content: "/";
    margin-left: 8px;
    margin-right: 8px;
}
footer p {
    color: #a0a3a4;
    font-size: 14px;
}
footer h4, footer h6{
    color: #d9d6d6;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 22px;
}
.widget ul, footer ul {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-ul li {
    font-size: 14px;
}
footer .footer-ul li a {
    color: #fff;
    transition: color .2s linear 0s,background .2s linear 0s;
}

.top-nav .form-control {
    border-color: #fff;
}
.top-nav .search input {
    background-color: #d0d0d0;
    border: medium none;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 36px;
    line-height: 18px;
    margin-left: 210px;
    padding: 0 9px;
    position: absolute;
    top: 4px;
    transition: all 0.7s ease-in-out 0s;
    width: 0;
}

.top-nav .btn {
    position: absolute;
    right: 0;
    top: -3px;
    border-radius:3px;
}
#search {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.95);
transition: all 0.2s ease-in-out;
transform: translate(0, -100%) scale(0, 0);
opacity: 0;
z-index: 99999;
}
#search form {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#search input[type="search"] {
  background: #fff;
  color: #035396;
  font: 600 24px/1 sans-serif;
  display: block;
  margin: 100px auto 20px;
  outline: none;
  padding: 10px 0;
  width: 50%;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 7px;
}
#search .btn {
    background-color: #035396;
    border: 1px solid #999;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}
#search .close {
  position: fixed;
  top: 7px;
  right: 7px;
  color: #fff;
  background-color: #999;
  border-color: #999;
  opacity: 1;
  padding: 5px 13px;
  font-size: 24px;
  border-radius: 3px;
}
#search.open {
transform: scale(1);
opacity: 1;
}
.navbar-toggler:not(.collapsed) .search-handle{
  margin-top: 10px;
}
.search-handle span, .search-handle i.fa{
   /*color: #999;*/
}



.sticky-label {
    align-self: flex-start;
    position: sticky;
    top: 0;
}
.small-side {
    float: left;
    width: 100%;
}
.small-side {
    max-width: 177px;
}

.shim-wrap .shim-detail, .shim-wrap .fa-caret-down, .shim-wrap.show .fa-caret-right {
    display: none;
}
.shim-wrap.show .shim-detail {
        display: block;
    clear: both;
}
.shim-wrap.show .fa-caret-down {
    display: inline;
}
.shim-wrap .shim-summ{
   min-height: 22px;
    cursor: pointer;
    background: #fff;
    border: 0;
    display: block;
    float: right;
    clear: both;
}
.page-item.active .page-link {
    background-color: #999;
    border-color: #999;
}
.page-link,.page-link:hover {
    color: #999;
}
#feat-main{
    display: grid;
    position: relative;
   
    background-color: #fff;
    padding-top:7px;
    }
@media (min-width: 992px){
#feat-main{
    grid-template-columns: repeat(12,minmax(0,5fr));
    grid-template-rows: repeat(6,auto);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
     padding: 15px;
    
}

#feat-main>.item:first-child{
   grid-row: 1/-1;
    grid-column: 1/7;
}
#feat-main>.item:not(:first-child) {
    grid-column: span 3;
}
#feat-main>.item:not(:first-child) a{
  display: grid;
  grid-template: 1fr/1fr 1.5fr;
  margin: 0;
  grid-gap: 10px;
  max-height: 85px;
}

#feat-main>.item:not(:first-child) .inner-img{
   /* max-width: 121px; */
}

#feat-main>.item:first-child .f-title{position: absolute;bottom: 0;transition-duration: 0.2s;color: #fff;font-size: 28px;font-weight: 600;left: 0;background: rgba(0,0,0,0.72);margin-bottom: 0;padding: 1.5rem;width: 100%;background: rgba(0,0,0,0.72);}



 }

 

@media (max-width: 991px){
#feat-main>.item {
    grid-column: span 4;
        margin-bottom: 15px;
}

#feat-main>.item a{
  display: grid;
  grid-template: 1fr/1fr 1.5fr;
  margin: 0;
  grid-gap: 10px;
}

    }


#feat-main .f-title{
overflow:hidden;
}
.thumb-n *,#featured-slider *{
outline:none;
}
#feat-main .thumb-n a{

}



button.better-share{
    border-radius: 3px;
    color: #fff;
    background: #035396;
    padding: 7px 16px;
    font-size: 12px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
}

button.better-share:hover,
button.better-share:focus{
    opacity:0.8;
    outline: 0;
}
button.better-share  span{
    margin-right:3px;
}

#better-share-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 250px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  padding: 70px 16px 50px 16px;
  border-radius: 4px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.better-share-modal-open #better-share-modal {
  display: block;
  animation: fade .2s;
  visibility: visible;
  z-index: 1000;
}
.better-share-modal-open #better-share-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: all .2s;
  animation: fade .2s;
  z-index: 900;
}
#better-share-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  transition: opacity .2s;
  cursor: pointer;
}
#better-share-modal .close-btn:hover {
  opacity: .5;
}
#better-share-modal .close-btn:after,
#better-share-modal .close-btn:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 14px;
  height: 25px;
  width: 2px;
  background-color: #848484;
}
#better-share-modal .close-btn:before {
  transform: rotate(45deg);
}
#better-share-modal .close-btn:after {
  transform: rotate(-45deg);
}

.better-share-buttons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.better-share-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  transition: border .2s;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  font-size: 17px;
  outline: 0;
    color: #035396

}
.better-share-buttons button:focus {
  outline: 0;
}
.better-share-buttons button:hover {
  border-color: #035396;
  outline: 0;
}
.header-logo{
    text-align:left;
    position: relative;
       
}
.header-logo .langy{
        font-size: 9px;
    position: absolute;
    right: 7px;
    top: 3px;
}

.header-logo a{
    font-size: 29px;
    font-weight: 600;
    /* text-transform: lowercase; */
    line-height: 34px;
    text-align: left;
    text-decoration: none;
    color: #333;
    padding: 0;
    margin: 0;
    /* font-style: italic; */
}
.header-logo span{
    color: #999;
}
.z-1{
    z-index:999;
}
.entry-content .caption{
    color: #999;
    font-size: 90%;
    font-style: italic;
}
@keyframes fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
img {
    filter: contrast(1.15);
    max-width: 100%!important;
        background: #999;
}
.main-color{
    color:#035396
}
.main-article-body{
    display:block;
    font-size: 18px;
    line-height: 1.6;
}
.main-article-body img:not(.wp-post-image) {
    height: auto!important;
}
.main-article-body>li{
      text-indent: -1.5em;
    padding-left: 1.5em;
}
.thumb-n .post-title{
     word-break: break-word;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
    font-size: 17px;
    font-weight: 600;
      overflow: hidden!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
     max-height: 41px;
}
/* slide */
.rounded-10 {
    border-radius: 10px;
    overflow: hidden;
}
.inner-img {
    overflow: hidden;
    position: relative;
}
.p-10 {
    padding: 10px;
}
.rounded-15 {
    border-radius: 15px;
    overflow: hidden;
}
.slick-slide{
        border: none;
    outline: none;
}
.slick-slide a {
    color: #171616;
}
.slick-slide img,.thumb-n img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.slick-prev,.slick-next{
  display: block;
  position: absolute;   
  z-index: 1000; 
  top:50%;
  transform: translateY(-50%);
}
.slick-prev { 
  
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1.5rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #999;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #035396;
}

.slick-next {
  right: 0px;

}
.pr-5 {
    padding-right: 5px!important;
}
.pl-5 {
    padding-left: 5px!important;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.mt-15 {
    margin-top: 15px!important;
}
 
.entry-meta.font-x-small {
    font-weight: 600;
}
.color-grey {
    color: #889097;
}
.entry-meta.meta-1 span {
    margin-right: 20px;
}
.entry-meta.meta-1 span {
    margin-right: 20px;
}

.sidebar aside,.post-box{
    background-color:#fff;
    padding: 1rem!important;
    border-radius: 10px;
    margin-bottom: 29px;
}
.widget-title h4,.heading-large{
        font-weight: 700;
        color:#035396;
}

.cat-sect .list-post ul{height: 95%;display: flex;flex-direction: column;}
.cat-sect .list-post ul li{
  
 display: flex;
 flex-direction: column;
 justify-content: center;
 flex: 1;
}
.cat-sect .list-post ul li:last-child{
  border:none;
}
.view-more{

    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;color: #999;

}
.navbar-nav .dropdown-menu {
    margin:0;
}
.top-nav .dropdown-menu li a{
line-height:1.2;
}
.navbar-nav > li > .dropdown-menu a:link,
.navbar-nav > li > .dropdown-menu a:hover,
.navbar-nav .dropdown-menu { background-color: #035396;
text-align:center;}
.navbar-nav .dropdown-toggle::after{
display:none;
}

.navbar-dark .navbar-nav .nav-link{
    color:#fff;
}
.the-cl{
    color:#999;
}
.the-bg{
    background-color:#999;
}

.embed-responsive-item{
object-fit: cover;
 object-position: top;
}


@media (min-width: 992px){
.top-nav li a {
   line-height: 35px;
}
}
@media (min-width: 992px) {
.col-md-auto+.entry-innerwrap{
    overflow-x:hidden;
}
.single-post .post-box,.single-post .post-box article,
.single-post .post-detail{
    height:100%;
}
}


@media (max-width: 991px) {
    h1{
        font-size: 1.6rem;
    }
    .navbar-dark .navbar-brand{
        float:left;
    }
.archive .post-box+.primary-sidebar {
    display: none!important;
}
    .hide-in-mob{
    display:none;
}
.cat-sect{
    display:none;
}
.navbar,.primary-sidebar{
  padding-left:0;
  padding-right:0
}
 

.navbar .collapsing{
    visibility: hidden;
}
.navbar-toggler{
  float:right;
  border: 1px solid #f5f5f5;
  margin-top: 9px;
}
.navbar .container-fluid{
  display:block;
}
#primary-menu{
  width:100%;
  padding-top: 8px;
}
.main-header {
    padding-bottom: 0;
    margin-bottom: 0;
}
.main-header .header-logo{
    max-width: 247px;
}
.navbar .dropdown-menu{
  display:block
}
.navbar .dropdown-toggle{
  display:none;
}
.navbar .menu-item-has-children ul.dropdown-menu{
    padding-bottom: 0;
    padding-top: 0;
}
.header-logo .langy{
   font-size: 7px;
    position: absolute;
    right: 5px;
    top: 10px;
}
}
.ftags a{
    padding: 0.25em 0.4em;
    font-size: 70%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
    margin: 0 0.25rem 0.35rem 0;
    color:#fff;
    background-color: #035396;
    float: left;
}
.h-off {
    position: absolute;
    left: -9999999px;
}

figure,.caption{
      background-color: #f7f7f9;
  border-radius:8px;
  float: left;
    margin: 1rem 1rem 1rem 0;
    max-width:320px;
}

figcaption {
    font-size: .875rem;
padding:0.7rem;
}



.news-slider {
  display: flex;
  flex-wrap: wrap;
}

.news-slider > [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.news-main-col,
.news-side-col {
  display: flex;
  flex-direction: column;
}

.news-side-col {
  align-self: stretch;
  margin-top: 0 !important;
}

.main-news {
  position: relative;
  overflow: hidden;
  background: #035396;
}

.main-img {
  object-fit: cover;
  transition: .25s;
  transition: transform .3s ease, opacity .25s ease;
}
.main-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 22px 26px;
  background: linear-gradient(transparent, rgba(0,0,0,.75));
  background: rgba(3, 83, 150, 0.75);
  max-height: 65px;
  background:rgba(0, 122, 255, 0.75);
  background: rgba(3, 110, 191, 0.75);
}

.main-title {
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 400;
  margin: 0;
}

.slider-nav {
  height: 15px;
}

.slider-nav button {
  flex: 1;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  text-indent: -9999px;
  background: #035396;
}

.slider-nav button.active {
  background: #e22835;
  color: #fff;
}

.thumb-list {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.thumb-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.thumb-item:first-child {
  padding-top: 0;
}

.thumb-item:last-child {
  border-bottom: none;
}

.thumb-img-wrap {
  width: 84px;
  flex: 0 0 84px;
}

.thumb-img-wrap img {
  object-fit: cover;
}

.thumb-item h5 {
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.thumb-item.active h5,
.thumb-item:hover h5 {
  color: #035396;
}

.thumb-item.active,
.thumb-item:hover {
  border-bottom:1px solid #e22835;
 background: rgba(3, 83, 150, 0.1);
 
}

@media (max-width: 991px) {
  .news-side-col {
    display: none;
  }

  .main-title {
    font-size: 23px;
  }

  .slider-nav {
    height: 42px;
  }

  .slider-nav button {
    font-size: 18px;
  }
}

.news-frame {
  background: #fff;
  border-radius: 10px;
  padding: 16px;
}

.news-frame .row {
  margin-left: -8px;
  margin-right: -8px;
}

.news-frame [class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

@media (max-width: 575px) {
  .news-frame {
    padding: 8px !important;
  }

  .news-slider {
    margin-left: 0;
    margin-right: 0;
  }

  .news-slider > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .main-overlay {
    padding: 16px 18px;
  }

  .main-title {
    font-size: 16px;
    line-height: 1.25;
  }

  .slider-nav {
    height: 15px;
  }

  .slider-nav button {
    font-size: 18px;
  }
}

.main-news {
  touch-action: pan-y;
}

.most-read {
  padding: 16px;
}

.most-read-header {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #035396; 
}

.most-read-list {
  display: flex;
  flex-direction: column;
}

.most-read-item {
  display: flex;
  gap: 8px;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.most-read-item:last-child {
  border-bottom: none;
}

.most-read-num {
  font-size: 22px;
  font-weight: 700;
  color: #e22835;
  width: 24px;
  flex-shrink: 0;
}

.most-read-item a {
  font-size: 15px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
}

.most-read-item a:hover {
  color: #d30014;
}


.category-card {
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  height: 100%;
}


.category-title {
  line-height: 1.1;
  font-weight: 700;
  color: #035396;
  margin: 0 0 18px;
}

.category-list {
  display: flex;
  flex-direction: column;
}

.category-item {
  display: flex;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e5e5e5;
  color: inherit;
  text-decoration: none;
}

.category-item:first-child {
  padding-top: 0;
}

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

.category-img-wrap {
  width: 96px;
  flex: 0 0 96px;
}

.category-img-wrap img {
  object-fit: cover;
}

.category-content {
  min-width: 0;
}

.category-date {
  font-size: 14px;
  line-height: 1.2;
  color: #888;
  margin-bottom: 5px;
}

.category-item h5 {
  font-size: 18px;
  line-height: 1.22;
  font-weight: 400;
  margin: 0;
  color: #222;
}

.category-item:hover h5 {
  color: #d30014;
}

@media (max-width: 575px) {
  .category-card {
    padding: 14px;
  }

  .category-title {
    font-size: 26px;
  }

  .category-img-wrap {
    width: 82px;
    flex-basis: 82px;
  }

  .category-date {
    font-size: 13px;
  }

  .category-item h5 {
    font-size: 16px;
  }
}

.single-thumb {
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  float: right;
  margin-left: 20px;
  width: 100%;
  max-width: 550px;
}

.single-thumb .embed-responsive {
  width: 100%;
}

.single-thumb img {
  object-fit: cover;
  object-position: top;
}

@media (max-width: 767px) {
  .single-thumb {
    float: none;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}











.breaking-wrap {
  padding: 8px 14px 12px;
  border-radius: 10px;
  overflow: hidden;
}

.breaking-ticker {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  overflow: hidden;
}

.breaking-label {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  white-space: nowrap;
}

.breaking-marquee {
  overflow: hidden;
  flex: 1;
}

.breaking-track {
  display: inline-flex;
  gap: 60px;
  white-space: nowrap;
  animation: breakingMove 80s linear infinite;
}
.breaking-marquee:hover .breaking-track {
  animation-play-state: paused;
}

.breaking-track a {
  color: #222;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.breaking-track a:hover {
  color: #d30014;
}

@keyframes breakingMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.latest-slider-wrap {
  position: relative;
  display: flex;
  align-items: stretch;
}

.latest-slider {
  overflow: hidden;
  width: 100%;
}

.latest-track {
  display: flex;
  transition: transform .35s ease;
}

.latest-card {
  flex: 0 0 25%;
  display: flex;
  gap: 12px;
  padding: 6px;
  border: 1px solid #ddd;
  color: inherit;
  text-decoration: none;
  border-right: none;
}

.latest-img-wrap {
  width: 120px;
  flex: 0 0 120px;
}

.latest-img-wrap img {
  object-fit: cover;
   object-position: top;
}

.latest-card h5 {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0;
}

.latest-card:hover h5 {
  color: #d30014;
}

.latest-arrow {
  width: 28px;
  border: 0;
  background: #e5e5e5;
  color: #777;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 991px) {
  .latest-card {
    flex-basis: 50%;
  }
}

@media (max-width: 575px) {
  .breaking-label {
    font-size: 15px;
  }

  .breaking-track a {
    font-size: 15px;
  }

  .latest-card {
    flex-basis: 100%;
  }

  .latest-img-wrap {
    width: 95px;
    flex-basis: 95px;
  }
}

.breaking-track a {
  position: relative;
  padding-left: 16px;
}

.breaking-track a::before,.video-post-title::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e22835;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

button:focus {
  outline: 1px solid #e22835;
  outline-offset: 2px;
    outline: none;
  box-shadow: none;
}

.latest-arrow:focus, .latest-arrow:hover, .latest-arrow:active{
    background-color: rgba(18, 32, 144, 0.85);
    color: #fff;
}

@media (max-width: 575px) {
  .no-pad-x-m {
    padding-left: 0;
    padding-right: 0;
  }
  .no-pad-x-m > .row {
    margin-left: 0;
    margin-right: 0;
  }
   .no-pad-b-m {
    padding-bottom: 0!important;
  }
  .latest-slider-wrap{
    display:none
  }
}


.video-widget-new {
  /* padding: 16px; */
  overflow: hidden;
}

.video-widget-head {
 /* margin-bottom: 14px; */
}

.video-widget-title {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  color: #333;
  position: relative;
}

.video-widget-title strong,
.video-widget-title span:first-child {
  color: #386bc9;
  font-weight: 700;
}

.video-widget-controls button {
  border: 0;
  background: transparent;
  color: #386bc9;
  font-size: 18px;
  line-height: 1;
  padding: 0 4px;
  cursor: pointer;
}

.video-widget-controls button:focus {
  outline: none;
}

.video-widget-controls button:focus-visible {
  outline: 2px solid #e22835;
  outline-offset: 2px;
}

.video-slider {
  overflow: hidden;
}

.video-track {
  display: flex;
  transition: transform .35s ease;
}

.video-slide {
  flex: 0 0 100%;
}

.video-card {
  display: block;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.video-post-title {
  font-size: 15px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 14px;
  color: #035396;
  position: relative;
  padding-left: 14px;
}

.video-date {
  color: #888;
  font-size: 14px;
  margin-bottom: 8px;
}

.video-thumb {
  position: relative;
  overflow: hidden;
}

.video-thumb img {
  object-fit: cover;
   object-position: top;
}
.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(3, 83, 150, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(2px);
  transition: all .2s ease;
}

.video-play i {
  color: #fff;
  font-size: 20px;
  margin-left: 3px;
}

.video-thumb:hover .video-play {
  background: rgba(226,40,53, 0.65);
  transform: translate(-50%, -50%) scale(1.05);
}

.other-videos {
  margin-top: 10px;
}

.other-videos a {
  color: #386bc9;
  font-size: 18px;
}

@media (max-width: 575px) {
  .video-widget-new {
   /* padding: 12px;*/
  }

  .video-widget-title {
    font-size: 24px;
  }

  .video-post-title {
    font-size: 22px;
  }

  .video-play {
    font-size: 54px;
  }
/*
.video-post-title {
    display: block;
    max-width: calc(100vw - 80px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom:-40px;
    position: absolute;
    z-index: 1;
    color: #fff;
    background: rgba(3, 110, 191, 0.75);
    padding: 7px 6px;
    max-width: 100%;
    font-size: 15px;
  }
  */
}

.widget-title h4,
.heading-large {
  font-weight: 700;
  color: #035396;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.widget-title h4::after,
.heading-large::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #e22835;
}

.cat-label{
    background: #e22835;
    color: #fff;
    padding: 4px 9px;
    float: left;
    margin-right: 10px;
    margin-top: -3px;
    border-radius: 2px;
    font-size: 13px;
}
.cat-label a{
    color:#fff;
}

.red {
  color: #e22835;
}

@media (max-width: 575px) {
   .header-logo img {
    max-height: 35px;
   }
}