.wp-content {
  background-color: #f0f6ff;
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.layer_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f0f6ff;
  opacity: 0.8;
  z-index: 2;
}

main {
  display: flex;
  justify-content: center;
  padding: 15px 0px 30px 0px;
  position: relative;
  z-index: 9;
}

.main-content {
  border-radius: 40px;
  padding: 15px 0px 15px;
}

.main-content .wp-title {
  font-size: 35px;
  color: linear-gradient(180deg,
      hsl(209deg 100% 60%) 0%,
      hsl(209deg 100% 59%) 11%,
      hsl(209deg 100% 58%) 22%,
      hsl(209deg 100% 57%) 33%,
      hsl(210deg 100% 56%) 44%,
      hsl(210deg 100% 55%) 56%,
      hsl(211deg 100% 55%) 67%,
      hsl(213deg 100% 55%) 78%,
      hsl(214deg 100% 55%) 89%,
      hsl(216deg 100% 56%) 100%);
  display: flex;
  text-align: center;
  margin: auto;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 35px 0px;
}

.main-content .wp-title:before {
  background-image: url(./../images/layout-left-2.png);
  height: 30px;
  width: 200px;
  content: "";
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main-content .wp-title::after {
  background-image: url(./../images/layout-right-2.png);
  height: 30px;
  width: 200px;
  content: "";
  margin-left: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.main-content .title_tt {
  display: block;
  font-weight: 700;
}

.main-content .title_tt .text-small {
  font-size: 16px;
  display: block;
  color: #8792AA;
  font-weight: 400;
}

/* Text run */

.notification {
  display: flex;
  justify-content: space-around;
  gap: 10px;
  background: #d9e1e9;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  align-items: center;
}

.icon-volum {
  position: absolute;
  top: -14px;
  left: 16px;
  width: 55px;
}

marquee {
  font-size: 18px;
  color: #3F4F75 !important;
  margin-left: 75px;
  display: inline-block;
}

.see-more-run {
  padding: 3px;
  width: 100px;
  background: #2F6EFF;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  color: #fff;
}

/* End Text run */

/* Slider */

.banner_slider {
  width: 100%;
  height: auto;
}

.banner-sm {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  /*height: 450px !important;*/
}

.slick-slider {
  margin-bottom: 0px;
}

/* End slider */

/* Redirect link */
.redirect-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3%;
  row-gap: 27px;
}

.redirect-item {
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background: #fff;
  box-shadow: -4px 3px 16px 0px hsl(215deg 84% 85%) inset;
  width: 31.3%;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}

.redirect-item:hover>.btn-access {
  background: #2F6EFF;
}

.btn-access-text {
  color: #3A5177;
}

.redirect-item .number {
  width: 40px;
  height: 46px;
  stroke-width: 2px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
}

.redirect-item .number span {
  color: #fff;
  font-family: SF Pro Display;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redirect-item .text {
  color: #000;
  font-family: SF Pro Display;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 40%;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.redirect-item .text .speed-small {
  color: #8792AA;
  font-size: 8px;
}

.menu-left {
  display: flex;
  width: 70%;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.redirect-item .btn-access {
  border-radius: 523.122px;
  background: linear-gradient(to top, #0053e0, #9dc1ff);
  box-shadow: 0px 3.99912px 3.99912px 0px rgba(0, 0, 0, 0.25);
  color: #002704;
  font-family: SF Pro Display;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding: 9px 15px 9px 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.btn-access span {
  color: #fff;
}

.btn-access img {
  width: 10px;
  height: auto;
}

/* Redirect Page */
.redirect-page {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 0px;
}

.redirect-page .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
  row-gap: 28px;
}

.bg-show--pc {
  width: 31%;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  background: #fff;
  box-shadow: -4px 3px 16px 0px hsl(215deg 84% 85%) inset;
  display: flex;
  align-items: center;
  padding: 14px 24px;
  gap: 10px;
}

.bg-show--pc:hover {
  opacity: 0.8;
}

.bg-show--pc .thumbnail {
  width: 47px;
  height: 47px;
  flex-shrink: 0;
}

.bg-show--pc .thumbnail.thumb-right-small {
  width: 35px;
  height: 35px;
}

.bg-show--pc h2 {
  width: 100%;
  text-align: left;
  color: #3A5177;
  font-family: Roboto-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

/* End Redirect Page */

/* Download app */

.download-app {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

.download-app .title {
  text-align: left;
  color: #3A5177;
  font-family: SF Pro Display;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  line-height: 1;
}

.download-app .title span {
  border-radius: 50%;
  background: #8792AA;
  width: 22.937px;
  height: 22.937px;
  flex-shrink: 0;
  display: block;
  margin-right: 20px;
}

.download-app .text {
  color: #fff;
  font-family: SF Pro Display;
  font-size: 22.937px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.scan-qrcode {
  display: flex;
  justify-content: space-between;
  gap: 33px;
  padding-top: 0px;
  padding-bottom: 15px;
  width: 100% !important;
}

.bg-image-mb {
  width: 50%;
  height: auto;
}

.bg-image-mb img {
  width: 100%;
  height: auto;
}

.wp_qr-code-app {
  width: 50%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 20px 50px;
  box-shadow: -4px 3px 16px 0px hsl(215deg 84% 85%) inset;
}

.wp_qr-code-app .text-desk {
  color: #8792AA;
  padding: 6px;
  font-size: 17px;
  font-family: Roboto;
  font-weight: 400;
  text-align: center;
}

.qr-code-app {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.scan-qrcode .thumbnail {
  max-width: 184.17px;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}

.scan-qrcode .thumbnail img {
  width: 100%;
  height: auto;
}

.qr-download {
  max-width: 200px;
  width: 100%;
}

.link-download {
  padding: 12px 15px 12px 15px;
  height: auto;
  display: flex;
  align-items: center;
  border-radius: 14px;
  gap: 12px;
  justify-content: space-evenly;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid #fff;
}

.link-download:hover {
  opacity: 0.8;
  cursor: pointer;
}

.link-download .icon-download {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.link-download .text-small {
  color: #506288;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.link-download .text-biger {
  color: #506288;
  text-align: center;
  font-family: SF Pro Display;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.text-biger__ios {
  text-align: center;
}

.download-content .title.dp-pc,
.download-content .text-small.dp-pc {
  display: flex !important;
}

.download-content .title.dp-sm,
.download-content .text-small.dp-sm {
  display: none !important;
}

.link-download .btn-hd {
  border-radius: 20px;
  background: linear-gradient(to top, #0053e0, #9dc1ff);
  box-shadow: 0px 7.38182px 8.30455px 0px rgba(3, 87, 123, 0.25);
  padding: 7px 16px;
  color: #fff !important;
}

.link-download .btn-hd span {
  color: #fff !important;
}


@media screen and (max-width: 1270px) {
  .pd-rp {
    padding-left: 10px;
    padding-right: 10px;
  }

  .redirect-list {
    gap: 2.6%;
    row-gap: 27px;
  }

  .banner-sm {
    /*height: 30vw !important;*/
  }
}

@media screen and (max-width: 1200px) {
  .banner {
    height: 25vw;
  }

  .main-content .title,
  .main-content .title_tt {
    font-size: 35px;
  }

  .menu-list .menu-item {
    padding: 13px 4px;
  }

  .menu-item a span {
    font-size: 13px;
  }

  .notification {
    padding: 6px;
  }

  marquee {
    font-size: 16px;
    margin-left: 60px;
  }

  .icon-volum {
    top: -14px;
    left: 9px;
    width: 45px;
  }

  .redirect-item .text {
    font-size: 20px;
  }

  .redirect-item .number span {
    font-size: 12px;
  }

  .redirect-item .number {
    width: 45px;
    height: 45px;
  }

  .redirect-item .btn-access {
    font-size: 12px;
    padding: 12.48px 15px 11.545px 15px;
  }

  .bg-show--pc h2 {
    font-size: 18px;
  }

  .download-app {
    padding-top: 2%;
  }

  .main-content .title,
  .main-content .title_tt {
    font-size: 25px;
  }

  .main-content .title02 {
    margin-top: 40px !important;
    width: 95% !important;
  }

  .title03 {
    width: 40% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .title03 img {
    width: auto;
    max-height: 29px;
  }

  .main-content .title03 {
    margin: 0px !important;

  }

  .download-app .text {
    font-size: 18px;
  }

  .link-download .text-small {
    font-size: 15px;
  }

  .link-download .text-biger {
    font-size: 22px;
  }

  .scan-qrcode {
    gap: 10px;
  }

  .download-content .title {
    padding-bottom: 0px;
  }

  .qr-download {
    width: 20vw;
  }

  .link-download {
    gap: 8px;
  }

  .link-download .icon-download,
  .link-download .icon-download img {
    width: 3.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .bg-show--pc h2 {
    font-size: 14px;
  }

  .redirect-page .item {
    column-gap: 15px;
  }

  .bg-show--pc .thumbnail {
    width: 40px;
    height: 40px;
  }

  .bg-image-mb img {
    width: 50vw;
  }

  .link-download .text-small {
    font-size: 12px;
  }

  .link-icon {
    width: 100%;
  }

  .wp_qr-code-app {
    gap: 8px;
    padding: 20px 30px;
  }

  .wp_qr-code-app .text-desk {
    font-size: 14px;
  }

  .link-download .btn-hd {
    font-size: 11px;
  }
}

@media screen and (max-width: 900px) {
  main {
    padding: 15px 0px 0px;
  }

  .main-content {
    padding: 15px;
  }

  .bg-image-mb {
    width: 50vw;
  }

  .main-content .title02 {
    margin-top: 11px !important;
  }

  .main-content .title,
  .main-content .title_tt {
    font-size: 20px;
  }

  .redirect-item .btn-access {
    font-size: 11px;
    padding: 8px 7px 8px 7px;
    gap: 5px;
  }

  .main-content .title_tt .text-small {
    font-size: 14px;
  }

  .btn-access img {
    width: 14px;
  }

  .redirect-item .number {
    width: 35px;
    height: 40px;
  }

  .main-content .wp-title {
    padding: 15px 0px 0px;
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .main-content .wp-title:before,
  .main-content .wp-title::after {
    height: 21px;
    width: 145px;
  }

  .redirect-item {
    padding: 7px;
  }

  .redirect-item .text {
    font-size: 15px;
  }

  .bg-show--pc h2 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 0px;
  }

  .redirect-item {
    border-radius: 10px;
    border: 0.523px solid #c2c2c2;
    background: #fff;
    width: 48.3%;
  }

  .wp-content {
    background-size: cover;
  }

  .main-content {
    padding: 0px;
  }

  .redirect-item .btn-access {
    padding: 10.279px 7px 10.697px 7px;
  }

  .main-content .wp-title:before,
  .main-content .wp-title::after {
    content: unset;
  }

  .redirect-list {
    row-gap: 15px;
  }

  .main-content .title,
  .main-content .title_tt {
    font-size: 4.4vw;
    margin: 5px auto 0px;
    width: 70%;
  }

  .banner_slider,
  .banner-sm {
    height: auto !important;
  }

  /* Text run */
  .ng-scope {
    width: 125px;
    font-size: 10px;
  }

  marquee {
    font-size: 3vw;
    margin-left: 40px;
  }

  /* End Text run */

  /* Redirect Page */
  .redirect-page {
    width: 100%;
    height: auto;
  }

  .redirect-page .item {
    justify-content: space-between;
    row-gap: 10px;
  }

  .bg-show--pc {
    border-radius: unset;
    background: unset;
    border: unset;
    box-shadow: unset;
  }

  .link-page--left {
    border-radius: 10px;
    border: 0.523px solid #c2c2c2;
    background: #fff;
    padding: 10px 8px 10px 8px;
    width: 48.5%;
    height: 12vw;
    margin-right: -20px;
    box-shadow: -4px 3px 16px 0px hsl(215deg 84% 85%) inset;
  }

  .link-page--right {
    border-radius: 10px;
    border: 0.523px solid #c2c2c2;
    background: #fff;
    width: 48.5%;
    height: 12vw;
    margin-left: 0px;
    text-align: center;
    padding: 10px 8px 10px 8px;
    font-size: 4;
    box-shadow: -4px 3px 16px 0px hsl(215deg 84% 85%) inset;
  }

  .bg-show--pc h2 {
    font-size: 13px;
  }

  .bg-show--pc .thumbnail {
    width: 25px;
    height: 30px;
  }

  /* End Redirect Page */

  .download-app .title {
    display: none;
  }

  .download-content .title.dp-pc,
  .download-content .text-small.dp-pc {
    display: none !important;
  }

  .download-content .title.dp-sm,
  .download-content .text-small.dp-sm {
    display: block !important;
  }

  .scan-qrcode {
    padding: 0px;
  }

  .download-app .title.dp-sm {
    display: block;
    background: #878EA6;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: SF Pro Display;
    font-size: 5vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
  }

  .download-app .text {
    color: #3c3c3c !important;
    text-align: center;
  }

  .download-content {
    width: 100%;
  }

  .scan-qrcode {
    width: 50%;
    align-items: center;
  }

  .qr-download {
    width: 140px;
  }

  .download-app .text {
    color: #016730;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .link-download .icon-download,
  .link-download .icon-download img {
    width: 10vw;
    height: auto;
  }

  .link-download {
    justify-content: unset;
    background: #878EA6;
    border-radius: 8px;
    gap: 30px;
    width: auto;
    padding: 10px 13px 10px 13px;
    border: none;
  }

  .link-download .text-small {
    color: #506288;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 3.5vw;
  }

  .icon-volum {
    top: 3px;
    left: 10px;
    width: 25px;
  }

  .link-download .btn-hd {
    padding: 5px 15px;
  }

  /* Menu Mobile */
  .menu-item a span {
    color: #3F4F75 !important;
  }

  .menu-list .menu-item {
    padding: 8px 15px !important;
    border-bottom: 1px solid rgb(181, 188, 211, 0.1);
  }

  /* End Menu Mobile */

  /* Footer MB */

  footer {
    background-color: transparent;
    background-image: url(./../images/bg-mb-ft.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .footer-sponsor h3,
  .footer-sponsor h3,
  .title-icon,
  .footer-sponsor p {
    color: #0053E0 !important;
  }

  /* End Footer MB */
}

@media screen and (max-width: 600px) {
  .download-app::before {
    right: 0px;
    width: 60%;
    height: 72%;
    top: 79px;
  }

  .link-download {
    gap: 10px;
  }
}

@media screen and (max-width: 500px) {
  .redirect-item .btn-access {
    font-size: 2vw;
  }

  .redirect-item .text {
    font-size: 3vw;
  }

  .redirect-item .text .speed-small {
    font-size: 2vw;
  }

  .redirect-item .number {
    width: 25px;
    height: 30px;
  }

  .btn-access img {
    width: 11px;
  }
}

@media screen and (max-width: 425px) {

  .redirect-item .btn-access {
    font-size: 1.8vw;
    padding: 6px 3px;
  }

  .redirect-item .text {
    font-size: 10px;
  }

  .redirect-item .number span {
    font-size: 12px;
  }

  .menu-left {
    width: 60%;
    gap: 5px;
  }

  .menu-left .text {
    width: 70%;
    padding-top: 3px;
  }
}

@media screen and (max-width: 374px) {
  .redirect-item .btn-access {
    padding: 8px 5px 8px 5px;
  }

  .redirect-item .text {
    width: 32%;
  }
}

#text_more {
  color: #878EA6;
}

.see-more,
.see-scope {
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
  color: #878EA6;
}

/* Footer */
.footer-logo img {
  width: 90%;
}

.footer-logo p,
.footer-logo b {
  font-size: 22px;
  color: #878EA6;
  margin-top: 10px;
  text-align: justify;
  line-height: 1.5;
}

.title-ft-group {
  margin-bottom: -33px;
  font-size: 24px;
  width: 50%;
  color: #878EA6;
}

.footer-logo-sponsor img {
  width: 100%;
}

.footer-sponsor h3 {
  font-size: 24px;
  color: #878EA6;
  font-weight: 700;
  margin-bottom: 10px;
}

.footer-sponsor p {
  font-size: 22px;
  color: #878EA6;
}

.item-icon img {
  height: 37px;
}

.img-chu-ky:hover,
.okvip-pc:hover,
.item-icon:hover {
  opacity: 0.7;
}

.okvip-mobie,
.footer-protect-mobie,
.footer-social-mobie {
  display: none;
}

.img-protect {
  width: 93%;
}

.img-protect:hover {
  opacity: 0.7;
}

.footer-sponsor-mobie {
  display: none;
}

.copyright {
  text-align: center;
  padding: 10px 0;
  background-color: #303442;
}

.copyright p {
  font-size: 16px;
  color: #878EA6;
}

.list-link-footer a {
  font-size: 16px;
  color: #878EA6;
  text-align: center;
  margin-bottom: 10px;
}

.hr {
  height: 20px;
  width: 2px;
  background: #878EA6;
}

.list-link-footer a:last-child {
  border-right: 0;
}

.footer-logo p,
.footer-sponsor p {
  font-size: 20px;
}

.footer-sponsor h3 {
  font-size: 22px;
}

@media screen and (max-width: 1399px) {

  /* Footer */
  .item-icon img {
    height: 45px;
  }

  .list-link-footer a {
    font-size: 17px;
    text-align: start;
  }

  .list-link-footer a:nth-child(3) {
    border-right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .see-more-run {
    display: none;
  }

  /* Footer */
  .title-ft-group {
    margin-bottom: -2.8vw;
    font-size: 2vw;
    width: 50%;
  }

  .footer-logo img {
    height: 70px;
  }

  .logo-okvip {
    height: 50% !important;
  }

  .footer-logo-sponsor img {
    width: 85%;
  }

  .item-icon img {
    height: 40px;
  }

  .footer-logo p,
  .footer-sponsor p {
    font-size: 18px;
  }

  .copyright {
    font-size: 16px;
  }

  .link-item {
    width: 13%;
    margin-bottom: 10px;
    text-align: center;
  }

  .hr {
    display: none;
  }
}

@media screen and (max-width: 991px) {

  /* Footer */
  .footer-logo img {
    height: 54px;
  }

  .footer-logo p {
    font-size: 16px;
  }

  .img-protect {
    width: 97%;
  }

  .footer-sponsor h3 {
    font-size: 18px;
  }

  .footer-sponsor p {
    font-size: 16px;
  }

  .copyright {
    font-size: 16px;
  }

  .item-icon img {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .wp_qr-code-app {
    border: none;
    padding: 0px;
  }

  .see-more-run {
    font-size: 3vw;
  }

  .wp_qr-code-app {
    box-shadow: unset;
  }

  .qr-code-app {
    gap: 5px;
  }

  .link-download {
    background: transparent;
    padding: 5px;
  }

  .link-download .btn-hd {
    font-size: 11px;
  }

  .bg-show--pc .thumbnail.thumb-right-small {
    width: 25px;
    height: 25px;
  }

  /* Footer */
  .footer-logo,
  .footer-logo-sponsor,
  .okvip-pc,
  .footer-social {
    display: none;
  }

  .footer-protect-mobie,
  .okvip-mobie,
  .footer-sponsor-mobie,
  .footer-social-mobie {
    display: block;
  }

  .footer-social-mobie {
    padding-bottom: 20px;
  }

  .okvip-mobie {
    width: 195px;
  }

  .footer-sponsor h3 {
    margin-bottom: 5px;
  }

  .img-chu-ky {
    margin-right: 0;
    width: 160px;
  }

  .img-giayphep-mobie {
    width: 180px;
  }

  .img-baove-mobie {
    width: 110px;
  }

  .footer-sponsor h3 {
    font-size: 20px;
  }

  .footer-sponsor p {
    font-size: 18px;
  }

  .title-icon {
    font-size: 20px;
    color: #878EA6;
    margin-bottom: 10px;
  }

  .list-mxh {
    column-gap: 10%;
  }

  .copyright {
    display: none;
  }

  .list-link-footer a {
    border-right: 0;
  }

  .link-footer {
    display: none;
  }
}

@media screen and (max-width: 575px) {

  /* Footer */
  .footer-sponsor h3,
  .title-icon {
    font-size: 18px;
  }

  .footer-sponsor p {
    font-size: 16px;
  }

  .okvip-mobie {
    width: 155px;
  }

  .img-chu-ky {
    margin-right: 0px;
    width: 130px;
  }

  .img-giayphep-mobie {
    width: 170px;
  }

  .img-baove-mobie {
    width: 100px;
  }

  .copyright p {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {

  /* Footer */
  .footer-sponsor h3,
  .title-icon {
    font-size: 14px;
  }

  .footer-sponsor p {
    font-size: 14px;
  }

  .copyright p {
    font-size: 12px;
  }

  .item-icon img {
    height: 30px;
  }
}

@media screen and (max-width: 320px) {

  /* Footer */
  .footer-sponsor h3,
  .title-icon {
    font-size: 14px;
  }

  .footer-sponsor p {
    font-size: 14px;
  }

  .img-icon {
    height: 42px;
  }
}

.text-readmore {
  color: #bbb9b9;
}

.height-line {
  color: #0d6efd;
}