/* Background tags Color */
.pagelatestNews .RightSectionNews .latestNews .card-img-overlay, .pageSection .RightSectionNews .latestNews .card-img-overlay, .pageSection .RightSectionNews .topNews .card-img-overlay, .Artical .RightSectionNews .card-img-overlay, .firstNews .RightNews .bottomNews .card-img-overlay, .firstNews .RightNews .topNews .card-img-overlay, .sectionBottom .LeftSectionNews .card-img-overlay, .columnNews .card-img-overlay, .SectionNews .RightSectionNews .card-img-overlay, .BlockNews .card-img-overlay {
  top: auto;
  bottom: 0;
  height: 45%;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.231372549)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.231372549));
}

.SliderHome .contentSlider .swiper-button-prevfull::after, .SliderHome .contentSlider .swiper-button-nextfull::after {
  color: #FFF;
  font-size: 20px;
}

.swiperArrows, .SliderHome .contentSlider .swiper-button-prevfull, .SliderHome .contentSlider .swiper-button-nextfull {
  background-color: #20201E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: none;
}

.titleSectionNews, .pagelatestNews .RightSectionNews .latestNews .titleSec, .pageSection .RightSectionNews .latestNews .titleSec, .Artical .RightSectionNews .titleSec, .sectionBottom .RightSectionNews .titleSec, .columnNews .titleSec, .SectionNews .RightSectionNews .titleSec, .BlockNews .titleSec {
  color: #FFF;
  margin-bottom: 15px;
  position: relative;
}
.titleSectionNews a, .pagelatestNews .RightSectionNews .latestNews .titleSec a, .pageSection .RightSectionNews .latestNews .titleSec a, .Artical .RightSectionNews .titleSec a, .sectionBottom .RightSectionNews .titleSec a, .columnNews .titleSec a, .SectionNews .RightSectionNews .titleSec a, .BlockNews .titleSec a {
  padding-right: 10px;
}
.titleSectionNews a i, .pagelatestNews .RightSectionNews .latestNews .titleSec a i, .pageSection .RightSectionNews .latestNews .titleSec a i, .Artical .RightSectionNews .titleSec a i, .sectionBottom .RightSectionNews .titleSec a i, .columnNews .titleSec a i, .SectionNews .RightSectionNews .titleSec a i, .BlockNews .titleSec a i {
  margin: 0 5px;
}
.titleSectionNews::after, .pagelatestNews .RightSectionNews .latestNews .titleSec::after, .pageSection .RightSectionNews .latestNews .titleSec::after, .Artical .RightSectionNews .titleSec::after, .sectionBottom .RightSectionNews .titleSec::after, .columnNews .titleSec::after, .SectionNews .RightSectionNews .titleSec::after, .BlockNews .titleSec::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #D6000F;
}

.columnHorizontal, .pagelatestNews .LeftSectionNews .cardHorizontal, .pagelatestNews .RightSectionNews .latestNews .cardHorizontal, .pageSection .LeftSectionNews .cardHorizontal, .pageSection .RightSectionNews .latestNews .cardHorizontal, .Artical .LeftSectionNews .cardHorizontal, .Artical .RightSectionNews .cardHorizontal, .sectionBottom .LeftSectionNews .cardHorizontal, .sectionBottom .RightSectionNews .cardHorizontal, .columnNews .cardHorizontal, .SectionNews .RightSectionNews .cardHorizontal, .BlockNews .cardHorizontal {
  margin-bottom: 0.4rem !important;
}
.columnHorizontal .card-title, .pagelatestNews .LeftSectionNews .cardHorizontal .card-title, .pagelatestNews .RightSectionNews .latestNews .cardHorizontal .card-title, .pageSection .LeftSectionNews .cardHorizontal .card-title, .pageSection .RightSectionNews .latestNews .cardHorizontal .card-title, .Artical .LeftSectionNews .cardHorizontal .card-title, .Artical .RightSectionNews .cardHorizontal .card-title, .sectionBottom .LeftSectionNews .cardHorizontal .card-title, .sectionBottom .RightSectionNews .cardHorizontal .card-title, .columnNews .cardHorizontal .card-title, .SectionNews .RightSectionNews .cardHorizontal .card-title, .BlockNews .cardHorizontal .card-title {
  height: 40px;
  overflow: hidden;
  font-size: 1rem;
}
.columnHorizontal img, .pagelatestNews .LeftSectionNews .cardHorizontal img, .pagelatestNews .RightSectionNews .latestNews .cardHorizontal img, .pageSection .LeftSectionNews .cardHorizontal img, .pageSection .RightSectionNews .latestNews .cardHorizontal img, .Artical .LeftSectionNews .cardHorizontal img, .Artical .RightSectionNews .cardHorizontal img, .sectionBottom .LeftSectionNews .cardHorizontal img, .sectionBottom .RightSectionNews .cardHorizontal img, .columnNews .cardHorizontal img, .SectionNews .RightSectionNews .cardHorizontal img, .BlockNews .cardHorizontal img {
  height: 100%;
  border-radius: 0 !important;
}

.tagsDivSection, .visitors .list-group .tagsSection {
  display: inline-block;
  padding: 0 6px;
  height: 20px;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tagsDivSection a, .visitors .list-group .tagsSection a {
  font-family: "helveticaroman";
  font-size: 0.8rem;
}

.backgroundSection, .Section-Video, .BlockNews {
  background-image: -webkit-gradient(linear, left top, right top, from(#DE0303), to(#000));
  background-image: linear-gradient(to right, #DE0303, #000);
  position: relative;
}
.backgroundSection::after, .Section-Video::after, .BlockNews::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #D6000F;
}
.backgroundSection::before, .Section-Video::before, .BlockNews::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background-color: #D6000F;
}

/*  tags Section Color */
.tagsSectionBlock, .Artical .RightSectionNews .Top-Tags .spanTagsBlcok {
  display: inline-block;
  padding: 5px 6px;
  height: 30px;
  line-height: 1;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: "helveticaroman";
  font-size: 16px;
  padding: 0;
  margin: 0;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Add Font  */
@font-face {
  font-family: helveticabold;
  src: url(../../fonts/helveticabold.ttf);
}
@font-face {
  font-family: helveticaroman;
  src: url(../../fonts/helveticaroman.ttf);
}
a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

textarea:focus, input:focus {
  outline: none;
}

textarea {
  resize: none;
}

ol, ul {
  padding-left: 0;
}

.nav-link:focus, .nav-link:hover {
  color: #000;
}

a img {
  height: 100%;
}

/* slider swiper */
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Title-Section {
  font-family: "helveticabold";
  font-size: 1rem;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btnMore i {
  margin: 0 10px;
}

.fa-clock {
  color: #D6000F;
}

.card {
  border: 0;
}

.social-media .whatsapp {
    display: none;
}


@media screen and (max-width: 768px) {
  .adsBlock {
    text-align: center;
  }
}

.wrapper {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 95%;
  }
    .social-media .whatsapp {
        display: inline-block;
    }
}

/* sponsorAd */
.sponsorAd {
  position: fixed;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 1;
  left: 0;
  top: 240px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .sponsorAd {
    display: none;
  }
}

.adsRight {
  position: fixed;
  right: 0;
  width: 140px;
  height: 600px;
}

.adsLeft {
  position: fixed;
  left: 0;
  width: 140px;
  height: 600px;
}

@media screen and (max-width: 768px) {
  .p-2 {
    padding: 0;
  }
}

.card-img-top {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .adstop img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .leaderboardCnts img {
    width: 100%;
  }
}

.adsBlock {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .adsBlock img {
    width: 100%;
  }
}

/* Header */
header .blockDateTime {
  background-color: #20201e;
}
@media screen and (max-width: 768px) {
  header .blockDateTime {
    display: none;
  }
}
header .blockDateTime .Date-Time {
  padding: 10px 0;
  color: #f6f6f6;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  header .blockDateTime .Date-Time {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}
header .blockDateTime .Date-Time p {
  margin: 0 10px;
  font-size: 10px;
}
header .blockDateTime .Date-Time p i {
  color: #73818B;
}
header .logo-banner {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  header .logo-banner .logoBlock {
    margin-bottom: 20px;
    display: block;
  }
}
header .Navbar {
  border-top: 1px solid #73818B;
  border-bottom: 1px solid #73818B;
}
header .Navbar .navbar-toggler {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  header .Navbar .navbar-nav {
    background-color: #20201E;
    color: #FFF;
  }
    .columnHorizontal, .pagelatestNews .LeftSectionNews .cardHorizontal, .pagelatestNews .RightSectionNews .latestNews .cardHorizontal, .pageSection .LeftSectionNews .cardHorizontal, .pageSection .RightSectionNews .latestNews .cardHorizontal, .Artical .LeftSectionNews .cardHorizontal, .Artical .RightSectionNews .cardHorizontal, .sectionBottom .LeftSectionNews .cardHorizontal, .sectionBottom .RightSectionNews .cardHorizontal, .columnNews .cardHorizontal, .SectionNews .RightSectionNews .cardHorizontal, .BlockNews .cardHorizontal {
        border-bottom: 5px solid #d6000f;
    }
 /* header .Navbar .navbar-nav:first-child {
    display: none;
  }*/
}
header .Navbar .navbar-nav .nav-link {
  font-family: "helveticaroman";
  font-size: 0.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .Navbar .navbar-nav .nav-link {
    color: #FFF !important;
    padding: 10px 20px;
    border-bottom: 1px solid #FFF;
  }
}
header .Navbar .searchBlock {
  position: relative;
}
@media screen and (max-width: 768px) {
  header .Navbar .searchBlock {
    width: 100%;
    margin: 10px auto;
  }
}
header .Navbar .searchBlock input {
  padding-right: 30px;
}
header .Navbar .searchBlock i {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
}

/* footer */
footer {
  background-color: #20201E;
  color: #FFF;
  padding-top: 5px;
}
footer .Back-To-Top {
  background-image: -webkit-gradient(linear, left top, right top, from(#DE0303), to(#000));
  background-image: linear-gradient(to right, #DE0303, #000);
  padding: 20px 0;
  text-align: center;
}
footer .Back-To-Top .Btn-top {
  font-family: "helveticaroman";
  font-size: 1rem;
}
footer .logo-footer {
  width: 65%;
  text-align: center;
  background-color: #FFF;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  footer .logo-footer {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .logo-footer img {
    max-width: 300px;
  }
}
footer .list-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 20px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .list-footer {
    width: 100%;
  }
}
footer .list-footer li {
  margin: auto;
}
@media screen and (max-width: 768px) {
  footer .list-footer li {
    margin: 10px;
  }
}
footer .list-footer li a {
  font-family: "helveticabold";
  font-size: 1rem;
}
footer .socialIconsFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto;
}
footer .socialIconsFooter a {
  margin: 0 10px;
}

.tickerNews {
  background-color: #20201E;
  width: 100%;
  height: 40px;
}
.tickerNews .breaking-news-ticker {
  width: 70%;
}
.tickerNews .breaking-news-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #800006;
  width: 10px;
  height: 100%;
}
.tickerNews .breaking-news-ticker .bn-label {
  background-color: #D6000F;
  font-family: "helveticaroman";
}
.tickerNews .breaking-news-ticker .bn-news a {
  color: #FFF;
  font-family: "helveticaroman";
}
.tickerNews .breaking-news-ticker .bn-news a:hover {
  color: #FFF;
}
.tickerNews .breaking-news-ticker .bn-news li {
  padding: 0 10px;
}
.tickerNews .breaking-news-ticker .bn-news li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 3px;
  height: 80%;
  background-color: #D6000F;
}

.leaderboardDiv {
  width: 100%;
  text-align: center;
}
.leaderboardDiv .leaderboardCnts {
  min-width: 728px;
  margin: auto;
  width: auto;
  height: auto;
}
@media screen and (max-width: 768px) {
  .leaderboardDiv .leaderboardCnts {
    min-width: 100%;
    margin: auto;
  }
}
.leaderboardDiv .leaderboardCnts img {
  max-width: 100%;
  height: auto;
}

/*********** Slider Home ************/
.SliderHome {
  padding: 20px 0;
}
.SliderHome.SliderArtical .div-pagination {
  display: none;
}
.SliderHome .contentSlider {
  position: relative;
}
.SliderHome .contentSlider .t-box-a {
  font-family: helveticabold;
  font-size: 0.9em;
  height: 55px;
  overflow: hidden;
}
.SliderHome .contentSlider .card {
  width: 100% !important;
  border-radius: 15px;
  border: 0;
}
.SliderHome .contentSlider .card .card-body {
  position: absolute;
  bottom: 0;
  padding: 10px;
  color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}
.SliderHome .contentSlider .card .card-body.bgOdd {
  background-color: #20201E;
}
.SliderHome .contentSlider .card .card-body.bgEven {
  background-color: #800006;
}
.SliderHome .contentSlider .card .card-body .card-text {
  text-align: right;
  height: 65px;
  overflow: hidden;
  font-family: "helveticaroman";
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .SliderHome .contentSlider .card .card-body .card-text {
    height: 45px;
  }
}
.SliderHome .contentSlider .div-pagination {
  position: relative;
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #73818b;
}
.SliderHome .contentSlider .div-pagination .swiper-pagination-full {
  background-color: #FFF;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.SliderHome .contentSlider .div-pagination .swiper-pagination-full::after {
  content: "";
}
.SliderHome .contentSlider .div-pagination .swiper-pagination-full .swiper-pagination-bullet-active {
  background-color: #800006 !important;
}
.SliderHome .contentSlider .div-pagination .swiper-pagination-full .swiper-pagination-bullet {
  background-color: #C5C5C5;
  margin: 5px;
  outline: none;
}
.SliderHome .contentSlider .swiper-button-nextfull {
  right: 15px;
}
.SliderHome .contentSlider .swiper-button-prevfull {
  left: 15px;
}
.SliderHome .contentSlider .tags-Slider {
  position: absolute;
  top: -24px;
  right: 0;
  padding: 5px 10px;
  line-height: 1;
  height: 24px;
}
.SliderHome .contentSlider .tags-Slider.Egypt-tags {
  background-color: #CA4A4A;
  color: #FFF;
}
.SliderHome .contentSlider .tags-Slider.Sport-tags {
  background-color: #46863F;
  color: #FFF;
}
.SliderHome .contentSlider .tags-Slider.Video-tags {
  background-color: #006DA4;
  color: #FFF;
}
.SliderHome .contentSlider .tags-Slider.opinion-tags {
  background-color: #DBA21F;
  color: #FFF;
}
.SliderHome .contentSlider .tags-Slider.Mix-tags {
  background-color: #3F5B86;
  color: #FFF;
}
.SliderHome .contentSlider .tags-Slider.Markets-tags {
  background-color: #867D3F;
  color: #FFF;
}
.SliderHome .contentSlider .tags-Slider.Corona-tags {
  background-color: #923725;
  color: #FFF;
}
.SliderHome .contentSlider .tags-Slider a {
  color: #FFF;
  text-decoration: none;
  font-family: "helveticaroman";
  font-size: 0.8em;
}

.ReportsFiles .card {
  border: 0;
  background-color: #20201E;
  color: #FFF;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
    .ReportsFiles .card {
        background-color: transparent;
        text-align: center;
        border-bottom: 5px solid #d6000f;
    }
}
@media screen and (max-width: 768px) {
  .ReportsFiles .card img {
    width: 100%;
  }
}
.ReportsFiles .card .card-body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
    .ReportsFiles .card .card-body {
        color: #20201E;
        margin: 0 0 10px;
        background: #bdbbbb;
    }
}
.ReportsFiles .card .card-body .card-title {
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
  font-size: 1rem;
}

.BlockNews {
  padding: 20px 0;
  margin: 20px 0;
}
.BlockNews .Title-Section {
  color: #FFF;
}
.BlockNews .card {
  border-radius: 0;
  background-color: transparent;
}
.BlockNews .card img {
  border-radius: 0;
}
.BlockNews .card .card-body {
  background-color: #FFF;
}
.BlockNews .card .card-body .card-text {
  height: 50px;
  overflow: hidden;
}
.BlockNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.BlockNews .card-img-overlay .card-title {
  height: 50px;
  overflow: hidden;
}
.SectionNews {
  padding: 20px 0;
}
.SectionNews .RightSectionNews {
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .SectionNews .RightSectionNews {
    width: 100%;
  }
}
.SectionNews .RightSectionNews .titleSec {
  color: #20201E;
}
.SectionNews .RightSectionNews .card img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.SectionNews .RightSectionNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.SectionNews .RightSectionNews .card-img-overlay .card-title {
  height: 58px;
  overflow: hidden;
  font-size: 1rem;
}
.SectionNews .RightSectionNews .cardHorizontal .card-body {
  background-color: #F5F5F5;
  padding: 10px;
  height: 100%;
}
.SectionNews .RightSectionNews .cardHorizontal .card-body .card-title {
  font-size: 0.9rem;
  height: 35px;
}
.SectionNews .RightSectionNews .cardHorizontal .card-body .card-date {
  font-size: 0.8rem;
}
.SectionNews .LeftSectionNews {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .SectionNews .LeftSectionNews {
    margin: auto;
    width: 100%;
  }
}

.visitors {
  background-color: #20201E;
  border-radius: 10px;
  padding: 0 10px;
  margin: 20px 0;
}
.visitors .title-visitors {
  background-color: #F5F5F5;
  width: 70%;
  margin: auto;
  padding: 14px 10px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  font-family: "helveticaroman";
  font-size: 1em;
}
.visitors .list-group {
  padding: 0;
}
.visitors .list-group .tagsSection.Egypt-tags-Section {
  background-color: #CA4A4A;
  color: #FFF;
}
.visitors .list-group .tagsSection.News-tags-Section {
  background-color: #73818B;
  color: #FFF;
}
.visitors .list-group .tagsSection.Sport-tags-Section {
  background-color: #46863F;
  color: #FFF;
}
.visitors .list-group .tagsSection.Video-tags-Section {
  background-color: #006DA4;
  color: #FFF;
}
.visitors .list-group .tagsSection.opinion-tags-Section {
  background-color: #DBA21F;
  color: #FFF;
}
.visitors .list-group .tagsSection.Mix-tags-Section {
  background-color: #3F5B86;
  color: #FFF;
}
.visitors .list-group .tagsSection.Markets-tags-Section {
  background-color: #867D3F;
  color: #FFF;
}
.visitors .list-group .tagsSection.Corona-tags-Section {
  background-color: #923725;
  color: #FFF;
}
.visitors .list-group .list-group-item {
  background-color: transparent;
  text-align: right;
}
.visitors .list-group .num-list-group {
  font-family: "helveticaroman";
  font-size: 0.8rem;
  color: #FFF;
  padding: 3px 0;
  background-color: #73818B;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 5px;
  line-height: 1;
  border-radius: 4px;
}
.visitors .list-group .list-group-item {
  border-color: #73818B;
  padding: 20px 15px;
}
.visitors .list-group .list-group-item p {
  height: 50px;
  margin-top: 10px;
  overflow: hidden;
  font-family: "helveticaroman";
  font-size: 1rem;
  color: #FFF;
}

/*********** Section-Video ************/
.Section-Video {
  padding: 20px 0;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .Section-Video {
    padding: 20px 10px;
  }
}
.Section-Video .titleSectionNews, .Section-Video .pagelatestNews .RightSectionNews .latestNews .titleSec, .pagelatestNews .RightSectionNews .latestNews .Section-Video .titleSec, .Section-Video .pageSection .RightSectionNews .latestNews .titleSec, .pageSection .RightSectionNews .latestNews .Section-Video .titleSec, .Section-Video .Artical .RightSectionNews .titleSec, .Artical .RightSectionNews .Section-Video .titleSec, .Section-Video .sectionBottom .RightSectionNews .titleSec, .sectionBottom .RightSectionNews .Section-Video .titleSec, .Section-Video .columnNews .titleSec, .columnNews .Section-Video .titleSec, .Section-Video .BlockNews .titleSec, .BlockNews .Section-Video .titleSec, .Section-Video .SectionNews .RightSectionNews .titleSec, .SectionNews .RightSectionNews .Section-Video .titleSec {
  padding: 0;
}
.Section-Video .swiper-container-video {
  padding: 20px 0 0;
}
.Section-Video .swiper-container-video .swiper-wrapper {
  padding-bottom: 70px;
}
.Section-Video .swiper-container-video .swiper-wrapper .card {
  background-color: transparent;
  border: none;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-imags {
  position: relative;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-imags img {
  border-radius: 10px;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-imags a {
  display: block;
  width: 100%;
  height: 100%;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-imags .Icon-Video {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #D6000F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 2.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-imags .Icon-Video i {
  color: #FFF;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-body {
  text-align: right;
  padding: 0;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-body a {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.Section-Video .swiper-container-video .swiper-wrapper .card .card-body .card-text {
  height: 50px;
  overflow: hidden;
  color: #FFF;
}
.Section-Video .swiper-container-video .swiper-pagination-video .swiper-pagination-bullet {
  background-color: #FFF;
}
.Section-Video .swiper-container-video .swiper-pagination-video .swiper-pagination-bullet-active {
  background-color: #FFF;
  outline: none;
}
.Section-Video .swiper-container-video .swiper-pagination-video::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  background-color: #73818B;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.columnNews {
  padding: 20px 0;
}
.columnNews .card {
  border-radius: 0;
  background-color: transparent;
}
.columnNews .card img {
  border-radius: 0;
}
.columnNews .card .card-body {
  background-color: #F5F5F5;
}
.columnNews .card .card-body .card-text {
  height: 50px;
  overflow: hidden;
}
.columnNews .titleSec {
  color: #000;
}
.columnNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.columnNews .card-img-overlay .card-title {
  height: 50px;
  overflow: hidden;
}
.sectionBottom {
  padding: 20px 0;
}
.sectionBottom .RightSectionNews {
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .sectionBottom .RightSectionNews {
    width: 100%;
  }
}
.sectionBottom .RightSectionNews .titleSec {
  color: #000;
  padding: 0;
}
.sectionBottom .RightSectionNews .cardFirst {
  background-color: #20201E;
  color: #FFF;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sectionBottom .RightSectionNews .cardFirst .card-text {
  font-size: 0.9rem;
  height: 45px;
  overflow: hidden;
}
.sectionBottom .RightSectionNews .cardHorizontal .card-body {
  background-color: #F5F5F5;
  padding: 10px;
  height: 100%;
}
.sectionBottom .RightSectionNews .cardHorizontal .card-body .card-title {
  font-size: 0.9rem;
  height: 55px;
}
.sectionBottom .RightSectionNews .cardHorizontal .card-body .card-date {
  font-size: 0.8rem;
}
.sectionBottom .LeftSectionNews {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .sectionBottom .LeftSectionNews {
    width: 100%;
  }
}
.sectionBottom .LeftSectionNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.sectionBottom .LeftSectionNews .card-img-overlay .card-title {
  height: 50px;
  overflow: hidden;
}
.sectionBottom .LeftSectionNews .cardHorizontal {
  margin-bottom: 0 !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .sectionBottom .LeftSectionNews .cardHorizontal {
    margin-bottom: 10px !important;
  }
}
.sectionBottom .LeftSectionNews .cardHorizontal .card-body {
  color: #FFF;
}
.sectionBottom .LeftSectionNews .cardHorizontal:nth-child(odd) {
  background-color: #20201E;
}
.sectionBottom .LeftSectionNews .cardHorizontal:nth-child(even) {
  background-color: #800006;
}

.firstNews {
  padding: 0px;
}
.firstNews .RightNews {
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews {
    width: 100%;
    padding: 0;
  }
}
.firstNews .RightNews .topNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .topNews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.firstNews .RightNews .topNews .card {
  border-radius: 0;
  border: none;
  overflow: hidden;
  width: 100%;
}
.firstNews .RightNews .topNews .card img {
  border-radius: 0;
}
.firstNews .RightNews .topNews .rNewsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - (100% + 6px) / 3);
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .topNews .rNewsBlock {
    width: 100%;
    margin-bottom: 10px;
  }
}
.firstNews .RightNews .topNews .rNewsBlock .card-img-overlay {
  height: 20%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .topNews .rNewsBlock .card-img-overlay {
    height: 35%;
  }
}
.firstNews .RightNews .topNews .rNewsBlock .card-img-overlay .card-title {
  height: 64px;
  overflow: hidden;
  font-size: 1.1rem;
}
.firstNews .RightNews .topNews .lNewsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 12.1px) / 3);
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .topNews .lNewsBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.firstNews .RightNews .topNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .topNews .card-img-overlay {
    height: 50%;
  }
}
.firstNews .RightNews .topNews .card-img-overlay .card-title {
  height: 70px;
  overflow: hidden;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .topNews .card-img-overlay .card-title {
    font-size: 0.7rem;
    height: 40px;
  }
}
.firstNews .RightNews .bottomNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .bottomNews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.firstNews .RightNews .bottomNews .card {
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.firstNews .RightNews .bottomNews .card img {
  border-radius: 0;
}
.firstNews .RightNews .bottomNews .cardNewsColumn {
  width: calc((100% - 12.1px) / 3);
}
@media screen and (max-width: 768px) {
  .firstNews .RightNews .bottomNews .cardNewsColumn {
    width: 100%;
    margin-bottom: 10px;
  }
}
.firstNews .RightNews .bottomNews .card-img-overlay .card-title {
  height: 70px;
  overflow: hidden;
  font-size: 1.1rem;
}
.firstNews .leftNews {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .firstNews .leftNews {
    margin: auto;
  }
}
.firstNews .leftNews .adsBlock {
  width: 100%;
  margin-bottom: 10px;
}
.firstNews .leftNews .pdfBlock img {
  width: 100%;
  height: 130px;
  margin: auto;
}
.firstNews .leftNews .pdfBlock p {
  background-color: #800006;
  padding: 10px;
  text-align: center;
  color: #FFF;
}

/*********** Artical ************/
.Artical {
  text-align: right;
}
.Artical .RightSectionNews {
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .Artical .RightSectionNews {
    width: 100%;
  }
}
.Artical .RightSectionNews h1 {
  font-family: "helveticaroman";
  font-size: 1.4rem;
}
.Artical .RightSectionNews .Top-Tags {
  margin-bottom: 10px;
}
.Artical .RightSectionNews .Top-Tags .spanTagsBlcok {
  border-right: 6px solid #505C66;
}
.Artical .RightSectionNews .Top-Tags .spanTagsBlcok.spanTagNews {
  background-color: #73818B;
  color: #FFF;
}
.Artical .RightSectionNews .social-write {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .Artical .RightSectionNews .social-write {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .Artical .RightSectionNews .social-media {
    width: 85%;
    margin: auto;
  }
}
.Artical .RightSectionNews .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #102231;
  padding: 4px;
}
.Artical .RightSectionNews .social-media ul li {
  margin: 0 5px;
}
.Artical .RightSectionNews .social-media ul li:first-child {
  margin-right: 30px;
}
.Artical .RightSectionNews .social-media ul li:first-child p {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.Artical .RightSectionNews .social-media .shareIcon {
  position: absolute;
  right: -15px;
  top: 8px;
  background-color: #102231;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.8;
}
.Artical .RightSectionNews .social-media .shareIcon i {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .Artical .RightSectionNews .write {
    margin-bottom: 1rem;
  }
}
.Artical .RightSectionNews .write .By p {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.Artical .RightSectionNews .write .Date p {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.Artical .RightSectionNews .img-artical {
  position: relative;
  padding-bottom: 55.9%;
  margin: 1rem 0 0;
}
.Artical .RightSectionNews .img-artical img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.Artical .RightSectionNews .title-img-artical p {
  text-align: center;
  width: 100%;
  background-color: #D6000F;
  color: #FFF;
  padding: 10px;
  font-family: "helveticaroman";
  font-size: 1rem;
}
.Artical .RightSectionNews .Text-img-artical {
  padding: 20px 0 0px;
  margin-bottom: 30px;
}
.Artical .RightSectionNews .Text-img-artical p {
  font-family: "helveticabold";
  font-size: 1em;
}
.Artical .RightSectionNews .Text-img-artical .RelatedNewsArtical {
  float: left;
  max-width: 300px;
  padding: 10px 15px;
  background-color: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .Artical .RightSectionNews .Text-img-artical .RelatedNewsArtical {
    width: 100%;
    margin: 10px auto;
    float: none;
  }
}
.Artical .RightSectionNews .Text-img-artical .RelatedNewsArtical li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #FFF;
  margin-bottom: 10px;
}
.Artical .RightSectionNews .Text-img-artical .RelatedNewsArtical li:first-child {
  background-color: transparent;
  margin-bottom: 0;
}
.Artical .RightSectionNews .Text-img-artical .RelatedNewsArtical li:first-child a {
  font-family: "helveticabold";
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.Artical .RightSectionNews .Text-img-artical .RelatedNewsArtical li img {
  width: 100px;
  height: 70px;
}
.Artical .RightSectionNews .Text-img-artical .RelatedNewsArtical li .media-body {
  height: 70px;
  overflow: hidden;
  font-family: "helveticaroman";
  font-size: 0.9rem;
  padding-right: 5px;
}
.Artical .RightSectionNews .artical-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.Artical .RightSectionNews .artical-tags span {
  margin-bottom: 10px;
}
.Artical .RightSectionNews .artical-tags span a {
  padding: 0 10px;
  border-radius: 10px;
  border: 1px solid #73818B;
  margin-left: 5px;
  font-family: "helveticaroman";
  font-size: 0.8rem;
}
.Artical .RightSectionNews .titleSec {
  color: #20201E;
}
.Artical .RightSectionNews .card img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.Artical .RightSectionNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.Artical .RightSectionNews .card-img-overlay .card-title {
  height: 50px;
  overflow: hidden;
  font-size: 1rem;
}
.Artical .RightSectionNews .cardHorizontal .card-body {
  background-color: #F5F5F5;
  padding: 10px;
}
.Artical .RightSectionNews .cardHorizontal .card-body .card-title {
  font-size: 0.9rem;
  height: 35px;
}
.Artical .RightSectionNews .cardHorizontal .card-body .card-date {
  font-size: 0.8rem;
}
.Artical .LeftSectionNews {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .Artical .LeftSectionNews {
    width: 100%;
  }
}
.Artical .LeftSectionNews .cardHorizontal {
  margin-bottom: 0 !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .Artical .LeftSectionNews .cardHorizontal {
    margin-bottom: 10px !important;
  }
}
.Artical .LeftSectionNews .cardHorizontal .card-body {
  color: #FFF;
}
.Artical .LeftSectionNews .cardHorizontal:nth-child(odd) {
  background-color: #20201E;
}
.Artical .LeftSectionNews .cardHorizontal:nth-child(even) {
  background-color: #800006;
}
.Artical .btnReadMore {
  background-color: #D6000F;
  color: #FFF;
  padding: 5px 10px;
  width: 120px;
  text-align: center;
  margin: 20px auto;
  display: block;
}

.pageSection {
  padding: 30px 0;
}
.pageSection .RightSectionNews {
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews {
    width: 100%;
  }
}
.pageSection .RightSectionNews .topNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews .topNews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageSection .RightSectionNews .topNews .card {
  border-radius: 0;
  border: none;
  overflow: hidden;
}
.pageSection .RightSectionNews .topNews .card img {
  border-radius: 0;
}
.pageSection .RightSectionNews .topNews .rNewsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - (100% + 6px) / 3);
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews .topNews .rNewsBlock {
    width: 100%;
    margin-bottom: 10px;
  }
}
.pageSection .RightSectionNews .topNews .rNewsBlock .card-img-overlay {
  height: 20%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews .topNews .rNewsBlock .card-img-overlay {
    height: 35%;
  }
}
.pageSection .RightSectionNews .topNews .rNewsBlock .card-img-overlay .card-title {
  height: 45px;
  overflow: hidden;
  font-size: 1.1rem;
}
.pageSection .RightSectionNews .topNews .lNewsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc((100% - 12.1px) / 3);
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews .topNews .lNewsBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.pageSection .RightSectionNews .topNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews .topNews .card-img-overlay {
    height: 50%;
  }
}
.pageSection .RightSectionNews .topNews .card-img-overlay .card-title {
  height: 45px;
  overflow: hidden;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews .topNews .card-img-overlay .card-title {
    font-size: 0.9rem;
    height: 38px;
  }
}
.pageSection .RightSectionNews .blockCardSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.pageSection .RightSectionNews .blockCardSection .cardSection {
  width: calc((100% - 12.1px) / 3);
  margin-bottom: 7px;
}
@media screen and (max-width: 768px) {
  .pageSection .RightSectionNews .blockCardSection .cardSection {
    width: 100%;
  }
}
.pageSection .RightSectionNews .blockCardSection .cardSection .card-body {
  background-color: #F5F5F5;
  font-family: "helveticabold";
}
.pageSection .RightSectionNews .blockCardSection .cardSection .card-text {
  height: 50px;
  overflow: hidden;
}
.pageSection .RightSectionNews .latestNews {
  margin: 20px 0;
}
.pageSection .RightSectionNews .latestNews .titleSec {
  color: #20201E;
}
.pageSection .RightSectionNews .latestNews .card img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageSection .RightSectionNews .latestNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.pageSection .RightSectionNews .latestNews .card-img-overlay .card-title {
  height: 50px;
  overflow: hidden;
  font-size: 1rem;
}
.pageSection .RightSectionNews .latestNews .cardHorizontal .card-body {
  background-color: #F5F5F5;
  padding: 10px;
  height: 100%;
}
.pageSection .RightSectionNews .latestNews .cardHorizontal .card-body .card-title {
  font-size: 0.9rem;
  height: 40px;
}
.pageSection .RightSectionNews .latestNews .cardHorizontal .card-body .card-date {
  font-size: 0.8rem;
}
.pageSection .RightSectionNews .latestNews .btnReadMore {
  background-color: #D6000F;
  color: #FFF;
  padding: 5px 10px;
  width: 120px;
  text-align: center;
  margin: 20px auto 0 0;
  display: block;
}
.pageSection .LeftSectionNews {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .pageSection .LeftSectionNews {
    width: 100%;
  }
}
.pageSection .LeftSectionNews .visitors {
  margin-top: 0;
}
.pageSection .LeftSectionNews .cardHorizontal {
  margin-bottom: 0 !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .pageSection .LeftSectionNews .cardHorizontal {
    margin-bottom: 10px !important;
  }
}
.pageSection .LeftSectionNews .cardHorizontal .card-body {
  color: #FFF;
}
.pageSection .LeftSectionNews .cardHorizontal:nth-child(odd) {
  background-color: #20201E;
}
.pageSection .LeftSectionNews .cardHorizontal:nth-child(even) {
  background-color: #800006;
}

.pagelatestNews {
  padding: 20px 0;
}
.pagelatestNews .RightSectionNews {
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .pagelatestNews .RightSectionNews {
    width: 100%;
  }
}
.pagelatestNews .RightSectionNews .latestNews {
  margin: 20px 0;
}
.pagelatestNews .RightSectionNews .latestNews .titleSec {
  color: #20201E;
}
.pagelatestNews .RightSectionNews .latestNews .card img {
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.pagelatestNews .RightSectionNews .latestNews .card-img-overlay {
  font-family: "helveticaroman";
  font-size: 1rem;
}
.pagelatestNews .RightSectionNews .latestNews .card-img-overlay .card-title {
  height: 50px;
  overflow: hidden;
  font-size: 1rem;
}
.pagelatestNews .RightSectionNews .latestNews .cardHorizontal .card-body {
  background-color: #F5F5F5;
  padding: 10px;
  height: 100%;
}
.pagelatestNews .RightSectionNews .latestNews .cardHorizontal .card-body .card-title {
  font-size: 0.9rem;
  font-family: "helveticabold";
  height: 75px;
}
.pagelatestNews .RightSectionNews .latestNews .cardHorizontal .card-body .card-date {
  font-size: 0.8rem;
}
.pagelatestNews .RightSectionNews .latestNews .btnReadMore {
  background-color: #D6000F;
  color: #FFF;
  padding: 5px 10px;
  width: 120px;
  text-align: center;
  margin: 20px auto 0 0;
  display: block;
}
.pagelatestNews .RightSectionNews .pagination {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.pagelatestNews .RightSectionNews .pagination .page-item.active .page-link {
  background-color: #D6000F;
  color: #FFF;
  border-color: #D6000F;
}
.pagelatestNews .RightSectionNews .pagination .page-item .page-link {
  color: #20201E;
}
.pagelatestNews .RightSectionNews .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #F5F5F5;
  color: #20201E;
}
.pagelatestNews .RightSectionNews .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: #F5F5F5;
  color: #20201E;
}
.pagelatestNews .LeftSectionNews {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .pagelatestNews .LeftSectionNews {
    width: 100%;
  }
}
.pagelatestNews .LeftSectionNews .visitors {
  margin-top: 0;
}
.pagelatestNews .LeftSectionNews .cardHorizontal {
  margin-bottom: 0 !important;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .pagelatestNews .LeftSectionNews .cardHorizontal {
    margin-bottom: 10px !important;
  }
}
.pagelatestNews .LeftSectionNews .cardHorizontal .card-body {
  color: #FFF;
}
.pagelatestNews .LeftSectionNews .cardHorizontal:nth-child(odd) {
  background-color: #20201E;
}
.pagelatestNews .LeftSectionNews .cardHorizontal:nth-child(even) {
  background-color: #800006;
}
/*# sourceMappingURL=mian.css.map */