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

body {
  font-family: 'Open Sans';
  font-size: .9rem;
  color: #232323;
  background-color: #fff;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Lato';
  color: #232323;
  letter-spacing: .03rem;
}
a {
  text-decoration: none !important;
  color:#202020;
}

.body-content p a{
  color: #2859c7;
}

.yellowColor{
  color: #fdb446;
}

.fs-tag {
  font-size: .8rem;
}

p a img{
  width:100%;
  height:auto;
}

main {
  background-color: #fff;
}

.b1-fs-std {
  font-family: 'Open Sans';
  font-size: .9rem;
  color: #232323;
}
.b1-gradient{
  background-image: linear-gradient(to right, #D01E27, #072569)
}
.b1-gradient-50{
  background-image: linear-gradient(to right, #D01E2755, #07256955)
}
.b1-gradient-10 {
  background-image: linear-gradient(to right, #D01E2722, #07256922)
}
.b1-login-gradient{
  background-image: linear-gradient(to bottom, #D01E27, #072569)
}
.b1-grad-video{
  background-image: linear-gradient(to right, #072569, #2653BA);
}

.b1-bg-red {
  background-color: #D01E27;
}

.b1-border-navy {
  border: 1px solid #072569;
}
.b1-border-bottom-navy {
  border-bottom: 1px solid #072569;
}
.b1-btn-grad {
  background-image: linear-gradient(to right, #D01E27, #072569);
  color:#fff;
}
.b1-btn-grad:hover {
  background-image: linear-gradient(to right, #b81019,#031b54);
  color: #fff;
}

.b1-bg-navy {
  background-color: #072569;
}
.b1-gradient-navy {
  background-image: linear-gradient(to bottom right, #072569, #274A9A);
}
.b1-text-navy {
  color:#072569 !important;
}
.b1-hollow-footer{
  color:#e3e3e3;
}
.b1-tbg-footer{
  background-color: #232323;
}
.b1-text-footer {
  color: #232323;
}
.b1-bbstart:after {
  content: "";
  position: absolute;
  left: 0;
  height: 28px;
  width: 40px;
  background-image: linear-gradient(to right, #000, #0000);
}
.b1-bbend:after {
  content: "";
  position: absolute;
  right: 0;
  height: 28px;
  width: 40px;
  background-image: linear-gradient(to right, #0000, #000);
}
.b1-bbstart-mob:after {
  content: "";
  position: absolute;
  left: 0;
  height: 28px;
  width: 30px;
  background-image: linear-gradient(to right, #000, #0000);
}
.b1-bbend-mob:after {
  content: "";
  position: absolute;
  right: 0;
  height: 28px;
  width: 30px;
  background-image: linear-gradient(to right, #0000, #000);
}
.b1-date {
  padding: .1rem 0;
  font-size: 10px;
  white-space: nowrap;
}
.b1-article {
  font-size: 12pt;
  line-height: 1.7;
}
.b1-title-editor {
  font-size: 10pt;
}
.searchbar{
  width:720px;
  padding:1rem;
  margin-left:5.4rem !important;
}
.p-time{
  padding:.1rem 0 .1rem .5rem
}

.text-truncate-2-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-truncate-3-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-truncate-4-lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.caption {
  font-size:x-small;
  line-height: 1.7;
  padding:.5rem 0;
}

.paging {
  border:1px solid #D01E27;
  color: #D01E27 !important;
  border-radius: .375rem;
  padding:.25rem .5rem;
}
.paging.active{
  background-color: #D01E27;
  color: #fff !important;
}

.box-index {
  padding: 1.5rem 0 1.25rem 1rem;
  border-bottom: 1px dashed #232323;
  display: flex;
}
.box-index.first{
  border-top: 1px dashed #232323;
}
.box-index.last{
  border-bottom:none;
}

.sub-cat .box-index {
  border-color: #bbb;
}
.sub-cat .box-index h6 {
  color: #052c65 !important;
}
.sub-cat .box-index::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23052c65'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.box-index::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

.b1-fb{
  padding-top:6px;
  color: #3c69c0;
}
.b1-tw{
  margin-top:6px;
  background-color: #5bdbf8;
  color: #fff;
  width:35px;
  height:35px;
  border-radius: 50%;
  padding-bottom: 2px;
}
.b1-wa{
  margin-top:6px;
  background-color: #47c664;
  color: #fff;
  width:35px;
  height:35px;
  border-radius: 50%;
  padding: 0 0 2px 1px;
}
.b1-tg {
  padding-top: 6px;
  color: #27abc8;
}
.b1-url {
  margin-top: 6px;
  background-color: #807f7f;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.b1-tw-mob{
  margin-top:6px;
  background-color: #5bdbf8;
  color: #fff;
  width:28px;
  height:28px;
  border-radius: 50%;
}
.b1-wa-mob{
  margin-top:6px;
  background-color: #47c664;
  color: #fff;
  width:28px;
  height:28px;
  border-radius: 50%;;
}
.b1-url-mob {
  margin-top: 6px;
  background-color: #807f7f;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.b1-box-category {
  background-color: #FFE5E5;
  padding:.3rem .6rem .4rem .6rem;
  margin-right: .3rem;
  color:#D01E27;
  font-size: xx-small;
}

.b1-box-video {
  background-image: linear-gradient(to bottom right, #FFD8D9, #D8E4FF);
}
.b1-text-gradient {
  background: -webkit-linear-gradient(#D01E27, #072569);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.b1-hr-white {
  border-top: 1px solid #fff;
  opacity: 1;
}

.b1-hr-dash {
  border-top: 1px dashed #232323;
  opacity: 1;
}

.b1-group {
  border-left: 6px solid #D01E27;
  padding: .2rem 0 .23rem .5rem;
  line-height: 1.4;
}

.b1-width-right {
  width:320px;
}

.half-circle {
  height:28px;
  width:14px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.play-box{
  opacity: 0;
  transition: opacity .3s linear;
}
.stretched-link:hover::after .play-box {
  display: block;
  opacity: 1;
}

.btn-danger{
  background-color: #D01E27;
}
.btn-light:hover{
  color:#fff;
  background-color: #072569;
}
.btn-navy{
  background-color: #072569;
  color: #fff;
}
.btn-navy:hover{
  background-color: #163786;
  color: #fff;
}

.text-danger{
  color: #D01E27;
}

.lazy {
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1, 1);
  transition: transform 0.4s;
}
.lazy:hover {
  transform: scale(1.1, 1.1);
}
.lazy.zoom {
  transform: scale(1.1, 1.1);
}

a .lazy {
  transform: scale(1, 1);
  transition: transform 0.4s;
}
a:hover .lazy {
  transform: scale(1.1, 1.1);
}

.stretched-link::after .lazy {
  transform: scale(1, 1);
  transition: transform 0.4s;
}
.stretched-link:hover::after .lazy {
  transform: scale(1.1, 1.1);
}

.box-ads {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #eee;
}

.pagination .page-link{
  color: #D01E27;
}
.pagination .page-link.active{
  background-color: #D01E27;
  border-color: #D01E27;
  color: #fff;
}
.pagination .page-item.disabled .page-link{
  color: #bbb;
}

#headline .carousel-indicators [data-bs-target] {
  width:10px;
  height:10px;
  border-radius: 50%;
}

#subHeadline .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z");
}

#subHeadline .carousel-control-next,
#subHeadline .carousel-control-prev {
  width: 37px;
}

#subHeadline .carousel-control-next {
  right: -16px;
}

#subHeadline .carousel-control-prev {
  left: -16px;
}

.circle-prev {
  width: 36px;
  height: 36px;
  padding: 5px 0 5px 10px;
}

.circle-next {
  width: 36px;
  height: 36px;
  padding: 5px 10px 5px 0;
}

#main-nav .nav-link {
  font-family: 'Lato';
  letter-spacing: .08rem;
  color: #fff;
  font-weight: 800;
}
#main-nav .nav-link:hover {
  color: #fffb;
}
#main-nav .nav-link.active {
  color: #fdb446 !important;
}
#main-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
#main-nav .dropdown:hover .dropdown-menu.dropdown-menu-end {
  display: block;
  right: 0;
  margin-top: 0;
}

#pills-tab li {
  border-bottom: 1px solid #072569;
}
#pills-tab .nav-link {
  font-family: 'Lato';
  letter-spacing: .05rem;
  font-weight: 800;
  border-radius: 0;
  border-bottom:6px solid transparent;
  color:#bbb;
}
#pills-tab .nav-link.active {
  background-color: transparent;
  border-bottom: 6px solid #072569;
  color: #000;
}

.b1-popular-num {
  width: 3.5rem;
  font-family: 'Lato';
  text-align: center;
  color:#232323;
}

.py-breaking {
  padding-bottom:2px
}

.h-28 {
  height:28px;
}

.breadcrumb-item.active{
  color:#D01E27;
  font-weight:700;
}

.b1-gradient-headline {
  background-image: linear-gradient(transparent, #000);
  color:#fff;
  padding:3rem 1rem 1rem 1rem;
}

.avatar-outer {
  position: relative;
  width: 45px !important;
  height: 45px !important;
  overflow: hidden;
  border-radius: 50%;
  border:2px solid #fff;
  background-color: #fff;
}
.avatar-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.avatar-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pic-grayscale{
  filter: grayscale(100%);
}

#icon-password{
  cursor: pointer;
}

footer {
  background-color: #e3e3e3;
  font-size: 9pt;
}

.carousel-control-next, .carousel-control-prev {
  width:8%;
}

#frameInfo.standard {
  max-height:375px
}
#frameInfo.standard .lazy {
  height: unset;
}

header {
  position: relative;
  z-index: 1046 !important;
  background-color: #fff;
}
.b1-offcanvas {
  width: 100% !important;
}
#canvasAccordion .accordion-item {
  border:0;
}
#canvasAccordion .accordion-button {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
#canvasAccordion .accordion-button:focus {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  border-color: transparent !important;
  outline: none !important;
}
#canvasAccordion .accordion-button.no-carret::after{
  background-image: none;
}
#canvasAccordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D01E27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#canvasAccordion .accordion-button:not(.collapsed)::after {
  transform: scaleY(-1);
}

.table-responsive::-webkit-scrollbar{
  display: none;
}
.table-responsive{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.nav-dd {
  top: 73px !important;
}
.nav-sub .nav-link {
  font-size: 10pt;
  border-radius: 5px;
}
.nav-sub .nav-link:hover {
  background-color: #fff3;
}
.ddwn:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.ddprofile {
  transform: translate(0px, 75px) !important;
}

@media only screen and (min-width: 1200px) {
  .b1-grid {
    width:1008px;
  }
  .b1-logo {
    width:230px;
  }
  .b1-head-right {
    width:390px;
  }
  .b1-date {
    padding: .1rem 0;
    font-size: 10px;
    white-space: nowrap;
  }
  .footer-left {
    width: 240px;
    text-align: center;
  }

  .searchbar {
    width: 720px;
    padding: 1rem;
    margin-left: 5.4rem !important;
  }

  .sky-left {
    top: 190px;
    right: calc(50% + 520px)
  }

  .sky-left-scroll {
    top: 110px !important;
  }

  .sky-right {
    top: 190px;
    left: calc(50% + 520px);
  }

  .sky-right-scroll {
    top: 110px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .b1-grid {
    width:1080px;
  }

  .b1-logo {
    width:250px;
  }

  .b1-head-right {
    width:412px;
  }

  .b1-date {
    padding: .1rem 0;
    font-size: 10px;
    white-space: nowrap;
    letter-spacing: normal !important;
    font-weight: normal !important;
  }

  .searchbar {
    width: 770px;
    padding: 1.1rem;
    margin-left: 6rem !important;
  }

  .footer-left {
    width: 280px;
    text-align: center;
  }

  .sky-left {
    top: 200px;
    right: calc(50% + 560px)
  }

  .sky-left-scroll {
    top: 105px !important;
  }

  .sky-right {
    top: 200px;
    left: calc(50% + 560px);
  }

  .sky-right-scroll {
    top: 105px !important;
  }
}