body {
  font-family: Arial, 'Noto Sans HK', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 21px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  h2 {
    font-size: 26px
  }
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.section {
  padding: 20px 0px;
}

.section.section-footer {
  width: 100vw;
  padding-top: 40px;
  padding-bottom: 10px;
}

.section.section-video {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#000),
      to(#495057));
  background-image: linear-gradient(0deg, #000, #495057);
}

.section.section-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  max-width: 1320px;
}

.container.promotional-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h5 {
  width: 100%;
}

.typography-flexbox-3 {
  width: 50px;
  margin-right: 50px;
}

.typography-flexbox-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.branding-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-top: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #e50020;
}

.non-p-r {
  color: #212529;
  font-size: 16px;
  line-height: 18.8px;
}

.branding-div-right {
  padding-bottom: 75px;
}

.typography-flexbox-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-left: 75px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #adb5bd;
}

.branding-left-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.typography-flexbox-5 {
  width: 100px;
}

.typography-flexbox-td {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  color: #4c4348;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.typography-flexbox-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  margin-right: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.branding-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #101820;
}

.typography-flexbox-4 {
  width: 75px;
  margin-right: 50px;
}

.typography-flexbox-th {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  color: #adb5bd;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.branding-right-title {
  margin-top: 75px;
  margin-left: 75px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 100%;
}

.p-s {
  color: #212529;
  font-size: 12px;
  line-height: 14.1px;
  font-weight: 400;
}

.branding-left-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 100%;
  text-align: right;
}

.typography-flexbox-2 {
  width: 225px;
  margin-right: 50px;
}

.p-r {
  color: #212529;
  font-size: 16px;
  line-height: 32px;
}

.separatedline {
  width: 100px;
  height: 1px;
  background-color: #fff;
  color: #fff;
}

.h6-b {
  font-weight: 600;
}

.p-16r {
  font-size: 16px;
  line-height: 24px;
}

.p-16b {
  font-size: 16px;
  line-height: 24px;
}

.p-14r {
  line-height: 21px;
}

.p-14b {
  font-weight: 600;
}

.c-r {
  font-size: 12px;
  line-height: 18px;
}

.c-b {
  font-size: 12px;
  line-height: 18px;
}

.footnote {
  font-size: 10px;
  line-height: 15px;
}

.page-titlte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear,
      right top,
      left top,
      from(#a30700),
      to(#e50020));
  background-image: linear-gradient(270deg, #a30700, #e50020);
  color: #fff;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  margin-left: auto;
}

.promotional-bar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#e50020),
      to(#a30700));
  background-image: linear-gradient(90deg, #e50020, #a30700);
}

.promotional-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promotional-right {
  margin-left: auto;
}

.promotional-text {
  color: #fff;
}

.promotional-text.date-text {
  margin: 0px 15px;
}

.promotional-bar-link {
  margin-left: 30px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  text-decoration: none;
}

.container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.image {
  height: 50px;
}

.nav-menu-link {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px;
  border-bottom: 2px solid rgba(229, 0, 32, 0);
  font-family: 'Noto Sans TC', sans-serif;
  color: #101820;
  font-size: 16px;
  line-height: 150%;
}

.nav-menu-link:hover {
  border-bottom-color: #e50020;
}

.nav-menu {
  margin-left: 45px;
}

.nav-menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-search {
  width: 24px;
  height: 24px;
  background-image: url('../images/search.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-text-only {
  padding: 0px;
  background-color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  color: #e50020;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}

.btn-text-only.btn-login {
  margin-left: 30px;
}

.body {
  background-color: #f8f9fa;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-symbol {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-image: url('../images/Logo-Shape.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #101820;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.secondary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 60px;
}

.btn-secondary-menu {
  margin-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #e50020;
  border-radius: 100px;
  background-color: #fff;
  font-family: 'Noto Sans TC', sans-serif;
  color: #101820;
}

.btn-secondary-menu:hover {
  background-color: #e50020;
  color: #fff;
}

.btn-secondary-menu.btn-english-text {
  font-family: Inter, sans-serif;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slide-nav {
  display: none;
}

.mask {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-menu-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 20px;
  background-color: transparent;
}

.slide {
  width: auto;
}

.slide-1 {
  width: 103px;
}

.slide-2 {
  width: 103px;
}

.footer-top {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-bottom {
  margin-top: 40px;
}

.footer-branding-text {
  margin-top: 10px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
}

.footer-div-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: 2px solid #fff;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
}

.footer-menu-item {
  display: block;
  padding: 5px 10px;
  color: #adb5bd;
  text-decoration: none;
}

.footer-menu-item:hover {
  color: #fff;
}

.english-text {
  font-family: Inter, sans-serif;
}

.footer-app-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-app-img {
  width: 75px;
}

.footer-app-text {
  margin-top: 10px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  text-align: center;
}

.separated-line {
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  background-color: #fff;
}

.footer-bottom-t-c {
  font-family: 'Noto Sans TC', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.footer-bottom-t-c a {
  color: #fff;
}

.topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .share-facebook {
  width: 36px;
  height: 36px;
  background-image: url('../images/Icon-Facebook.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
} */

.share-whatsapp {
  width: 36px;
  height: 36px;
  margin-left: 15px;
  background-image: url('../images/Icon-WhatsApp.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.style-separated-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
}

.line-blue {
  width: 50px;
  height: 100%;
  background-color: #2e3192;
}

.line-green {
  width: 50px;
  height: 100%;
  background-color: #00aaa5;
}

.line-yellow {
  width: 50px;
  height: 100%;
  background-color: #d7df23;
}

.line-branding {
  width: 100%;
  height: 100%;
  background-color: #e50020;
}

.logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hr-line {
  width: 2px;
  height: 50px;
  margin-right: 30px;
  margin-left: 30px;
  background-color: #adb5bd;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #101820;
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.content-paragraph {
  max-width: 1098px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #101820;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
}

.section.footer-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #6c757d;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .promotional-bar {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.navbar-container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .footer-app-flexbox {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .footer-app-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topbar {
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section.section-footer {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.section-video {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.section-content {
    padding-right: 16px;
    padding-left: 16px;
  }

  .h5 {
    height: auto;
    font-size: 18px;
    line-height: 22.7px;
  }

  .h2 {
    font-size: 36px;
    line-height: 45.5px;
  }

  .branding-div-left {
    width: 100%;
    height: 20vh;
    padding-top: 5vh;
  }

  .branding-div-right {
    width: 100%;
  }

  .branding-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h3 {
    font-size: 30px;
    line-height: 37.9px;
  }

  .branding-right-title {
    margin-left: 30px;
  }

  .p-s {
    font-size: 11px;
    line-height: 12.9px;
  }

  .h1 {
    font-size: 48px;
    line-height: 60.6px;
  }

  .p-r {
    font-size: 14px;
    line-height: 28px;
  }

  .h4 {
    font-size: 22px;
    line-height: 27.8px;
  }

  .promotional-bar {
    padding-right: 16px;
    padding-left: 16px;
  }

  .promotional-left {
    display: none;
  }

  .promotional-right {
    display: none;
  }

  .container.navbar-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .secondary-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mask {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .footer-top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-top-div.invisible {
    display: none;
  }

  .footer-top-div.footer-branding-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-menu-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-menu-item {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-app-flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .topbar {
    padding: 10px 16px;
  }

  .hr-line {
    height: 35px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .heading {
    font-size: 36px;
  }

  .section.footer-div {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-3 {
    height: 35px;
  }

  .image-4 {
    height: 35px;
  }
}

.row {
  margin-left: 0px;
}

.cscra-footer-background {
  background-image: linear-gradient(180deg, #2b2d42, #000);
}

@media screen and (max-width: 479px) {
  .shareicons-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  /* .share-facebook {
    width: 24px;
    height: 24px;
  } */
  .share-whatsapp {
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
}

/* Landing Page */
/* hide the promotional bar */
.trending-top-bar {
  display: none;
}

/* NavBar Container: Flexbox */
.cscra-header>.container {
  display: flex;
  align-items: center;
}

/* NavBar Container: Margin Left */
.cscra-header-right {
  margin-left: auto;
}

-por

/* NavBar: Add customized border for branding colour */
.cscra-header {
  border-top: 10px solid #E50020;
}

/* NavBar Logo: Adjust the padding */
.cscra-brand {
  padding: 5px 0 5px;
}

/* NavBar: adjust the padding of the menu */
.cscra-navigation>ul>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* NavBar Menu: adjust the menu text size */
.cscra-navigation>ul>li>a>.menu-text {
  font-size: 16px;
}

/* NavBar Search Icons: Adjust the search icon size & margin*/
.header-links-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

/* NavBar Hamburger Icon: Hide the hamburger icon */
.cscra-toggle {
  display: none;
}

/* Landing Page Display Ad Padding */
.cscra-promotion {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Remove the default padding-bottom */
.cscra-primary-posts {
  padding-bottom: 0px;
}

/* Banner Post Info: Ajust the padding */
.cscra-primary-posts .post-info {
  padding: 20px;
}

.cscra-primary-posts .post-info.small-post-info {
  padding: 5px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 50%);
}

/* Banner Post Category: Adjust the padding */
.cscra-primary-posts .post-category {
  top: 20px;
  left: 20px;
}


/* Post Title: Adjust the post title formatting (i.e. font size & border) */
.posts-title {
  border-left: 5px solid #E50020;
  font-size: 24px;
}

/* Post Title - Padding: Adjust the post title padding */
.posts-title>span {
  padding-left: 15px;
}

/* Post Title - Padding: Adjust the view all colour */
.posts-title .view-all {
  color: #101820;
}

/* Post Category: Adjust the category colour */
.post-category a {
  background: white;
}

/* Post View: Adjust the view background */
span.post-views-item {
  background: #E50020;
  color: #FFFFFF;
}



/* Page Title: Adjust the formatting of the background */
.cscra-page-title {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#a30700), to(#e50020));
  background-image: linear-gradient(270deg, #a30700, #e50020);
  color: #fff;
}

/* Page Title: Adjust the padding-bottom of the heading */
.cscra-page-title .page-title {
  padding-bottom: 0px;
  margin: 0px;
}

.cscra-unit-fix {
  padding: 20px 20px 0px 20px;
}

@media screen and (max-width: 991px) {
  .cscra-unit-fix {
    padding: 0 16px;
  }

}

/* Categories Widget Post Count: Adjust the formatting */
.widget_categories ul li span.post-count,
.widget_archive ul li span.post-count {
  background: #E50020;
  color: #ffffff;
}

/* Search Overlay: Adjust the formatting of the search back icon */
span.overlay-back.search-back {
  color: #E50020;
}

/* Search Overlay Recent Search Post Title */
.search-recent-post-wrap .posts-title {
  padding: 0px;
  margin-bottom: 20px;
}

/* Article Page: Adjust the content padding */
.post-detail-wrap {
  padding: 40px 0;
  text-align: justify;
}

/* Article Page Meta Data */
.cscra-post-meta {
  padding: 0px 0px 0px 0px;
}

/* Article Page Next Post Control */
.cscra-blog-controls {
  padding: 0 0 40px;
}

/* Article Page: Hide Post Meta Data (include the share icon) */

.post-share {
  display: none;
}

/* Adjust the colour of the link */
a:hover,
.cscra-topbar ul li a:hover,
.cscra-navigation>ul>li:hover>a,
.dropdown-nav>li:hover>a,
.post-meta ul li a:hover,
.cscra-primary-posts .post-item a:hover,
.posts-title .view-all:hover,
.cscra-widget ul li a:hover,
.items-style-five .post-info a:hover,
.cscra-social.square a:hover,
.cscra-social.rounded a:hover,
.footer-widget .post-title a:hover,
.tweet-item .tweet-info a:hover,
.masonry-filters ul li a:hover,
.masonry-filters ul li a.active,
.cscra-copyright a:hover,
.comment-reply-link:hover,
.comments-reply:hover i,
.cscra-fullscreen-navigation .cscra-navigation ul>li:hover>a,
.dropdown-nav>li.current-menu-item>a,
.cscra-navigation li.current-menu-ancestor>a,
.cscra-navigation>ul>li.active>a {
  color: #E50020;
}

/* Adjust the colour of highlight */
::selection {
  background: #E50020;
  color: #ffffff;
}


/* Adjust padding of icons on the nav bar */
.login-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Adjust the hamburger icon on mobile */
.mean-container a.meanmenu-reveal {
  padding: 24px 10px 10px 10px;
  top: 0px;
}


.first_page ul.login_methods li.login_method .login_button .login {
  background-color: #E50020;
}


.mean-container .mean-nav {
  margin-top: 70px;
}


.cscra-mid-wrap {
  padding: 0px;
}

.wp-pagenavi a {
  border: 1px solid #E9ECEF;
  color: #101820;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.wp-pagenavi span.current {
  border-radius: 5px;
  border: none;
  background-color: #E50020;
  color: #ffffff;
}

/* Landing Page */
/* hide the promotional bar */
.trending-top-bar {
  display: none;
}

/* NavBar Container: Flexbox */
.cscra-header>.container {
  display: flex;
  align-items: center;
}

/* NavBar Container: Margin Left */
.cscra-header-right {
  margin-left: auto;
}

/* NavBar: Add customized border for branding colour */
.cscra-header {
  border-top: 10px solid #E50020;
}

/* NavBar Logo: Adjust the padding */
.cscra-brand {
  padding: 5px 0 5px;
}

/* NavBar: adjust the padding of the menu */
.cscra-navigation>ul>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* NavBar Menu: adjust the menu text size */
.cscra-navigation>ul>li>a>.menu-text {
  font-size: 16px;
}

/* NavBar Search Icons: Adjust the search icon size & margin*/
.header-links-wrap {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
}

/* NavBar Hamburger Icon: Hide the hamburger icon */
.cscra-toggle {
  display: none;
}

/* Landing Page Display Ad Padding */
.cscra-promotion {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Remove the default padding-bottom */
.cscra-primary-posts {
  padding-bottom: 20px;
}

/* Banner Post Info: Ajust the padding */
.cscra-primary-posts .post-info {
  padding: 20px;
}

/* Banner Post Category: Adjust the padding */
.cscra-primary-posts .post-category {
  top: 20px;
  left: 20px;
}


/* Post Title: Adjust the post title formatting (i.e. font size & border) */
.posts-title {
  border-left: 5px solid #E50020;
  font-size: 24px;
}

/* Post Title - Padding: Adjust the post title padding */
.posts-title>span {
  padding-left: 15px;
}

/* Post Title - Padding: Adjust the view all colour */
.posts-title .view-all {
  color: #101820;
}

/* Post View: Adjust the view background */
span.post-views-item {
  background: #E50020;
  color: #FFFFFF;
}



/* Page Title: Adjust the formatting of the background */
.cscra-page-title {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  align-items: center;
  background-image: -webkit-gradient(linear, right top, left top, from(#a30700), to(#e50020));
  background-image: linear-gradient(270deg, #a30700, #e50020);
  color: #fff;
}

/* Page Title: Adjust the padding-bottom of the heading */
.cscra-page-title .page-title {
  padding-bottom: 0px;
}


/* Categories Widget Post Count: Adjust the formatting */
.widget_categories ul li span.post-count,
.widget_archive ul li span.post-count {
  background: #E50020;
  color: #ffffff;
}

/* Search Overlay: Adjust the formatting of the search back icon */
span.overlay-back.search-back {
  color: #E50020;
}

/* Search Overlay Recent Search Post Title */
.search-recent-post-wrap .posts-title {
  padding: 0px;
  margin-bottom: 20px;
}

/* Article Page Meta Data */
.cscra-post-meta {
  padding: 0px 0px 0px 0px;
}

/* Article Page Next Post Control */
.cscra-blog-controls {
  padding: 0 0 40px;
}

/* Article Page: Hide Post Meta Data (include the share icon) */

.post-share {
  display: none;
}

/* Adjust the colour of highlight */
::selection {
  background: #E50020;
  color: #ffffff;
}


/* Adjust padding of icons on the nav bar */
.login-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.search-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Adjust the hamburger icon on mobile */
.mean-container a.meanmenu-reveal {
  padding: 24px 10px 10px 10px;
  top: 0px;
  transition: none 0s;
}

@media screen and (min-width:767px) {
  .mean-container a.meanmenu-reveal.meanclose {
    padding: 36px 10px 10px 10px;
  }
}

.first_page ul.login_methods li.login_method .login_button .login {
  font-size: 16px;
  background-color: #E50020;
}


.mean-container .mean-nav {
  margin-top: 70px !important;
}


.cscra-mid-wrap {
  padding: 0px;
}

.wp-pagenavi a {
  border: 1px solid #E9ECEF;
  color: #101820;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}



.cscra-post-detail .row {
  margin-top: 40px;
  margin-bottom: 80px;
}

.row {
  margin-right: 0px
}

@media screen and (max-width: 799px) {
  .container {
    padding: 0 16px;
  }
}

.cscra-primary,
.wpb_column.vc_col-sm-8 {

  padding-right: 0px;
  padding-left: 0px;
}


.mean-container .mean-nav ul li.current-menu-ancestor>a,
.mean-container li.current-menu-item.active>a {
  color: #E50020;
}

.vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.vc_column_container>.vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}



@media screen and (max-width: 767px) {
  .section.section-footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mean-container a.meanmenu-reveal.meanclose {
    padding: 27px 10px 10px 10px;
  }
}




/* Adjust the top and bottom padding of the top banner */
.cscra-primary-posts {
  padding-top: 10px;
  padding-bottom: 40px;
}


/* Hide the view count for the post meta */
.post-meta ul .post-views-item-two {
  display: none;
}

/* Adjust the default listing grid padding */
.default-listing .post-info {
  padding: 15px;
  width: 100%;
}


/* Inner Page Adjustment */
.cscra-page-title {
  padding: 20px;
}

.cscra-page-wrap {
  background-color: #F8F9FA;
}


.cscra-post-detail>.row {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 80px;
}


.cscra-blog-controls {
  padding: 0px;
  border-bottom: none;
  margin-bottom: 0px;
}

.cscra-blog-controls>.row {
  margin: 0px;
}

.cscra-widget {
  padding-bottom: 0px;
}

@media screen and (max-width: 479px) {
  .cscra-mid-wrap.padding-cnt-no.full-width>.container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.container.w-container.no-subcategory {
  margin-top: 0px;
}

.search-recent-post-wrap {
  display: none;
}

/* truncate the excerpt in search result page */
.custom-text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}

@-moz-document url-prefix() {
  .custom-text-truncate {
    overflow: hidden;
    position: relative;
    max-height: 6rem;
  }

  .custom-text-truncate:before {
    background: #ffffff;
    bottom: 0;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -2rem;
    width: 1.85rem;
  }

  .custom-text-truncate:after {
    content: '';
    background: #ffffff;
    position: absolute;
    height: 50px;
    width: 100%;
    z-index: 1;
  }
}


/* make the search pop up transparent */
.cscra-search-wrap.open {
  background-color: rgba(16, 24, 32, 0.5) !important;
}

.cscra-table-container {
  background-color: white;
  min-height: 15rem;
}

/* hidding the category tag in the banner */
.cscra-primary-posts.primary-posts-style-three>.row>div>.post-item>.cscra-image>.post-category {
  display: none;
}

.cscra-mid-wrappadding-cnt-no.full-width>.container {
  padding: 0 !important
}

.cscra-search {
  padding: 40px 0px 0px 0px
}

/* remove horizontal padding in search result page */
.container.no-padding {
  padding: 0;
}

/* remove padding in post view */
.blog-details-formatting.no-padding {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .blog-details-formatting.cscra-primary.no-padding {
    width: calc(100% + 40px);
    margin: 0 -16px;
  }
}


.cscra-blog-post.col-md-6 {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {

  .cscra-secondary,
  .wpb_column.vc_col-sm-4 {
    float: left;
    width: 100%;
    padding: 0px 0px 40px;
  }

  .cscra-content-side.col-md-12 {
    padding: 0px;
  }

}

@media screen and (max-width: 767px) {

  .post-item,
  .items-style-four .post-item,
  .items-spacer-eight .post-item {
    margin-bottom: 0px;
  }

  .cscra-secondary,
  .wpb_column.vc_col-sm-4 {
    float: left;
    width: 100%;
    padding: 0px 0px 40px;
  }
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0px;
}

.blog-items-wrap {
  padding-bottom: 20px;
}

.posts-title-wrap {
  padding-bottom: 20px;
}

.fit-content-height.cscra-blog-post {
  height: fit-content !important;
}

.cscra-blog-post.search-custom-padding {
  padding: 0px 8px 20px 8px;
  height: fit-content;
}


@media screen and (max-width: 575px) {
  .cscra-blog-post.search-custom-padding {
    padding: 0px 0px 15px 0px;
  }
}

.cscra-search.cscra-content-side.col-md-12 {
  padding: 40px 0px 80px 0px;
}


@media screen and (max-width: 991px) {

  .cscra-secondary.details-page-secondary {
    padding: 40px 0px 0px 0px;
  }
}


#content-video {
  margin-top: 0px;
}

.single .cscra-blog-post.post {
  padding: 0px 0px 20px 0px;
}

.post-category {
  display: flex;
}

.cscra-secondary,
.wpb_column.vc_col-sm-4 {
  padding-right: 0px;
}

/* styling for feature page */
.custom {
  background-image: linear-gradient(270deg, #a30700, #e50020);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.custom:after {
  background: inherit;
}

.feature-page-block {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.feature-page-block .row .post {
  padding-bottom: 0;
}

.feature-page-block.last {
  margin-bottom: 80px;
}

.custom .section-title {
  font-size: 26px;
  padding-bottom: 0;
  margin-bottom: 20px;
  line-height: 44px;
}

.container.feature-page {
  padding-left: 0;
  padding-right: 0;
}

/* style for program detail page */
.program-detail.post-item>.post-image>img {
  aspect-ratio: 16/9;
  object-fit: cover;
}

.program-detail.first.row {
  margin-bottom: 0;
}

.outer-row {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.inner-row {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  /* 	box-shadow: 0.05rem 0.1rem 0.3rem -0.03rem rgba(0, 0, 0, 0.45); */
  border-radius: 8px;
}

.wrapper.flexbox {
  display: flex;
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}

.wrapper.flexbox .posts-control {
  position: absolute;
  cursor: pointer
}

.wrapper.flexbox .posts-control.left {
  left: 0;
  top: 40%;
}

.wrapper.flexbox .posts-control.right {
  right: 0;
  top: 40%;
  text-align: right;
}

.wrapper.flexbox .posts-control i {
  font-size: 2rem;
}

.wrapper.flexbox.col-md-12.mobile {
  padding-left: 1rem;
  padding-right: 0;
}

.program-detail.second.row {
  margin-top: 0px;
  margin-bottom: 0;
  overflow-x: scroll;
  padding: 0;
  padding-top: 1%;
  height: max-content;
}

.posts-title.program-detail {
  margin-bottom: 10px;
}

.post.program-detail {
  padding: 5px;
}

.post-item.program-detail {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.001);
  ;
  height: 100%
}

.post-item.program-detail .post-image {
  padding-bottom: 0;

}

.post-item.program-detail .post-title {
  padding: 5px;
}

.post-item.program-detail .post-title div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.post-item.highlight.program-detail {
  color: #E50020;
}

.program-detail.post:hover {
  position: relative;
  bottom: 10px;
}

.program-detail.post-item.highlight {
  position: relative;
}

.program-detail.post-item.highlight>.post-image>.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  font-weight: bolder;
}

.program-detail.post.mobile {
  max-width: 90% !important;
}

/* Remove 一秒承諾 margin-bottom */
.custom {
  margin-bottom: 0px;
}

.posts-title.program-detail {
  margin-left: 20px;
}

/* ad enquiry page */
.logo-container.desktop {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.logo-container.mobile {
  display: none;
}

@media screen and (max-width: 910px) {
  .logo-container.desktop {
    display: none;
  }

  .logo-container.mobile {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

.ad-enquiry-container {
  padding: 0 6rem;
  margin: 40px 0 80px 0;
}

.ad-enquiry.flexbox {
  display: flex;
}

.open-tv-container {
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
  width: 60%;
}

.open-tv-container>img {
  height: 5rem;
  margin-bottom: 2rem;
}

.open-tv-container>div {
  text-align: center;
  line-height: 2rem;
}

.logo-container>div {
  width: 45%;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px;
  margin: 0 0.5rem;
  justify-content: center
}

.logo-container>div>img {
  height: 2rem;
}

.price-list-container {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 40%;
  padding: 0 20px;
}

.price-list-container>div {
  border-bottom: #E50020 solid 1px;
  padding: 10px 0;
}

.price-list-container>div:last-child {
  border-bottom: transparent;
}

.price-list-container>div>h3 {
  margin-top: 0;
  font-size: 24px;
}

.price-list>ul {
  list-style: none;
  padding-left: 20px;
}

.facebook-img {
  background-color: #E50020;
  width: 100%;
  border-radius: 5px;
  font-family: Lato;
  color: white;
  padding: 3px 10px;
}

.facebook-img #eng {
  font-size: 16px;
}

.facebook-img #facebook {
  font-size: 24px;
  font-weight: bolder
}

.facebook-img #zh {
  font-family: montserrat;
  line-height: 30px;
  font-size: 14px;
}

@media screen and (max-width: 910px) {
  .ad-enquiry.flexbox {
    flex-direction: column;
  }

  .open-tv-container {
    width: 100%;
  }

  .price-list-container {
    width: 100%;
  }

  .ad-enquiry-container {
    padding: 0;
  }
}

/* share button from jetpack */
.sharedaddy .sd-sharing .sd-content .share-customize-link {
  display: none;
}

/* text truncate for cat tag */

.cat-tag {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* style for EPG */
.epg.row {
  margin: 40px 0;
}

.category {
  margin-bottom: 20px;
}

.category-name {
  text-align: center;
  font-weight: bolder;
  font-weight: 18px;
}

.channel {
  margin-bottom: 20px;
}

.channel>div {
  background-color: lightsteelblue;
  border-radius: 15px;
  padding: 0 20px;
  height: 290px;
}

.channel-image {
  height: 50%;
  display: flex;
  align-items: center;
}

.channel-info {
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.channel-name,
.channel-number {
  text-align: center;
  font-weight: bolder;
  font-size: 18px;
}

.banner-container {
  margin-bottom: 20px;
}

.date-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}

.date {
  padding: 1px 1.5rem;
  text-align: center;
}

.date:hover {
  border: 1px #ddd solid;
  border-bottom: transparent;
  border-radius: 5px 5px 0 0;
}

.date.highlight {
  border-bottom: 1px solid transparent;
  background-color: #E50020;
  color: white;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .date-container {
    display: block;
  }

  .date {
    padding: 5px 15px;
    text-align: center;
  }

  .date:hover {
    border-radius: 5px;
    border-bottom: #ddd 1px solid;
  }

  .date.highlight {
    border-radius: 5px;
  }
}

.epg .program:nth-child(odd) {
  background-color: #F8F7F7;
}

.epg .program:last-child {
  border-bottom: transparent;
}

.program {
  display: flex;
  border-bottom: 1px #ddd solid;
}

.program div {
  padding: 20px 10px;
}

.program .time {
  width: 30%;
}

.program .program-name {
  width: 40%;
  text-align: start;
}

.program .remark {
  width: 30%;
  text-align: end;
}

.program.not-available {
  display: flex;
  justify-content: center;
  font-weight: bolder;
  padding-top: 40px;
}

.foot-note-container {
  padding: 20px 0 60px 0;
  margin-bottom: 40px;
}

.foot-note-container .foot-notes {
  display: flex;
  border-bottom: #ddd 1px solid;
}

.foot-note-container .foot-notes div {
  padding: 20px 5px;
}

/* landing page */
.mobile-banner {
  display: none;
}

@media screen and (max-width: 575px) {
  .mobile-banner {
    display: block;
    margin-top: 20px;
  }

  .dekstop-banner {
    display: none;
  }
}

/* disable horizontal scroll for the whole website */
body {
  overflow-x: hidden;
}

.text-logo {
  display: flex;
}

.cscra-image>a>img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.homepage-margin-top {
  margin-top: 40px;
}

/* IC-530 from JIRA */
.post-detail-wrap a {
  color: #E50020;
}

.post-detail-wrap a:hover {
  text-decoration: underline;
}

/* post detail */
.post-detail-wrap div,
.post-detail-wrap p {
  font-size: 18px;
  line-height: 180%
}

@media screen and (max-width: 992px) {

  .post-detail-wrap div,
  .post-detail-wrap p {
    font-size: 16px;
  }
}

.homepage-padding-top.wpb_column.vc_column_container.text-default.vc_col-sm-4 {
  margin-top: 40px;
}

/* Add margin-bottom of the general ad */
.code-block.code-block-1>div>div>iframe {
  margin-bottom: 20px;
}

/* Add margin-bottom of the jumbo ad */
.code-block.code-block-2>div>div>iframe {
  margin-bottom: 40px;
}

/* Add Broadband Customer Service Button */
.applycable_chib {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.applycable_chib>a {
  width: 100%;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  padding: 5px 30px;
  background: #E50020;
  color: white;
  border-radius: 5px;
}

.applycable_chib>a:hover {
  color: white;
  background: #A30700;
}

.cscra-btn {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  padding: 5px 30px;
  background: #E50020;
  color: white;
  border-radius: 5px;
}

.cscra-btn:hover {
  color: white;
  background: #A30700;
}

.post-item.cscra-hover .post-category a {
  background: none;
}

.post-item.cscra-hover .post-category a {
  background: none;
}

.cscra-blog-post>div.cscra-unit-fix>title {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  text-transform: capitalize;
}

@media screen and (max-width: 992px) {
  .cscra-blog-post>div.cscra-unit-fix>title {
    font-size: 24px;
  }
}


/* Covid-19 Banner */
.covid-19-banner { 
  margin-bottom: 40px;
}