@font-face {
  font-family: "notosans-bold";
  src: url("https://static.vnncdn.net/v1/fonts/NotoSans-Bold.woff2")
      format("embedded-opentype"),
    url("https://static.vnncdn.net/v1/fonts/NotoSans-Bold.woff2")
      format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "notosans-regular";
  src: url("https://static.vnncdn.net/v1/fonts/NotoSans-Regular.woff2")
      format("embedded-opentype"),
    url("https://static.vnncdn.net/v1/fonts/NotoSans-Regular.woff2")
      format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "notosans-italic";
  src: url("https://static.vnncdn.net/v1/fonts/NotoSans-Italic.woff2")
      format("embedded-opentype"),
    url("https://static.vnncdn.net/v1/fonts/NotoSans-Italic.woff2")
      format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "notosans-medium";
  src: url("https://static.vnncdn.net/v1/fonts/NotoSans-Medium.woff2")
      format("embedded-opentype"),
    url("https://static.vnncdn.net/v1/fonts/NotoSans-Medium.woff2")
      format("truetype");
  font-display: swap;
}
.vnn-box-insert-article {
  font-family: "arial";
  margin: 15px 0px;
  overflow: hidden;
}
.vnn-box-insert-article-title {
  font-size: 24px;
  font-weight: 700;
}
.vnn-box-insert-article-title p {
  margin: 0px !important;
  padding: 0px !important;
  line-height: 28px !important;
}
.vnn-box-insert-article-title a {
  text-decoration: none !important;
  line-height: 28px !important;
}
.vnn-box-insert-article-list-news::-webkit-scrollbar {
  width: 5px;
}
.vnn-box-insert-article-list-news::-webkit-scrollbar-track {
  background: transparent;
}
.vnn-box-insert-article-list-news::-webkit-scrollbar-thumb {
  border-radius: 5px;
}
.vnn-box-insert-article-list-news .vnn-item-news-name,
.vnn-box-insert-article-list-news .vnn-item-news-date {
  font-weight: 400;
}
.vnn-box-insert-article-list-news .vnn-item-news-name {
  font-size: 16px;
  line-height: 1.4;
}
.vnn-box-insert-article-list-news .vnn-item-news-name a {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
.vnn-box-insert-article-list-news .vnn-item-news-date {
  font-size: 14px;
}
.vnn-box-insert-article-temp-one {
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ffeddf;
  padding: 20px 12.5px 20px 20px;
}
.vnn-box-insert-article-temp-one::before {
  content: "";
  position: absolute;
  background-color: #ea8841;
  width: 100%;
  height: 10px;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
}
.vnn-box-insert-article-temp-one .vnn-box-insert-article-title {
  padding: 20px 0px 30px;
  color: #ea8841;
}
.vnn-box-insert-article-temp-one .vnn-box-insert-article-title a {
  color: #ea8841 !important;
}
.vnn-box-insert-article-temp-one .vnn-box-insert-article-list-news {
  padding: 0px 5px;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb {
  background: #ffe7d4;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover {
  background: #ffe7d4;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  position: relative;
  padding: 15px 25px;
  margin-right: 6px;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -2px;
  bottom: -10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 17px;
  z-index: 9;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  margin-top: 10px;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  position: relative;
  margin-bottom: 10px;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news-name::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -22px;
  width: 8px;
  height: 8px;
  background-color: #fca70c;
  aspect-ratio: 1/1;
  border-radius: 100%;
  z-index: 10;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #ea8841;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news:first-child {
  border-radius: 10px 0px 0px 0px;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news:first-child::before {
  border-radius: 50px 50px 0px 0px;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(odd) {
  background-color: #fff9f4;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(even) {
  background-color: #fff5ed;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news:last-child {
  margin-bottom: 5px;
  border-radius: 0px 0px 0px 10px;
}
.vnn-box-insert-article-temp-one
  .vnn-box-insert-article-list-news
  .vnn-item-news:last-child::before {
  bottom: 0px;
  border-radius: 0px 0px 50px 50px;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-one {
    padding: 0px 5px 20px 15px;
  }
  .vnn-box-insert-article-temp-one .vnn-box-insert-article-title {
    padding: 20px 15px 30px 5px;
  }
  .vnn-box-insert-article-temp-one
    .vnn-box-insert-article-list-news
    .vnn-item-news {
    margin-right: 5px;
    padding: 15px 15px 15px 30px;
  }
  .vnn-box-insert-article-temp-one
    .vnn-box-insert-article-list-news
    .vnn-item-news-name::before {
    left: -27px;
  }
}
.vnn-box-insert-article-temp-two {
  position: relative;
  border-radius: 10px;
  padding: 20px 12.5px 20px 20px;
  background-image: url("https://static.vnncdn.net/v1/background/bg-insert-article-option-2.png?v=1");
  background-repeat: no-repeat;
  background-size: cover;
}
.vnn-box-insert-article-temp-two::before {
  content: "";
  position: absolute;
  background-color: #2d67ad;
  width: 100%;
  height: 10px;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
}
.vnn-box-insert-article-temp-two .vnn-box-insert-article-title {
  padding: 20px 0px 30px;
  color: #2d67ad;
}
.vnn-box-insert-article-temp-two .vnn-box-insert-article-title a {
  color: #2d67ad !important;
}
.vnn-box-insert-article-temp-two .vnn-box-insert-article-list-news {
  padding: 0px 2px;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb {
  background: #add2ff;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover {
  background: #add2ff;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  margin-right: 8px;
  padding: 15px 25px 15px 15px;
  background-color: #fff;
  border-left: 10px solid transparent;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  position: relative;
  margin-bottom: 10px;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #0399d5;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:first-child {
  border-left-color: #d9f4ff;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(2) {
  border-left-color: #c0edff;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(3) {
  border-left-color: #a2e4ff;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(4) {
  border-left-color: #72d7ff;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(5) {
  border-left-color: #45caff;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(6) {
  border-left-color: #16bafb;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(7) {
  border-left-color: #00a1e2;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(8) {
  border-left-color: #0c90c5;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(9) {
  border-left-color: #117fac;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(10) {
  border-left-color: #106f94;
}
.vnn-box-insert-article-temp-two
  .vnn-box-insert-article-list-news
  .vnn-item-news:last-child {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-two {
    padding: 0px 5px 20px 15px;
  }
  .vnn-box-insert-article-temp-two .vnn-box-insert-article-title {
    padding: 20px 15px 30px 5px;
  }
  .vnn-box-insert-article-temp-two
    .vnn-box-insert-article-list-news
    .vnn-item-news {
    margin-right: 5px;
  }
}
.vnn-box-insert-article-temp-three {
  border-radius: 10px;
  background-color: #e9f6fc;
}
.vnn-box-insert-article-temp-three .vnn-box-insert-article-title {
  background-color: #2d67ad;
  padding: 20px 40px;
  color: #fff;
  margin-bottom: 25px;
}
.vnn-box-insert-article-temp-three .vnn-box-insert-article-title a {
  color: #fff !important;
}
.vnn-box-insert-article-temp-three .vnn-box-insert-article-list-news {
  margin: 0px 12.5px 20px 20px;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb {
  background: #add2ff;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover {
  background: #add2ff;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 23px;
  margin-left: 18px;
  margin-right: 10px;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news
  .vnn-item-news::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 1px solid #107bff;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  margin-top: 10px;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  margin-bottom: 10px;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #6996f5;
}
.vnn-box-insert-article-temp-three
  .vnn-box-insert-article-list-news
  .vnn-item-news:last-child {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-three .vnn-box-insert-article-title {
    padding: 20px;
  }
  .vnn-box-insert-article-temp-three .vnn-box-insert-article-list-news {
    margin: 0px 5px 20px 15px;
  }
  .vnn-box-insert-article-temp-three
    .vnn-box-insert-article-list-news
    .vnn-item-news {
    margin-right: 5px;
    margin-left: 20px;
  }
  .vnn-box-insert-article-temp-three
    .vnn-box-insert-article-list-news
    .vnn-item-news::after {
    left: -20px;
  }
}
.vnn-box-insert-article-temp-four {
  border-radius: 5px;
  padding: 20px 12.5px 20px 20px;
  background-image: url("https://static.vnncdn.net/v1/background/bg-insert-article-option-4.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.vnn-box-insert-article-temp-four .vnn-box-insert-article-title {
  color: #c00d27;
  padding-right: 7.5px;
  margin-bottom: 20px;
}
.vnn-box-insert-article-temp-four .vnn-box-insert-article-title a {
  color: #c00d27 !important;
}
.vnn-box-insert-article-temp-four
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.vnn-box-insert-article-temp-four
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}
.vnn-box-insert-article-temp-four
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-right: 8px;
}
.vnn-box-insert-article-temp-four
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: -5px;
  width: 11px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-insert-article-option-4.svg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
}
.vnn-box-insert-article-temp-four
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  position: relative;
  padding-top: 4px;
  margin-bottom: 5px;
}
.vnn-box-insert-article-temp-four
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #cb2026;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-four {
    padding: 20px 10px 20px 20px;
  }
}
.vnn-box-insert-article-temp-five {
  border-radius: 5px;
  border: 1px solid #eaf0fd;
  padding: 20px 12.5px 20px 18px;
  background-image: url("https://static.vnncdn.net/v1/background/bg-insert-article-option-5.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.vnn-box-insert-article-temp-five .vnn-box-insert-article-title {
  position: relative;
  color: #2a2a2a;
  padding: 0px 0px 15px 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #bdd0fb;
}
.vnn-box-insert-article-temp-five .vnn-box-insert-article-title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 3px;
  bottom: 18px;
  background-color: #6996f5;
}
.vnn-box-insert-article-temp-five .vnn-box-insert-article-title a {
  color: #2a2a2a !important;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb {
  background: #bdd0fb;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover {
  background: #bdd0fb;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  position: relative;
  margin-right: 8px;
  padding-left: 16px;
  padding-bottom: 10px;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  bottom: 0;
  border-left: 1px dashed #d4d7dd;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news
  .vnn-item-news:first-child::before {
  top: 7px;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  margin-bottom: 5px;
  position: relative;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news
  .vnn-item-news-name::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -16px;
  width: 6px;
  height: 6px;
  aspect-ratio: 1/1;
  background-color: #6996f5;
  border-radius: 100%;
}
.vnn-box-insert-article-temp-five
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #6996f5;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-five {
    padding: 20px 10px;
  }
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb,
.vnn-box-insert-article-temp-eight
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb,
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb,
.vnn-box-insert-article-temp-ten
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb,
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb,
.vnn-box-insert-article-temp-twelve
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb,
.vnn-box-insert-article-temp-thirteen
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb {
  background: #d9d9d9;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover,
.vnn-box-insert-article-temp-eight
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover,
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover,
.vnn-box-insert-article-temp-ten
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover,
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover,
.vnn-box-insert-article-temp-twelve
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover,
.vnn-box-insert-article-temp-thirteen
  .vnn-box-insert-article-list-news::-webkit-scrollbar-thumb:hover {
  background: #d9d9d9;
}
.vnn-box-insert-article-temp-six,
.vnn-box-insert-article-temp-seven,
.vnn-box-insert-article-temp-nine,
.vnn-box-insert-article-temp-eleven {
  background-color: #fff;
}
.vnn-box-insert-article-temp-six .vnn-box-insert-article-title,
.vnn-box-insert-article-temp-seven .vnn-box-insert-article-title,
.vnn-box-insert-article-temp-nine .vnn-box-insert-article-title,
.vnn-box-insert-article-temp-eleven .vnn-box-insert-article-title {
  position: relative;
  padding: 20px 20px 20px 62px;
}
.vnn-box-insert-article-temp-six .vnn-box-insert-article-title::before,
.vnn-box-insert-article-temp-seven .vnn-box-insert-article-title::before,
.vnn-box-insert-article-temp-nine .vnn-box-insert-article-title::before,
.vnn-box-insert-article-temp-eleven .vnn-box-insert-article-title::before {
  content: "";
  position: absolute;
  left: 20px;
  width: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news,
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news,
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  position: relative;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news::before,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news::before,
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news::before,
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news-name,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news-name,
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news-name,
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  margin-bottom: 10px;
}
.vnn-box-insert-article-temp-six .vnn-box-insert-article-title,
.vnn-box-insert-article-temp-seven .vnn-box-insert-article-title {
  color: #2d67ad;
  border-radius: 10px 10px 0px 0px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/bg-temp-6-7.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.vnn-box-insert-article-temp-six .vnn-box-insert-article-title a,
.vnn-box-insert-article-temp-seven .vnn-box-insert-article-title a {
  color: #2d67ad !important;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-six .vnn-box-insert-article-title,
  .vnn-box-insert-article-temp-seven .vnn-box-insert-article-title {
    background-image: url("https://static.vnncdn.net/v1/icon/wiki/bg-mobile-temp-6-7.svg");
  }
}
.vnn-box-insert-article-temp-six .vnn-box-insert-article-list-news,
.vnn-box-insert-article-temp-seven .vnn-box-insert-article-list-news {
  border-radius: 0px 0px 10px 10px;
  border-left: 1px solid #e3f0ff;
  border-right: 1px solid #e3f0ff;
  border-bottom: 1px solid #e3f0ff;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  position: relative;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  border-top: 1px solid #e3f0ff;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news-date,
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #2d67ad;
}
.vnn-box-insert-article-temp-six .vnn-box-insert-article-title {
  border-top: 2px solid #2d67ad;
}
.vnn-box-insert-article-temp-six .vnn-box-insert-article-title::before {
  height: 24px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-title-temp-6.svg");
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  padding: 15px 19px 15px 45px;
}
.vnn-box-insert-article-temp-six
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  left: 19px;
  top: 18px;
  width: 14px;
  height: 14px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-icon-check-temp-6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.vnn-box-insert-article-temp-seven .vnn-box-insert-article-title::before {
  height: 32px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-title-temp-7.svg");
}
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  padding: 15px 19px 15px 40px;
}
.vnn-box-insert-article-temp-seven
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  top: 21px;
  left: 19px;
  width: 8px;
  height: 8px;
  background-color: #2d67ad;
  border-radius: 100%;
}
.vnn-box-insert-article-temp-eight {
  border-radius: 10px;
  border-left: 2px solid #c00d27;
  background-color: rgba(254, 246, 242, 0.82);
  padding: 20px 12.5px 20px 20px;
}
.vnn-box-insert-article-temp-eight .vnn-box-insert-article-title {
  color: #c00d27;
  padding: 0px 5px 20px 0px;
}
.vnn-box-insert-article-temp-eight .vnn-box-insert-article-title a {
  color: #c00d27 !important;
}
.vnn-box-insert-article-temp-eight
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  padding: 0px 8px 0px 25px;
  position: relative;
}
.vnn-box-insert-article-temp-eight
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-time-temp-8.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.vnn-box-insert-article-temp-eight
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  margin-top: 15px;
}
.vnn-box-insert-article-temp-eight
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  font-weight: 700;
  margin-bottom: 8px;
}
.vnn-box-insert-article-temp-eight
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #c00d27;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-eight {
    padding-right: 10px;
  }
}
.vnn-box-insert-article-temp-nine {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.vnn-box-insert-article-temp-nine .vnn-box-insert-article-title {
  background-color: #e1505f;
  color: #fff;
}
.vnn-box-insert-article-temp-nine .vnn-box-insert-article-title a {
  color: #fff !important;
}
.vnn-box-insert-article-temp-nine .vnn-box-insert-article-title::before {
  height: 24px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-title-temp-9.svg");
}
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  padding: 15px 20px 15px 42px;
}
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  top: 21px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #e1505f;
}
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(odd) {
  background-color: #fff;
}
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news:nth-child(even) {
  background-color: #fff8f8;
}
.vnn-box-insert-article-temp-nine
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #e1505f;
}
.vnn-box-insert-article-temp-ten {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  border-top: 2px solid #c00d27;
}
.vnn-box-insert-article-temp-ten .vnn-box-insert-article-title {
  padding: 20px 20px 20px 42px;
  margin-bottom: 25px;
  background-color: #fef6f5;
  color: #2a2a2a;
  position: relative;
}
.vnn-box-insert-article-temp-ten .vnn-box-insert-article-title a {
  color: #2a2a2a !important;
}
.vnn-box-insert-article-temp-ten .vnn-box-insert-article-title::before {
  content: "";
  position: absolute;
  top: 27px;
  left: 20px;
  width: 12px;
  height: 12px;
  background-color: #c00d27;
  border-radius: 100%;
}
.vnn-box-insert-article-temp-ten .vnn-box-insert-article-list-news {
  margin: 0px 12.5px 20px 20px;
}
.vnn-box-insert-article-temp-ten
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  padding: 0px 0px 0px 25px;
  margin-right: 8px;
  position: relative;
}
.vnn-box-insert-article-temp-ten
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-time-temp-8.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.vnn-box-insert-article-temp-ten
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  margin-top: 15px;
}
.vnn-box-insert-article-temp-ten
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  margin-bottom: 8px;
}
.vnn-box-insert-article-temp-eleven {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.13);
  border-radius: 10px;
}
.vnn-box-insert-article-temp-eleven .vnn-box-insert-article-title {
  background-color: #00b389;
  color: #fff;
}
.vnn-box-insert-article-temp-eleven .vnn-box-insert-article-title a {
  color: #fff !important;
}
.vnn-box-insert-article-temp-eleven .vnn-box-insert-article-title::before {
  top: 18px;
  height: 32px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-title-temp-11.svg");
}
.vnn-box-insert-article-temp-eleven .vnn-box-insert-article-list-news {
  border-radius: 0px 0px 10px 10px;
  border-left: 1px solid #e3f0ff;
  border-right: 1px solid #e3f0ff;
  border-bottom: 1px solid #e3f0ff;
}
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  padding: 15px 20px 15px 48px;
}
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  top: 18px;
  left: 20px;
  width: 14px;
  height: 14px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-check-temp-11.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  border-top: 1px solid #e3f0ff;
}
.vnn-box-insert-article-temp-eleven
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #00b389;
}
.vnn-box-insert-article-temp-twelve {
  border-radius: 10px;
  background: #fff9f4;
  border-top: 2px solid #ea8841;
  padding: 20px 12.5px 20px 20px;
}
.vnn-box-insert-article-temp-twelve .vnn-box-insert-article-title {
  padding-left: 22px;
  padding-bottom: 20px;
  position: relative;
  color: #2a2a2a;
}
.vnn-box-insert-article-temp-twelve .vnn-box-insert-article-title a {
  color: #2a2a2a !important;
}
.vnn-box-insert-article-temp-twelve .vnn-box-insert-article-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 12px;
  height: 12px;
  background-color: #ea8841;
  border-radius: 100%;
}
.vnn-box-insert-article-temp-twelve
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  padding: 15px 15px 15px 25px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 8px;
  border-radius: 5px;
  position: relative;
}
.vnn-box-insert-article-temp-twelve
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
  top: 18px;
  left: -20px;
  width: 11px;
  height: 11px;
  border: 1px solid #ea8841;
  border-radius: 100%;
}
.vnn-box-insert-article-temp-twelve
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  margin-top: 10px;
}
.vnn-box-insert-article-temp-twelve
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  margin-bottom: 10px;
}
.vnn-box-insert-article-temp-twelve
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #795a38;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-twelve {
    padding-right: 10px;
  }
}
.vnn-box-insert-article-temp-thirteen {
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
}
.vnn-box-insert-article-temp-thirteen .vnn-box-insert-article-title {
  padding: 20px 20px 20px 42px;
  margin-bottom: 30px;
  background-color: #efefef;
  color: #c27731;
  position: relative;
}
.vnn-box-insert-article-temp-thirteen .vnn-box-insert-article-title a {
  color: #c27731 !important;
}
.vnn-box-insert-article-temp-thirteen .vnn-box-insert-article-title::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 20px;
  bottom: 25px;
  width: 3px;
  background-color: #c27731;
}
.vnn-box-insert-article-temp-thirteen .vnn-box-insert-article-list-news {
  margin: 0px 12.5px 20px 23px;
}
.vnn-box-insert-article-temp-thirteen
  .vnn-box-insert-article-list-news
  .vnn-item-news {
  position: relative;
  padding-left: 25px;
  margin-right: 8px;
}
.vnn-box-insert-article-temp-thirteen
  .vnn-box-insert-article-list-news
  .vnn-item-news::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 10px;
  height: 10px;
  background-image: url("https://static.vnncdn.net/v1/icon/wiki/icon-check-temp-13.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.vnn-box-insert-article-temp-thirteen
  .vnn-box-insert-article-list-news
  .vnn-item-news
  + .vnn-item-news {
  margin-top: 20px;
}
.vnn-box-insert-article-temp-thirteen
  .vnn-box-insert-article-list-news
  .vnn-item-news-name {
  margin-bottom: 5px;
}
.vnn-box-insert-article-temp-thirteen
  .vnn-box-insert-article-list-news
  .vnn-item-news-date {
  color: #c27731;
}
@media (max-width: 767px) {
  .vnn-box-insert-article-temp-thirteen .vnn-box-insert-article-list-news {
    margin-right: 10px;
  }
}
.ck-cms-wiki-right-image-rounded,
.ck-cms-wiki-left-image-rounded {
  font-family: "arial";
  padding: 30px 20px;
  border: 1px solid #b9bec1;
  color: #434343;
  display: block;
  margin-left: 10px;
}
.ck-cms-wiki-right-image-rounded img,
.ck-cms-wiki-left-image-rounded img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 15px;
}
.ck-cms-wiki-right-image-rounded .summary__author,
.ck-cms-wiki-left-image-rounded .summary__author {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: #434343;
  text-decoration: none;
}
.ck-cms-wiki-right-image-rounded .summary__author:hover,
.ck-cms-wiki-left-image-rounded .summary__author:hover {
  text-decoration: underline;
}
.ck-cms-wiki-right-image-rounded span,
.ck-cms-wiki-left-image-rounded span {
  display: block;
}
.ck-cms-wiki-right-image-rounded span:nth-child(3),
.ck-cms-wiki-left-image-rounded span:nth-child(3) {
  font-size: 13px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.ck-cms-wiki-right-image-rounded span:nth-child(3)::after,
.ck-cms-wiki-left-image-rounded span:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #447ec5;
  bottom: -17.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ck-cms-wiki-right-image-rounded span:nth-child(4),
.ck-cms-wiki-left-image-rounded span:nth-child(4) {
  font-size: 14px;
  text-align: justify;
  line-height: 25px;
}
.ck-cms-wiki-left-image-default,
.ck-cms-wiki-right-image-default {
  color: #434343;
  font-family: "arial";
  padding-bottom: 20px;
  background: #f5f5f5;
  display: block;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ck-cms-wiki-left-image-default img,
.ck-cms-wiki-right-image-default img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
  aspect-ratio: 1/1;
}
.ck-cms-wiki-left-image-default span,
.ck-cms-wiki-right-image-default span {
  display: block;
}
.ck-cms-wiki-left-image-default span:nth-child(2),
.ck-cms-wiki-right-image-default span:nth-child(2) {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
}
.ck-cms-wiki-left-image-default span:nth-child(3),
.ck-cms-wiki-right-image-default span:nth-child(3) {
  font-size: 13px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.ck-cms-wiki-left-image-default span:nth-child(3)::after,
.ck-cms-wiki-right-image-default span:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #447ec5;
  bottom: -17.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ck-cms-wiki-left-image-default a,
.ck-cms-wiki-right-image-default a {
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  background: #e4e4e4;
  border-radius: 15px;
  width: auto;
  margin: auto;
}
.ck-cms-wiki-full-image-rounded {
  font-family: "arial";
  padding: 30px 20px;
  border: 1px solid #b9bec1;
  color: #434343;
  display: block;
}
.ck-cms-wiki-full-image-rounded .summary__author {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
  color: #434343;
  text-decoration: none;
}
.ck-cms-wiki-full-image-rounded .summary__author:hover {
  text-decoration: underline;
}
.ck-cms-wiki-full-image-rounded div:first-child img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-image-rounded div:first-child span {
  display: block;
}
.ck-cms-wiki-full-image-rounded div:first-child span:nth-child(3) {
  font-size: 13px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.ck-cms-wiki-full-image-rounded div:first-child span:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #447ec5;
  bottom: -17.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ck-cms-wiki-full-image-rounded div:last-child img {
  width: 35px;
  height: 27px;
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-image-rounded div:last-child span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  text-align: justify;
}
.ck-cms-wiki-right-health,
.ck-cms-wiki-left-health {
  font-family: "arial";
  padding: 15px;
  border: 1px solid #b9bec1;
  color: #434343;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfeff),
    to(#e0f3ff)
  );
  background: linear-gradient(to bottom, #fdfeff, #e0f3ff);
  margin-left: 10px;
}
.ck-cms-wiki-right-health .summary__title,
.ck-cms-wiki-left-health .summary__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3368a8;
  display: block;
  text-decoration: none;
}
.ck-cms-wiki-right-health .summary__title:hover,
.ck-cms-wiki-left-health .summary__title:hover {
  text-decoration: underline;
}
.ck-cms-wiki-right-health span,
.ck-cms-wiki-left-health span {
  display: block;
}
.ck-cms-wiki-right-health span b,
.ck-cms-wiki-left-health span b {
  font-weight: 600;
}
.ck-cms-wiki-right-health span:nth-child(2),
.ck-cms-wiki-left-health span:nth-child(2) {
  font-size: 14px;
  margin-bottom: 30px;
  position: relative;
}
.ck-cms-wiki-right-health span:nth-child(2)::after,
.ck-cms-wiki-left-health span:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: #447ec5;
  bottom: -15px;
  left: 0px;
}
.ck-cms-wiki-right-health span:nth-child(3),
.ck-cms-wiki-left-health span:nth-child(3) {
  font-size: 14px;
  line-height: 25px;
}
.ck-cms-wiki-full-health {
  font-family: "arial";
  padding: 15px;
  border: 1px solid #b9bec1;
  color: #434343;
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfeff),
    to(#e0f3ff)
  );
  background: linear-gradient(to bottom, #fdfeff, #e0f3ff);
  margin-top: 10px;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-health div:first-child b {
  font-weight: 600;
}
.ck-cms-wiki-full-health div:first-child .summary__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #3368a8;
  display: block;
  text-decoration: none;
}
.ck-cms-wiki-full-health div:first-child .summary__title:hover {
  text-decoration: underline;
}
.ck-cms-wiki-full-health div:first-child span {
  display: block;
}
.ck-cms-wiki-full-health div:first-child span:nth-child(2) {
  font-size: 14px;
  margin-bottom: 30px;
  position: relative;
}
.ck-cms-wiki-full-health div:first-child span:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background: #447ec5;
  bottom: -15px;
  left: 0px;
}
.ck-cms-wiki-full-health > span {
  font-size: 14px;
  line-height: 25px;
  display: block;
}
.ck-cms-wiki-full-weather-column {
  background-image: url("https://static.vnncdn.net/v1/background/bg-weather-wiki.png");
  position: relative;
  font-family: "arial";
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
  color: #1c1c1c;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-column > img:first-child {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-weather-column > img:first-child:hover ~ i:nth-child(5) {
  display: block;
}
.ck-cms-wiki-full-weather-column > img:nth-child(3) {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 45px;
}
.ck-cms-wiki-full-weather-column > picture:first-child img {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-weather-column
  > picture:first-child
  img:hover
  ~ i:nth-child(5) {
  display: block;
}
.ck-cms-wiki-full-weather-column > picture:nth-child(3) img {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 45px;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(1) {
  margin-bottom: 15px;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(1) span {
  display: block;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(1) span:first-child {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(1) span:last-child {
  display: inline-block;
  font-size: 11px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#35daeb),
    color-stop(#72d0bb),
    color-stop(#b9c283),
    to(#d9bd69)
  );
  background-image: linear-gradient(
    to right,
    #35daeb,
    #72d0bb,
    #b9c283,
    #d9bd69
  );
  padding: 4px 7px;
  font-weight: 550;
  border-radius: 5px;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(2) span {
  display: block;
  font-size: 12px;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(2) span:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(2) span:nth-child(2) {
  position: relative;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-column > div > div:nth-child(2) span:last-child {
  position: relative;
}
.ck-cms-wiki-left-weather,
.ck-cms-wiki-right-weather {
  margin-bottom: 10px;
  background-image: url("https://static.vnncdn.net/v1/background/bg-weather-wiki.png");
  position: relative;
  font-family: "arial";
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
  color: #1c1c1c;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ck-cms-wiki-left-weather.ck-cms-wiki-left-weather,
.ck-cms-wiki-right-weather.ck-cms-wiki-left-weather {
  margin-right: 10px;
}
.ck-cms-wiki-left-weather.ck-cms-wiki-right-weather,
.ck-cms-wiki-right-weather.ck-cms-wiki-right-weather {
  margin-left: 10px;
}
.ck-cms-wiki-left-weather > img:first-child,
.ck-cms-wiki-right-weather > img:first-child {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-left-weather > img:first-child:hover ~ i:nth-child(9),
.ck-cms-wiki-right-weather > img:first-child:hover ~ i:nth-child(9) {
  display: block;
}
.ck-cms-wiki-left-weather > img:nth-child(3),
.ck-cms-wiki-right-weather > img:nth-child(3) {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 45px;
  cursor: pointer;
}
.ck-cms-wiki-left-weather > img:nth-child(3):hover ~ i:nth-child(8),
.ck-cms-wiki-right-weather > img:nth-child(3):hover ~ i:nth-child(8) {
  display: block;
}
.ck-cms-wiki-left-weather > picture:first-child img,
.ck-cms-wiki-right-weather > picture:first-child img {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-left-weather > picture:first-child img:hover ~ i:nth-child(9),
.ck-cms-wiki-right-weather > picture:first-child img:hover ~ i:nth-child(9) {
  display: block;
}
.ck-cms-wiki-left-weather > picture:nth-child(3) img,
.ck-cms-wiki-right-weather > picture:nth-child(3) img {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 45px;
  cursor: pointer;
}
.ck-cms-wiki-left-weather > picture:nth-child(3) img:hover ~ i:nth-child(8),
.ck-cms-wiki-right-weather > picture:nth-child(3) img:hover ~ i:nth-child(8) {
  display: block;
}
.ck-cms-wiki-left-weather span,
.ck-cms-wiki-right-weather span {
  display: block;
  font-size: 12px;
}
.ck-cms-wiki-left-weather span:nth-child(5),
.ck-cms-wiki-right-weather span:nth-child(5) {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ck-cms-wiki-left-weather span:nth-child(6),
.ck-cms-wiki-right-weather span:nth-child(6) {
  display: inline-block;
  font-size: 11px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#35daeb),
    color-stop(#72d0bb),
    color-stop(#b9c283),
    to(#d9bd69)
  );
  background-image: linear-gradient(
    to right,
    #35daeb,
    #72d0bb,
    #b9c283,
    #d9bd69
  );
  padding: 4px 7px;
  font-weight: 550;
  border-radius: 5px;
  margin-bottom: 10px;
}
.ck-cms-wiki-left-weather span:nth-child(7),
.ck-cms-wiki-right-weather span:nth-child(7) {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ck-cms-wiki-left-weather span:nth-child(8),
.ck-cms-wiki-right-weather span:nth-child(8) {
  position: relative;
  margin-bottom: 10px;
}
.ck-cms-wiki-left-weather span:nth-child(9),
.ck-cms-wiki-right-weather span:nth-child(9) {
  position: relative;
}
.ck-cms-wiki-full-weather-rows {
  background-image: url("https://static.vnncdn.net/v1/background/bg-weather-wiki.png");
  position: relative;
  font-family: "arial";
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 1px #000;
  box-shadow: 0px 0px 1px #000;
  color: #1c1c1c;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows > img:first-child {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-weather-rows > img:nth-child(3) {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 45px;
}
.ck-cms-wiki-full-weather-rows > picture:first-child img {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-weather-rows > picture:nth-child(3) {
  position: static;
  position: initial;
}
.ck-cms-wiki-full-weather-rows > picture:nth-child(3) img {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 45px;
}
.ck-cms-wiki-full-weather-rows > div span {
  display: block;
  font-size: 12px;
}
.ck-cms-wiki-full-weather-rows > div span:nth-child(1) {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ck-cms-wiki-full-weather-rows > div span:nth-child(2) {
  display: inline-block;
  font-size: 11px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#35daeb),
    color-stop(#72d0bb),
    color-stop(#b9c283),
    to(#d9bd69)
  );
  background-image: linear-gradient(
    to right,
    #35daeb,
    #72d0bb,
    #b9c283,
    #d9bd69
  );
  padding: 4px 7px;
  font-weight: 550;
  border-radius: 5px;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows > div span:nth-child(3) {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows > div span:nth-child(4) {
  position: relative;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows > div span:nth-child(5) {
  position: relative;
}
.ck-cms-wiki-full-weather-column-overlay {
  background: #000 !important;
}
.ck-cms-wiki-full-weather-column-overlay {
  position: relative;
  font-family: "arial";
  color: #1c1c1c;
  padding-bottom: 20px;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-column-overlay > img:first-child {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-full-weather-column-overlay > picture:first-child img {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-full-weather-column-overlay > div {
  color: #fff;
  position: relative;
  padding-left: 15px;
}
.ck-cms-wiki-full-weather-column-overlay > div::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  height: 65px;
  bottom: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(0, 0, 0, 0.43922)),
    to(black)
  );
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.43922),
    black
  );
}
.ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(1) {
  margin-bottom: 15px;
  padding-top: 15px;
}
.ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(1) span {
  display: block;
}
.ck-cms-wiki-full-weather-column-overlay
  > div
  > div:nth-child(1)
  span:first-child {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ck-cms-wiki-full-weather-column-overlay
  > div
  > div:nth-child(1)
  span:last-child {
  display: inline-block;
  font-size: 11px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#35daeb),
    color-stop(#72d0bb),
    color-stop(#b9c283),
    to(#d9bd69)
  );
  background-image: linear-gradient(
    to right,
    #35daeb,
    #72d0bb,
    #b9c283,
    #d9bd69
  );
  padding: 4px 7px;
  font-weight: 550;
  border-radius: 5px;
  color: #1c1c1c;
}
.ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(2) span {
  display: block;
  font-size: 12px;
}
.ck-cms-wiki-full-weather-column-overlay
  > div
  > div:nth-child(2)
  span:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-column-overlay
  > div
  > div:nth-child(2)
  span:nth-child(2) {
  position: relative;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-column-overlay
  > div
  > div:nth-child(2)
  span:last-child {
  position: relative;
}
.ck-cms-wiki-left-weather-overlay,
.ck-cms-wiki-right-weather-overlay {
  position: relative;
  font-family: "arial";
  color: #1c1c1c;
  padding-bottom: 20px;
}
.ck-cms-wiki-left-weather-overlay.ck-cms-wiki-right-weather-overlay,
.ck-cms-wiki-right-weather-overlay.ck-cms-wiki-right-weather-overlay {
  margin-left: 10px;
}
.ck-cms-wiki-left-weather-overlay.ck-cms-wiki-left-weather-overlay,
.ck-cms-wiki-right-weather-overlay.ck-cms-wiki-left-weather-overlay {
  margin-right: 10px;
}
.ck-cms-wiki-left-weather-overlay::before,
.ck-cms-wiki-right-weather-overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  height: 65px;
  top: 137px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(0, 0, 0, 0.43922)),
    to(black)
  );
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.43922),
    black
  );
}
.ck-cms-wiki-left-weather-overlay > img:first-child,
.ck-cms-wiki-right-weather-overlay > img:first-child {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.ck-cms-wiki-left-weather-overlay > picture:first-child img,
.ck-cms-wiki-right-weather-overlay > picture:first-child img {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.ck-cms-wiki-left-weather-overlay div,
.ck-cms-wiki-right-weather-overlay div {
  background: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ck-cms-wiki-left-weather-overlay div span,
.ck-cms-wiki-right-weather-overlay div span {
  display: block;
  font-size: 12px;
  color: #fff;
  margin-left: 15px;
}
.ck-cms-wiki-left-weather-overlay div span:nth-child(1),
.ck-cms-wiki-right-weather-overlay div span:nth-child(1) {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ck-cms-wiki-left-weather-overlay div span:nth-child(2),
.ck-cms-wiki-right-weather-overlay div span:nth-child(2) {
  display: inline-block;
  font-size: 11px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#35daeb),
    color-stop(#72d0bb),
    color-stop(#b9c283),
    to(#d9bd69)
  );
  background-image: linear-gradient(
    to right,
    #35daeb,
    #72d0bb,
    #b9c283,
    #d9bd69
  );
  padding: 4px 7px;
  font-weight: 550;
  border-radius: 5px;
  margin-bottom: 10px;
}
.ck-cms-wiki-left-weather-overlay div span:nth-child(3),
.ck-cms-wiki-right-weather-overlay div span:nth-child(3) {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ck-cms-wiki-left-weather-overlay div span:nth-child(4),
.ck-cms-wiki-right-weather-overlay div span:nth-child(4) {
  position: relative;
  margin-bottom: 10px;
}
.ck-cms-wiki-left-weather-overlay div span:nth-child(5),
.ck-cms-wiki-right-weather-overlay div span:nth-child(5) {
  position: relative;
}
.ck-cms-wiki-full-weather-rows-overlay {
  position: relative;
  font-family: "arial";
  color: #1c1c1c;
  padding-bottom: 20px;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows-overlay > img:first-child {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-weather-rows-overlay > picture:first-child img {
  width: 100%;
  height: 202px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.ck-cms-wiki-full-weather-rows-overlay > div {
  position: relative;
  padding-left: 15px;
  background: #000;
  padding-bottom: 20px;
}
.ck-cms-wiki-full-weather-rows-overlay > div::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  height: 65px;
  bottom: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(rgba(0, 0, 0, 0.85098)),
    to(black)
  );
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.85098),
    black
  );
}
.ck-cms-wiki-full-weather-rows-overlay > div span {
  display: block;
  font-size: 12px;
  color: #fff;
}
.ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(1) {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}
.ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(2) {
  display: inline-block;
  font-size: 11px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#35daeb),
    color-stop(#72d0bb),
    color-stop(#b9c283),
    to(#d9bd69)
  );
  background-image: linear-gradient(
    to right,
    #35daeb,
    #72d0bb,
    #b9c283,
    #d9bd69
  );
  padding: 4px 7px;
  font-weight: 550;
  border-radius: 5px;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(3) {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(4) {
  position: relative;
  margin-bottom: 10px;
}
.ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(5) {
  position: relative;
}
.plus {
  position: absolute;
  width: 45px;
  height: 45px;
  display: none;
  text-align: center;
  line-height: 45px;
  font-size: 35px;
  background: #4c8ff9;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.plus img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.plus:hover {
  display: block;
}
.summary__thermmal img {
  margin-right: 5px;
  width: 10px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[290px\] {
  top: 290px;
}
.top-\[150px\] {
  top: 150px;
}
.top-\[160px\] {
  top: 160px;
}
.left-\[50px\] {
  left: 50px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[25px\] {
  left: 25px;
}
.left-\[35px\] {
  left: 35px;
}
.left-\[47px\] {
  left: 47px;
}
.ck-cms-football-ranking {
  width: 100% !important;
}
.ck-cms-football-ranking {
  font-family: "arial";
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
.ck-cms-football-ranking td,
.ck-cms-football-ranking th {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 0px;
}
.ck-cms-football-ranking thead {
  background-color: #f4f4f4;
}
.ck-cms-football-ranking thead tr {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-football-ranking thead tr:last-child th {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 10px;
}
.ck-cms-football-ranking thead tr:first-child td {
  background-image: url("https://static.vnncdn.net/v1/background/bg-football-long.jpg");
  font-size: 14px;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-ranking tbody tr {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-football-ranking tbody tr td {
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-ranking tbody tr td:not(:nth-child(2)) {
  text-align: center;
}
.ck-cms-football-ranking tbody tr td span {
  color: #fff;
}
.ck-cms-football-ranking tbody tr td span.red {
  background-color: #ed4349;
}
.ck-cms-football-ranking tbody tr td span.green {
  background-color: #59c541;
}
.ck-cms-football-ranking tbody tr td span.yellow {
  background-color: #ffae00;
}
.ck-cms-football-ranking tbody tr td:last-child span {
  width: 25px;
  height: 25px;
  display: inline-block;
  border-radius: 5px;
  line-height: 25px;
}
.ck-cms-football-ranking tbody tr td:last-child span.red {
  background-color: #ed4349;
}
.ck-cms-football-ranking tbody tr td:last-child span.green {
  background-color: #59c541;
}
.ck-cms-football-ranking tbody tr td:last-child span.yellow {
  background-color: #ffae00;
}
.ck-cms-football-ranking tbody tr td a {
  color: #5d5d5d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ck-cms-football-ranking tbody tr td img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ck-cms-football-schedule {
  width: 100%;
  font-family: "arial";
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
.ck-cms-football-schedule td,
.ck-cms-football-schedule th {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 0px;
}
.ck-cms-football-schedule thead tr {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-football-schedule thead tr:first-child td {
  background-image: url("https://static.vnncdn.net/v1/background/bg-football-long.jpg");
  font-size: 14px;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-schedule thead tr:last-child td {
  color: #5d5d5d;
  font-size: 14px;
  padding: 15px;
  font-weight: 600;
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-schedule tbody tr {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-football-schedule tbody tr td:first-child {
  padding-left: 20px;
  padding-right: 20px;
}
.ck-cms-football-schedule tbody tr td:last-child {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
}
.ck-cms-football-schedule tbody tr td a {
  font-size: 13px;
  color: #5d5d5d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-schedule tbody tr td a img {
  margin-right: 5px;
  margin-left: 5px;
}
.ck-cms-football-schedule tbody tr td a:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 45%;
}
.ck-cms-football-schedule tbody tr td a:last-child {
  width: 45%;
}
.ck-cms-football-schedule tbody tr td img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ck-cms-football-result {
  width: 100%;
  font-family: "arial";
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
}
.ck-cms-football-result td,
.ck-cms-football-result th {
  color: #2a2a2a;
  text-transform: uppercase;
  font-size: 13px;
  padding: 15px 0px;
}
.ck-cms-football-result thead tr {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-football-result thead tr:first-child td {
  background-image: url("https://static.vnncdn.net/v1/background/bg-football-long.jpg");
  font-size: 14px;
  color: #fff;
  padding: 15px;
  font-weight: 600;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-result thead tr:last-child td {
  color: #5d5d5d;
  font-size: 14px;
  padding: 15px;
  font-weight: 600;
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-result tbody tr {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-football-result tbody tr td:first-child {
  padding-left: 20px;
  padding-right: 20px;
  width: 40%;
}
@media (max-width: 767px) {
  .ck-cms-football-result tbody tr td:first-child {
    padding-left: 10px;
  }
}
.ck-cms-football-result tbody tr td:last-child {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 20px;
}
.ck-cms-football-result tbody tr td:last-child span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40%;
  white-space: nowrap;
}
.ck-cms-football-result tbody tr td:last-child span:first-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ck-cms-football-result tbody tr td:last-child span:first-child img {
  margin-left: 5px;
}
.ck-cms-football-result tbody tr td:last-child span:last-child {
  margin-left: 5px;
}
.ck-cms-football-result tbody tr td a {
  font-size: 13px;
  color: #5d5d5d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  text-transform: none;
  text-transform: initial;
}
.ck-cms-football-result tbody tr td a img {
  margin-right: 5px;
  margin-left: 5px;
}
.ck-cms-football-result tbody tr td a:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 40%;
}
.ck-cms-football-result tbody tr td a:last-child {
  width: 40%;
}
.ck-cms-football-result tbody tr td img {
  margin-right: 5px;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ck-cms-wiki-football-top-goal {
  font-family: "arial";
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  margin: 15px 0px;
  overflow-x: auto;
  display: block;
  border: 1px solid #bfd3eb;
}
.ck-cms-wiki-football-top-goal .top-goal__header {
  background-image: url("https://static.vnncdn.net/v1/background/bg-football-long.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
[dir="ltr"] .ck-cms-wiki-football-top-goal .top-goal__header td {
  text-align: left !important;
}
[dir="rtl"] .ck-cms-wiki-football-top-goal .top-goal__header td {
  text-align: right !important;
}
.ck-cms-wiki-football-top-goal .top-goal__header td {
  padding: 15px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.ck-cms-wiki-football-top-goal td:nth-child(4),
.ck-cms-wiki-football-top-goal td:nth-child(1),
.ck-cms-wiki-football-top-goal td:nth-child(5) {
  text-align: center;
}
.ck-cms-wiki-football-top-goal .top-goal__title {
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-wiki-football-top-goal .top-goal__title td {
  padding: 15px 10px;
  white-space: nowrap;
}
.ck-cms-wiki-football-top-goal .top-goal__content:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-wiki-football-top-goal .top-goal__content td {
  color: #5d5d5d;
  padding: 7px 10px;
}
.ck-cms-wiki-football-top-goal .top-goal__content td img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.ck-cms-wiki-football-top-goal .top-goal__content td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ck-cms-wiki-football-top-goal .top-goal__content td span img {
  margin-right: 10px;
}
.ck-cms-wiki-football-result {
  font-family: "arial";
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
  margin: 15px 0px;
  overflow-x: auto;
  display: block;
}
.ck-cms-wiki-football-result td {
  padding: 15px 20px;
  white-space: nowrap;
  font-size: 15px;
  color: #5d5d5d;
}
.ck-cms-wiki-football-result .football-result__title {
  background-image: url("https://static.vnncdn.net/v1/background/bg-football-long.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
[dir="ltr"] .ck-cms-wiki-football-result .football-result__title td {
  text-align: left;
}
[dir="rtl"] .ck-cms-wiki-football-result .football-result__title td {
  text-align: right;
}
.ck-cms-wiki-football-result .football-result__title td {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}
.ck-cms-wiki-football-result .football-result__title td:last-child {
  text-align: center;
}
.ck-cms-wiki-football-result .football-result__content {
  background-color: #f6f6f6;
}
.ck-cms-wiki-football-result .football-result__content:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
}
.ck-cms-wiki-football-result .football-result__content td:last-child {
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ck-cms-wiki-football-result .football-result__content td:last-child span {
  font-weight: normal;
}
[dir="ltr"]
  .ck-cms-wiki-football-result
  .football-result__content
  td:last-child
  span:nth-child(1) {
  text-align: right;
}
[dir="rtl"]
  .ck-cms-wiki-football-result
  .football-result__content
  td:last-child
  span:nth-child(1) {
  text-align: left;
}
.ck-cms-wiki-football-result
  .football-result__content
  td:last-child
  span:nth-child(1) {
  padding-right: 10px;
  width: 45%;
}
[dir="ltr"]
  .ck-cms-wiki-football-result
  .football-result__content
  td:last-child
  span:nth-child(2) {
  text-align: left;
}
[dir="rtl"]
  .ck-cms-wiki-football-result
  .football-result__content
  td:last-child
  span:nth-child(2) {
  text-align: right;
}
.ck-cms-wiki-football-result
  .football-result__content
  td:last-child
  span:nth-child(2) {
  padding-left: 10px;
  width: 45%;
}
.ck-cms-football-ranking tbody tr.bg__down-rank {
  background-color: #fee1eb;
}
.ck-cms-football-ranking tbody tr.bg__champion-leage {
  background-color: #d2e5fc;
  border-bottom: 1px solid #f5f5f5;
}
.ck-cms-football-ranking tbody tr.bg__europa-leage {
  background-color: #bcefeb;
}
.ck-cms-football-ranking tbody tr.bg__champion-leage-qualification {
  background-color: #bfd3eb;
  border-bottom: 1px solid #f5f5f5;
}
.ck-cms-football-ranking tbody tr.bg__europa-leage-qualification {
  background-color: #e2e2e2;
}
.ck-cms-football-ranking tbody tr.bg__down-rank-playoff {
  background-color: #fee9eb;
}
@media (max-width: 767px) {
  .table-bxh__left {
    width: 100%;
  }
}
.table-bxh__read-more,
.table-bxh__read-more .table-bxh__left ul,
.table-bxh__read-more .table-bxh__left ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-bxh__read-more .table-bxh__left ul li span.note-box {
  border-radius: 2px;
  height: 25px;
  margin-right: 5px;
  width: 25px;
}
.table-bxh__read-more .table-bxh__left ul li span.note-box__champion-leage {
  background-color: #d2e5fc;
}
.table-bxh__read-more .table-bxh__left ul li span.note-box__europa-leage {
  background-color: #bcefeb;
}
.table-bxh__read-more .table-bxh__left ul li span.note-box__down-rank {
  background-color: #fee1eb;
}
.table-bxh__read-more
  .table-bxh__left
  ul
  li
  span.note-box__champion-leage-qualification {
  background-color: #bfd3eb;
}
.table-bxh__read-more
  .table-bxh__left
  ul
  li
  span.note-box__europa-leage-qualification {
  background-color: #e2e2e2;
}
.table-bxh__read-more .table-bxh__left ul li span.note-box__down-rank-playoff {
  background-color: #fee9eb;
}
.table-bxh__read-more .table-bxh__left ul li span.desc {
  font-family: arial;
  font-size: 14px;
  margin-right: 20px;
}
.ck-cms-wiki-news-full {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 140px 15px 1fr;
  grid-template-columns: 140px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 15px;
  grid-gap: 15px;
  gap: 15px;
  border: 1px solid #c4c4c4;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
  background: #f3f3f3;
  font-family: "notosans-regular";
}
.ck-cms-wiki-news-full > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ck-cms-wiki-news-full > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-full {
    -ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-full {
    font-family: "arial";
  }
}
.ck-cms-wiki-news-full .summary__image {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  height: 0px;
}
@media (min-width: 640px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .ck-cms-wiki-news-full .summary__image {
    height: 95px;
    padding-bottom: 0px;
  }
}
.ck-cms-wiki-news-full .summary__image img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-news-full .summary__content {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
.ck-cms-wiki-news-full .summary__content {
  font-size: 15px;
  display: block;
}
.ck-cms-wiki-news-full .summary__content .summary__content-title {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
.ck-cms-wiki-news-full .summary__content .summary__content-title {
  font-size: 16px;
  font-family: "notosans-bold";
  margin-bottom: 7px;
  display: block;
  line-height: 24px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-full .summary__content .summary__content-title {
    font-weight: inherit;
    font-family: "arial";
  }
}
@media (min-width: 640px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .ck-cms-wiki-news-full .summary__content .summary__content-title {
    font-family: "arial" !important;
  }
  .ck-cms-wiki-news-full .summary__content .summary__content-title {
    font-weight: bold;
  }
}
.ck-cms-wiki-news-full .summary__content .summary__content-desc,
.ck-cms-wiki-news-full .summary__content p {
  margin-top: 0px !important;
}
.ck-cms-wiki-news-full .summary__content .summary__content-desc,
.ck-cms-wiki-news-full .summary__content p {
  display: block;
  line-height: 20px;
  font-family: "arial";
  display: block;
  font-size: 14px;
  color: #6c6c6c;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-full .summary__content .summary__content-desc,
  .ck-cms-wiki-news-full .summary__content p {
    display: none;
  }
}
.ck-cms-wiki-news-column-left,
.ck-cms-wiki-news-column-right {
  float: left;
  clear: both;
  font-family: "arial";
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-top: 20px;
}
.ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-right,
.ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-right {
  float: right;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-right,
  .ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-right {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-right.wiki-float-left,
.ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-right.wiki-float-left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-right.wiki-float-left,
  .ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-right.wiki-float-left {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-left,
.ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-left {
  margin-right: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-left,
  .ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-left {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 10px;
  }
}
.ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-left.wiki-float-right,
.ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-left.wiki-float-right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-left.ck-cms-wiki-news-column-left.wiki-float-right,
  .ck-cms-wiki-news-column-right.ck-cms-wiki-news-column-left.wiki-float-right {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-left .summary__image,
.ck-cms-wiki-news-column-right .summary__image {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
  padding-bottom: 66.66%;
  height: 0px;
  margin-bottom: 15px;
}
.ck-cms-wiki-news-column-left .summary__image img,
.ck-cms-wiki-news-column-right .summary__image img {
  width: 100% !important;
}
.ck-cms-wiki-news-column-left .summary__image img,
.ck-cms-wiki-news-column-right .summary__image img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: none;
  transform: none;
  -webkit-transform: initial;
  transform: initial;
}
.ck-cms-wiki-news-column-left .summary__content,
.ck-cms-wiki-news-column-right .summary__content {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
.ck-cms-wiki-news-column-left .summary__content,
.ck-cms-wiki-news-column-right .summary__content {
  font-size: 16px;
  padding: 0px 10px;
  display: block;
  line-height: 24px;
  font-family: "notosans-bold";
  text-indent: 30px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-left .summary__content,
  .ck-cms-wiki-news-column-right .summary__content {
    font-family: "arial";
    font-weight: 600;
  }
}
.ck-cms-wiki-news-column-left .summary__content::before,
.ck-cms-wiki-news-column-right .summary__content::before {
  content: "";
  background-image: url(https://static.vnncdn.net/v1/icon/right-arrow-blue.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-size: contain;
}
.ck-cms-wiki-news-column-left .summary__seemore,
.ck-cms-wiki-news-column-right .summary__seemore {
  color: #447ec5;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.ck-cms-wiki-news-column-left .summary__seemore img,
.ck-cms-wiki-news-column-right .summary__seemore img {
  width: 16px;
  margin-right: 10px;
}
.ck-cms-wiki-news-column-no-image-left-has-border,
.ck-cms-wiki-news-column-no-image-right-has-border {
  float: left;
  clear: both;
  font-family: "arial";
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  border-top: 2px solid #447ec5;
  margin-bottom: 10px;
  margin-top: 20px;
}
.ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-right-has-border,
.ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-right-has-border {
  float: right;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-right-has-border,
  .ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-right-has-border {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-right-has-border.wiki-float-left,
.ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-right-has-border.wiki-float-left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-right-has-border.wiki-float-left,
  .ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-right-has-border.wiki-float-left {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-left-has-border,
.ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-left-has-border {
  margin-right: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-left-has-border,
  .ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-left-has-border {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-left-has-border.wiki-float-right,
.ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-left-has-border.wiki-float-right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-left-has-border.ck-cms-wiki-news-column-no-image-left-has-border.wiki-float-right,
  .ck-cms-wiki-news-column-no-image-right-has-border.ck-cms-wiki-news-column-no-image-left-has-border.wiki-float-right {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-left-has-border .summary__content,
.ck-cms-wiki-news-column-no-image-right-has-border .summary__content {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
.ck-cms-wiki-news-column-no-image-left-has-border .summary__content,
.ck-cms-wiki-news-column-no-image-right-has-border .summary__content {
  font-size: 16px;
  display: block;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-indent: 30px;
  position: relative;
  font-family: "notosans-bold";
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-left-has-border .summary__content,
  .ck-cms-wiki-news-column-no-image-right-has-border .summary__content {
    font-family: "arial";
    font-weight: 600;
  }
}
.ck-cms-wiki-news-column-no-image-left-has-border .summary__content::before,
.ck-cms-wiki-news-column-no-image-right-has-border .summary__content::before {
  content: "";
  background-image: url(https://static.vnncdn.net/v1/icon/right-arrow-blue.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-size: contain;
}
.ck-cms-wiki-news-column-no-image-left-has-border .summary__content-desc,
.ck-cms-wiki-news-column-no-image-right-has-border .summary__content-desc {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  position: relative;
}
.ck-cms-wiki-news-column-no-image-left-has-border .summary__seemore,
.ck-cms-wiki-news-column-no-image-right-has-border .summary__seemore {
  color: #447ec5;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.ck-cms-wiki-news-column-no-image-left-has-border .summary__seemore img,
.ck-cms-wiki-news-column-no-image-right-has-border .summary__seemore img {
  width: 16px;
  margin-right: 10px;
}
.ck-cms-wiki-news-column-no-image-right,
.ck-cms-wiki-news-column-no-image-left {
  float: left;
  clear: both;
  font-family: "arial";
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.ck-cms-wiki-news-column-no-image-right.has-border-top,
.ck-cms-wiki-news-column-no-image-left.has-border-top {
  border-top: 2px solid #447ec5;
}
.ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-left,
.ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-left {
  margin-right: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-left,
  .ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-left {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-left.wiki-float-right,
.ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-left.wiki-float-right {
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-left.wiki-float-right,
  .ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-left.wiki-float-right {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-right,
.ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-right {
  float: right;
  margin-left: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-right,
  .ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-right {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-right.wiki-float-left,
.ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-right.wiki-float-left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-right.ck-cms-wiki-news-column-no-image-right.wiki-float-left,
  .ck-cms-wiki-news-column-no-image-left.ck-cms-wiki-news-column-no-image-right.wiki-float-left {
    float: none;
    float: initial;
    margin-right: 0;
    margin-left: 0;
  }
}
.ck-cms-wiki-news-column-no-image-right .summary__content,
.ck-cms-wiki-news-column-no-image-left .summary__content {
  color: #2a2a2a !important;
  text-decoration: none !important;
}
.ck-cms-wiki-news-column-no-image-right .summary__content,
.ck-cms-wiki-news-column-no-image-left .summary__content {
  font-size: 16px;
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 24px;
  text-indent: 30px;
  position: relative;
  font-family: "notosans-bold";
}
@media (max-width: 639px) {
  .ck-cms-wiki-news-column-no-image-right .summary__content,
  .ck-cms-wiki-news-column-no-image-left .summary__content {
    font-family: "arial";
    font-weight: 600;
  }
}
.ck-cms-wiki-news-column-no-image-right .summary__content::before,
.ck-cms-wiki-news-column-no-image-left .summary__content::before {
  content: "";
  background-image: url(https://static.vnncdn.net/v1/icon/right-arrow-blue.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-size: contain;
}
.ck-cms-wiki-news-column-no-image-right > .summary__content-desc,
.ck-cms-wiki-news-column-no-image-right p,
.ck-cms-wiki-news-column-no-image-left > .summary__content-desc,
.ck-cms-wiki-news-column-no-image-left p {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
  position: relative;
}
.ck-cms-wiki-news-column-no-image-right > .summary__content-desc::after,
.ck-cms-wiki-news-column-no-image-right p::after,
.ck-cms-wiki-news-column-no-image-left > .summary__content-desc::after,
.ck-cms-wiki-news-column-no-image-left p::after {
  content: "";
  width: 20%;
  height: 2px;
  background: #4f86c8;
  position: absolute;
  top: -10px;
  left: 0px;
}
.ck-cms-wiki-news-column-no-image-right .summary__seemore,
.ck-cms-wiki-news-column-no-image-left .summary__seemore {
  color: #447ec5;
  font-weight: 600;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: none;
}
.ck-cms-wiki-news-column-no-image-right .summary__seemore img,
.ck-cms-wiki-news-column-no-image-left .summary__seemore img {
  width: 16px;
  margin-right: 10px;
}
.no-border {
  border: none !important;
}
.bg-blue {
  background: #eff4fa;
}
.bg-gray {
  background: #ececec;
}
.border-blue {
  border-color: #447ec5 !important;
}
.rounded {
  border-radius: 20px;
}
.quote-blue::before {
  background-image: url("https://static.vnncdn.net/v1/icon/quote-blue.png") !important;
}
.quote-blue::after {
  background-image: url("https://static.vnncdn.net/v1/icon/quote-blue.png") !important;
}
.ck-cms-wiki-quote,
.ck-cms-wiki-quote-full {
  margin-top: 20px;
  clear: both;
  font-family: "arial";
  padding: 20px;
  border: 1.5px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.ck-cms-wiki-quote::before,
.ck-cms-wiki-quote-full::before {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19px;
  right: 45px;
}
.ck-cms-wiki-quote::after,
.ck-cms-wiki-quote-full::after {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -22px;
  left: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-wiki-quote .quote__content,
.ck-cms-wiki-quote-full .quote__content {
  color: #464646;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}
.ck-cms-wiki-quote .quote__content p,
.ck-cms-wiki-quote-full .quote__content p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote .quote__content a,
.ck-cms-wiki-quote-full .quote__content a {
  color: #464646 !important;
}
.ck-cms-wiki-quote .quote__content a,
.ck-cms-wiki-quote-full .quote__content a {
  text-decoration: underline;
}
.ck-cms-wiki-quote .quote__author,
.ck-cms-wiki-quote-full .quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ck-cms-wiki-quote .quote__author--avatar,
.ck-cms-wiki-quote-full .quote__author--avatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ck-cms-wiki-quote .quote__author--avatar img,
.ck-cms-wiki-quote-full .quote__author--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-quote .quote__author--name,
.ck-cms-wiki-quote-full .quote__author--name {
  font-size: 15px;
  color: #10517e;
}
.ck-cms-wiki-quote .quote__author--name p,
.ck-cms-wiki-quote-full .quote__author--name p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote .quote__author--name a,
.ck-cms-wiki-quote-full .quote__author--name a {
  color: #10517e !important;
}
.ck-cms-wiki-quote .quote__author--name a,
.ck-cms-wiki-quote-full .quote__author--name a {
  text-decoration: underline;
}
.ck-cms-wiki-quote.wiki-float-left,
.ck-cms-wiki-quote-full.wiki-float-left {
  width: 380px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote.wiki-float-left,
  .ck-cms-wiki-quote-full.wiki-float-left {
    width: 100%;
    float: none;
    float: initial;
    margin-right: 0px;
  }
}
.ck-cms-wiki-quote.wiki-float-right,
.ck-cms-wiki-quote-full.wiki-float-right {
  width: 380px;
  float: right;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote.wiki-float-right,
  .ck-cms-wiki-quote-full.wiki-float-right {
    width: 100%;
    float: none;
    float: initial;
    margin-left: 0px;
  }
}
.ck-cms-wiki-quote-has-space,
.ck-cms-wiki-quote-has-space-full {
  margin-top: 20px;
  clear: both;
  font-family: "arial";
  padding: 30px;
  border: 1.5px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.ck-cms-wiki-quote-has-space::before,
.ck-cms-wiki-quote-has-space-full::before {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19px;
  right: 45px;
}
.ck-cms-wiki-quote-has-space::after,
.ck-cms-wiki-quote-has-space-full::after {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -22px;
  left: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-wiki-quote-has-space .quote__content,
.ck-cms-wiki-quote-has-space-full .quote__content {
  color: #464646;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}
.ck-cms-wiki-quote-has-space .quote__content p,
.ck-cms-wiki-quote-has-space-full .quote__content p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-has-space .quote__content a,
.ck-cms-wiki-quote-has-space-full .quote__content a {
  color: #464646 !important;
}
.ck-cms-wiki-quote-has-space .quote__content a,
.ck-cms-wiki-quote-has-space-full .quote__content a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-has-space .quote__author,
.ck-cms-wiki-quote-has-space-full .quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ck-cms-wiki-quote-has-space .quote__author--avatar,
.ck-cms-wiki-quote-has-space-full .quote__author--avatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ck-cms-wiki-quote-has-space .quote__author--avatar img,
.ck-cms-wiki-quote-has-space-full .quote__author--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-quote-has-space .quote__author--name,
.ck-cms-wiki-quote-has-space-full .quote__author--name {
  font-size: 15px;
  color: #10517e;
}
.ck-cms-wiki-quote-has-space .quote__author--name p,
.ck-cms-wiki-quote-has-space-full .quote__author--name p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-has-space .quote__author--name a,
.ck-cms-wiki-quote-has-space-full .quote__author--name a {
  color: #10517e !important;
}
.ck-cms-wiki-quote-has-space .quote__author--name a,
.ck-cms-wiki-quote-has-space-full .quote__author--name a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-has-space.wiki-float-left,
.ck-cms-wiki-quote-has-space-full.wiki-float-left {
  width: 380px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-has-space.wiki-float-left,
  .ck-cms-wiki-quote-has-space-full.wiki-float-left {
    width: 100%;
    float: none;
    float: initial;
    margin-right: 0px;
  }
}
.ck-cms-wiki-quote-has-space.wiki-float-right,
.ck-cms-wiki-quote-has-space-full.wiki-float-right {
  width: 380px;
  float: right;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-has-space.wiki-float-right,
  .ck-cms-wiki-quote-has-space-full.wiki-float-right {
    width: 100%;
    float: none;
    float: initial;
    margin-left: 0px;
  }
}
.ck-cms-wiki-quote-has-space.rounded,
.ck-cms-wiki-quote-has-space-full.rounded {
  border-radius: 5px;
}
.ck-cms-wiki-quote-has-space::before,
.ck-cms-wiki-quote-has-space-full::before {
  content: normal;
  content: initial;
}
.ck-cms-wiki-quote-has-space::after,
.ck-cms-wiki-quote-has-space-full::after {
  content: normal;
  content: initial;
}
.ck-cms-wiki-quote-has-space .space-right img,
.ck-cms-wiki-quote-has-space .space-left img,
.ck-cms-wiki-quote-has-space-full .space-right img,
.ck-cms-wiki-quote-has-space-full .space-left img {
  width: 28px !important;
}
.ck-cms-wiki-quote-has-space .space-left,
.ck-cms-wiki-quote-has-space-full .space-left {
  position: absolute;
  left: -2px;
  top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  height: 22px;
}
.ck-cms-wiki-quote-has-space .space-left::after,
.ck-cms-wiki-quote-has-space-full .space-left::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 4px;
  background: #fff;
  right: -1px;
  top: -77px;
  z-index: -1;
}
.ck-cms-wiki-quote-has-space .space-left::before,
.ck-cms-wiki-quote-has-space-full .space-left::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: #fff;
  top: 13px;
  z-index: -5;
  left: -25px;
}
.ck-cms-wiki-quote-has-space .space-right,
.ck-cms-wiki-quote-has-space-full .space-right {
  position: absolute;
  right: -2px;
  bottom: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
.ck-cms-wiki-quote-has-space .space-right img,
.ck-cms-wiki-quote-has-space-full .space-right img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-wiki-quote-has-space .space-right::after,
.ck-cms-wiki-quote-has-space-full .space-right::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 4px;
  background: #fff;
  left: -1px;
  bottom: -75px;
  z-index: -1;
}
.ck-cms-wiki-quote-has-space .space-right::before,
.ck-cms-wiki-quote-has-space-full .space-right::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: #fff;
  right: -25px;
  top: 6px;
  z-index: -5;
}
.ck-cms-wiki-quote-has-space-left,
.ck-cms-wiki-quote-has-space-right {
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  margin-top: 20px;
  clear: both;
  font-family: "arial";
  padding: 30px;
  border: 1.5px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-left,
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-right,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-left,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-right {
  padding: 30px !important;
}
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-left::before,
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-left::after,
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-right::before,
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-right::after,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-left::before,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-left::after,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-right::before,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-right::after {
  content: normal !important;
  content: initial !important;
}
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-left,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-left {
  float: left;
}
.ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-right,
.ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-right {
  float: right;
}
.ck-cms-wiki-quote-has-space-left::before,
.ck-cms-wiki-quote-has-space-right::before {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19px;
  right: 45px;
}
.ck-cms-wiki-quote-has-space-left::after,
.ck-cms-wiki-quote-has-space-right::after {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -22px;
  left: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-wiki-quote-has-space-left .quote__content,
.ck-cms-wiki-quote-has-space-right .quote__content {
  color: #464646;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}
.ck-cms-wiki-quote-has-space-left .quote__content p,
.ck-cms-wiki-quote-has-space-right .quote__content p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-has-space-left .quote__content a,
.ck-cms-wiki-quote-has-space-right .quote__content a {
  color: #464646 !important;
}
.ck-cms-wiki-quote-has-space-left .quote__content a,
.ck-cms-wiki-quote-has-space-right .quote__content a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-has-space-left .quote__author,
.ck-cms-wiki-quote-has-space-right .quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ck-cms-wiki-quote-has-space-left .quote__author--avatar,
.ck-cms-wiki-quote-has-space-right .quote__author--avatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ck-cms-wiki-quote-has-space-left .quote__author--avatar img,
.ck-cms-wiki-quote-has-space-right .quote__author--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-quote-has-space-left .quote__author--name,
.ck-cms-wiki-quote-has-space-right .quote__author--name {
  font-size: 15px;
  color: #10517e;
}
.ck-cms-wiki-quote-has-space-left .quote__author--name p,
.ck-cms-wiki-quote-has-space-right .quote__author--name p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-has-space-left .quote__author--name a,
.ck-cms-wiki-quote-has-space-right .quote__author--name a {
  color: #10517e !important;
}
.ck-cms-wiki-quote-has-space-left .quote__author--name a,
.ck-cms-wiki-quote-has-space-right .quote__author--name a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-has-space-left.wiki-float-left,
.ck-cms-wiki-quote-has-space-right.wiki-float-left {
  width: 380px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-has-space-left.wiki-float-left,
  .ck-cms-wiki-quote-has-space-right.wiki-float-left {
    width: 100%;
    float: none;
    float: initial;
    margin-right: 0px;
  }
}
.ck-cms-wiki-quote-has-space-left.wiki-float-right,
.ck-cms-wiki-quote-has-space-right.wiki-float-right {
  width: 380px;
  float: right;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-has-space-left.wiki-float-right,
  .ck-cms-wiki-quote-has-space-right.wiki-float-right {
    width: 100%;
    float: none;
    float: initial;
    margin-left: 0px;
  }
}
.ck-cms-wiki-quote-has-space-left::before,
.ck-cms-wiki-quote-has-space-right::before {
  content: normal;
  content: initial;
}
.ck-cms-wiki-quote-has-space-left::after,
.ck-cms-wiki-quote-has-space-right::after {
  content: normal;
  content: initial;
}
.ck-cms-wiki-quote-has-space-left .space-right img,
.ck-cms-wiki-quote-has-space-left .space-left img,
.ck-cms-wiki-quote-has-space-right .space-right img,
.ck-cms-wiki-quote-has-space-right .space-left img {
  width: 28px !important;
}
.ck-cms-wiki-quote-has-space-left .space-left,
.ck-cms-wiki-quote-has-space-right .space-left {
  position: absolute;
  left: -2px;
  top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  height: 22px;
}
.ck-cms-wiki-quote-has-space-left .space-left::after,
.ck-cms-wiki-quote-has-space-right .space-left::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 4px;
  background: #fff;
  right: -1px;
  top: -77px;
  z-index: -1;
}
.ck-cms-wiki-quote-has-space-left .space-left::before,
.ck-cms-wiki-quote-has-space-right .space-left::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 50px;
  background: #fff;
  top: 13px;
  z-index: -5;
  left: -25px;
}
.ck-cms-wiki-quote-has-space-left .space-right,
.ck-cms-wiki-quote-has-space-right .space-right {
  position: absolute;
  right: -2px;
  bottom: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
.ck-cms-wiki-quote-has-space-left .space-right img,
.ck-cms-wiki-quote-has-space-right .space-right img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-wiki-quote-has-space-left .space-right::after,
.ck-cms-wiki-quote-has-space-right .space-right::after {
  content: "";
  position: absolute;
  height: 90px;
  width: 4px;
  background: #fff;
  left: -1px;
  bottom: -75px;
  z-index: -1;
}
.ck-cms-wiki-quote-has-space-left .space-right::before,
.ck-cms-wiki-quote-has-space-right .space-right::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 70px;
  background: #fff;
  right: -45px;
  top: 6px;
  z-index: -5;
}
.ck-cms-wiki-quote-has-space-left.type-2 .space-left,
.ck-cms-wiki-quote-has-space-right.type-2 .space-left {
  left: 25px;
}
.ck-cms-wiki-quote-has-space-left.type-2 .space-left::before,
.ck-cms-wiki-quote-has-space-right.type-2 .space-left::before {
  left: -15px;
}
.ck-cms-wiki-quote-has-space-left.type-2 .space-left::after,
.ck-cms-wiki-quote-has-space-right.type-2 .space-left::after {
  height: 4px;
  width: 230px;
  top: 13px;
}
.ck-cms-wiki-quote-has-space-left.type-2 .space-right,
.ck-cms-wiki-quote-has-space-right.type-2 .space-right {
  right: 25px;
}
.ck-cms-wiki-quote-has-space-left.type-2 .space-right::before,
.ck-cms-wiki-quote-has-space-right.type-2 .space-right::before {
  right: -15px;
}
.ck-cms-wiki-quote-has-space-left.type-2 .space-right::after,
.ck-cms-wiki-quote-has-space-right.type-2 .space-right::after {
  height: 4px;
  bottom: 12px;
  width: 230px;
}
.ck-cms-wiki-quote-left,
.ck-cms-wiki-quote-right {
  clear: both;
  font-family: "arial";
  padding: 20px;
  border: 1.5px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
}
.ck-cms-wiki-quote-left .space-right img,
.ck-cms-wiki-quote-left .space-left img,
.ck-cms-wiki-quote-right .space-right img,
.ck-cms-wiki-quote-right .space-left img {
  width: 28px !important;
}
.ck-cms-wiki-quote-left.ck-cms-wiki-quote-right,
.ck-cms-wiki-quote-right.ck-cms-wiki-quote-right {
  float: right;
  margin-left: 10px;
}
.ck-cms-wiki-quote-left.ck-cms-wiki-quote-left,
.ck-cms-wiki-quote-right.ck-cms-wiki-quote-left {
  margin-right: 10px;
  float: left;
}
.ck-cms-wiki-quote-left::before,
.ck-cms-wiki-quote-right::before {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -19px;
  right: 45px;
}
.ck-cms-wiki-quote-left::after,
.ck-cms-wiki-quote-right::after {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/quote.png");
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -22px;
  left: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-wiki-quote-left .quote__content,
.ck-cms-wiki-quote-right .quote__content {
  color: #464646;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}
.ck-cms-wiki-quote-left .quote__content p,
.ck-cms-wiki-quote-right .quote__content p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-left .quote__content a,
.ck-cms-wiki-quote-right .quote__content a {
  color: #464646 !important;
}
.ck-cms-wiki-quote-left .quote__content a,
.ck-cms-wiki-quote-right .quote__content a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-left .quote__author,
.ck-cms-wiki-quote-right .quote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ck-cms-wiki-quote-left .quote__author--avatar,
.ck-cms-wiki-quote-right .quote__author--avatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ck-cms-wiki-quote-left .quote__author--avatar img,
.ck-cms-wiki-quote-right .quote__author--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-quote-left .quote__author--name,
.ck-cms-wiki-quote-right .quote__author--name {
  font-size: 15px;
  color: #10517e;
}
.ck-cms-wiki-quote-left .quote__author--name p,
.ck-cms-wiki-quote-right .quote__author--name p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-left .quote__author--name a,
.ck-cms-wiki-quote-right .quote__author--name a {
  color: #10517e !important;
}
.ck-cms-wiki-quote-left .quote__author--name a,
.ck-cms-wiki-quote-right .quote__author--name a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-left.wiki-float-left,
.ck-cms-wiki-quote-right.wiki-float-left {
  width: 380px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-left.wiki-float-left,
  .ck-cms-wiki-quote-right.wiki-float-left {
    width: 100%;
    float: none;
    float: initial;
    margin-right: 0px;
  }
}
.ck-cms-wiki-quote-left.wiki-float-right,
.ck-cms-wiki-quote-right.wiki-float-right {
  width: 380px;
  float: right;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-left.wiki-float-right,
  .ck-cms-wiki-quote-right.wiki-float-right {
    width: 100%;
    float: none;
    float: initial;
    margin-left: 0px;
  }
}
.ck-cms-special-quote-wiki-full {
  color: #464646;
  font-size: 16px;
  margin-top: 20px;
  clear: both;
  font-family: "arial";
  padding: 20px;
  border: 1.5px solid #000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.ck-cms-special-quote-wiki-full .quote__content {
  display: block;
  color: #464646;
  font-style: italic;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}
.ck-cms-special-quote-wiki-full .quote__author {
  display: block;
  font-size: 15px;
  color: #10517e;
  font-style: italic;
  font-weight: 700;
}
.ck-cms-special-quote-wiki-full .space-right img,
.ck-cms-special-quote-wiki-full .space-left img {
  width: 28px !important;
}
.ck-cms-special-quote-wiki-full .space-left {
  position: absolute;
  left: -2px;
  top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #fff;
  display: block;
  height: 22px;
}
.ck-cms-special-quote-wiki-full .space-right {
  position: absolute;
  right: -2px;
  bottom: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background: #fff;
  display: block;
}
.ck-cms-special-quote-wiki-full .space-right img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-color-background-full {
  background: #f7f7f7;
  font-family: "arial";
  font-size: 14px;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
}
.ck-cms-color-background-full a:hover {
  text-decoration: underline;
}
.ck-cms-color-background-full::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #4267b2;
  left: 0px;
  top: 0px;
}
.ck-cms-color-background-full .color-wiki__title {
  text-indent: 30px;
  color: #4267b2;
  font-weight: bold;
  display: block;
  line-height: 22px;
  margin-bottom: 25px;
  position: relative;
}
.ck-cms-color-background-full .color-wiki__title::before {
  content: "";
  background-image: url("https://static.vnncdn.net/v1/icon/right-arrow-blue.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  left: 2px;
  background-size: contain;
  top: 1px;
}
.ck-cms-color-background-full .color-wiki__introduce {
  color: #3e3e3e;
  display: block;
  line-height: 22px;
  margin-bottom: 7px;
}
.ck-cms-color-background-full .color-wiki__download {
  color: #4267b2;
  display: block;
  text-decoration: none;
  margin-bottom: 7px;
}
.ck-cms-color-background-full .color-wiki__description {
  color: #3e3e3e;
  display: block;
  line-height: 22px;
}
.ck-cms-color-background-full .color-wiki__description p {
  margin-top: 0px !important;
}
.ck-cms-color-background-full .color-wiki__description p:not(:last-child) {
  margin-bottom: 15px !important;
}
.ck-cms-color-background-full.type-2::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-2 .color-wiki__title {
  text-indent: 0px;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
}
.ck-cms-color-background-full.type-2 .color-wiki__title::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-3 {
  background-color: #d9e5f1;
}
.ck-cms-color-background-full.type-3::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-3 .color-wiki__title {
  text-indent: 0px;
  color: #383f45;
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
}
.ck-cms-color-background-full.type-3 .color-wiki__title::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-4 {
  background-color: #e3f6f2;
}
.ck-cms-color-background-full.type-4::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-4 .color-wiki__title {
  text-indent: 0px;
  color: #277879;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
}
.ck-cms-color-background-full.type-4 .color-wiki__title::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-4 .color-wiki__download {
  color: #346b66;
}
.ck-cms-color-background-full.type-5 {
  background-color: #f6f7f9;
}
.ck-cms-color-background-full.type-5::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: #d8d8da;
  left: 0px;
}
.ck-cms-color-background-full.type-5 .color-wiki__title {
  text-indent: 0px;
  color: #3c3c3e;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.ck-cms-color-background-full.type-5 .color-wiki__title::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-5 .color-wiki__download {
  color: #b2282e;
}
.ck-cms-color-background-full.type-6 {
  background-color: #fffbf2;
}
.ck-cms-color-background-full.type-6::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-6 .color-wiki__title {
  text-indent: 0px;
  color: #e86c1a;
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
  margin-bottom: 15px;
}
.ck-cms-color-background-full.type-6 .color-wiki__title::before {
  content: normal;
  content: initial;
}
.ck-cms-color-background-full.type-6 .color-wiki__download {
  color: #e86c1a;
  font-style: italic;
  font-weight: 600;
}
.ck-cms-color-background-full.type-6 .color-wiki__introduce {
  color: #e86c1a;
}
.ck-cms-color-background-full.type-6 .color-wiki__description {
  color: #e86c1a;
}
.ck-cms-insert-neww-group {
  clear: both;
  border: 1px solid #c4c4c4;
  font-family: "arial";
  padding: 15px;
  background: #f8f8f8;
  margin: 15px 0px;
}
.ck-cms-insert-neww-group .ck-cms-insert-news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 15px;
  gap: 15px;
}
.ck-cms-insert-neww-group .ck-cms-insert-news > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.ck-cms-insert-neww-group .ck-cms-insert-news > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.ck-cms-insert-neww-group .ck-cms-insert-news:not(:last-child) {
  border-bottom: 1px solid #e3e0e0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ck-cms-insert-neww-group .ck-cms-insert-news > a {
  padding-bottom: 66.66%;
  position: relative;
  height: 0px;
  display: block;
}
@media (min-width: 640px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .ck-cms-insert-neww-group .ck-cms-insert-news > a {
    padding-bottom: 0;
    padding-bottom: initial;
    width: 140px;
    height: 95px;
  }
}
.ck-cms-insert-neww-group .ck-cms-insert-news > a img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 640px) and (-ms-high-contrast: none),
  (-ms-high-contrast: active) {
  .ck-cms-insert-neww-group .ck-cms-insert-news > a img {
    padding-bottom: 0;
    padding-bottom: initial;
    position: static;
    position: initial;
  }
}
.ck-cms-insert-neww-group
  .ck-cms-insert-news
  .insert-wiki-content
  .insert-wiki-title
  a {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: 500;
  text-decoration: none;
}
.ck-cms-insert-neww-group
  .ck-cms-insert-news
  .insert-wiki-content
  .insert-wiki-description,
.ck-cms-insert-neww-group .ck-cms-insert-news .insert-wiki-content p {
  display: none;
}
.ck-cms-wiki-quote-has-space-v2 {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ck-cms-wiki-quote-has-space-v2.wiki-float-left {
  width: 380px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-has-space-v2.wiki-float-left {
    width: 100%;
    float: none;
    float: initial;
    margin-right: 0px;
  }
}
.ck-cms-wiki-quote-has-space-v2.wiki-float-right {
  width: 380px;
  float: right;
  margin-left: 15px;
}
@media (max-width: 639px) {
  .ck-cms-wiki-quote-has-space-v2.wiki-float-right {
    width: 100%;
    float: none;
    float: initial;
    margin-left: 0px;
  }
}
.ck-cms-wiki-quote-has-space-v2 .quote__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "arial";
}
.ck-cms-wiki-quote-has-space-v2 .quote__info .space-left,
.ck-cms-wiki-quote-has-space-v2 .quote__info .space-right {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info .space-right {
  bottom: -3px;
  right: -1px;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--content {
  font-size: 17px;
  color: #1f1f1f;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--content p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--content a {
  color: #1f1f1f !important;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--content a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--author-avatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--author-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--author-name {
  color: #2a2a2a;
  font-size: 15px;
  line-height: 23px;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--author-name p {
  margin: 0px !important;
  padding: 0px !important;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--author-name a {
  color: #2a2a2a !important;
}
.ck-cms-wiki-quote-has-space-v2 .quote__info--author-name a {
  text-decoration: underline;
}
.ck-cms-wiki-quote-has-space-v2-temp-one {
  background: #f8f7f2;
}
.ck-cms-wiki-quote-has-space-v2-temp-one .quote__info {
  border: 1.5px solid #d9d3c5;
  border-radius: 0px 20px;
  padding: 35px 10px 25px;
}
.ck-cms-wiki-quote-has-space-v2-temp-one .quote__info .space-left,
.ck-cms-wiki-quote-has-space-v2-temp-one .quote__info .space-right {
  background-color: #f8f7f2;
  width: 41px;
  height: 26px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-one-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-one .quote__info .space-left {
  top: -3px;
  left: -2px;
}
.ck-cms-wiki-quote-has-space-v2-temp-one .quote__info .space-right {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: -2px;
}
.ck-cms-wiki-quote-has-space-v2-temp-two .quote__info,
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info {
  padding: 47px 10px 30px;
}
.ck-cms-wiki-quote-has-space-v2-temp-two .quote__info .space-left,
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info .space-left {
  top: 10px;
}
.ck-cms-wiki-quote-has-space-v2-temp-two .quote__info .space-right,
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info .space-right {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.ck-cms-wiki-quote-has-space-v2-temp-two {
  background: #f9f5ec;
}
.ck-cms-wiki-quote-has-space-v2-temp-two .quote__info .space-left,
.ck-cms-wiki-quote-has-space-v2-temp-two .quote__info .space-right {
  width: 38px;
  height: 23px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-two-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-three {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-pc-temp-three-quote-v2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ck-cms-wiki-quote-has-space-v2-temp-three.wiki-float-left,
.ck-cms-wiki-quote-has-space-v2-temp-three.wiki-float-right {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-temp-three-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info .space-left,
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info .space-right {
  width: 41px;
  height: 26px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-three-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info--content {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info--content a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info--author-name {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-three .quote__info--author-name a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-four {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-pc-temp-four-quote-v2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ck-cms-wiki-quote-has-space-v2-temp-four .quote__info {
  padding: 10px 0px 0px;
}
.ck-cms-wiki-quote-has-space-v2-temp-four .quote__info .space-left {
  top: 23px;
  left: 36px;
  width: 38px;
  height: 27px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-four-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-four .quote__info--content {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-content-pc-temp-four-quote-v2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 10px 25px;
  overflow: hidden;
  border-radius: 40px;
}
.ck-cms-wiki-quote-has-space-v2-temp-four .quote__info--author {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 10px;
}
.ck-cms-wiki-quote-has-space-v2-temp-four .quote__info--author-name {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-four .quote__info--author-name a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-four.wiki-float-left,
.ck-cms-wiki-quote-has-space-v2-temp-four.wiki-float-right {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-mobile-temp-four-quote-v2.svg");
  background-size: auto;
}
.ck-cms-wiki-quote-has-space-v2-temp-four.wiki-float-left
  .quote__info
  .space-left,
.ck-cms-wiki-quote-has-space-v2-temp-four.wiki-float-right
  .quote__info
  .space-left {
  top: 40px;
  left: 15px;
}
.ck-cms-wiki-quote-has-space-v2-temp-four.wiki-float-left .quote__info--content,
.ck-cms-wiki-quote-has-space-v2-temp-four.wiki-float-right
  .quote__info--content {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-content-mobile-temp-four-quote-v2.svg");
  padding: 80px 10px 42px;
}
.ck-cms-wiki-quote-has-space-v2-temp-five {
  background: #fff6ee;
  border-radius: 18px;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info {
  padding: 33px 10px 12px;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info .space-left {
  background-color: #ff7101;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  top: -30px;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info .space-left::after {
  content: "";
  width: 30px;
  height: 19px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-five-quote-v2.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info--content {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info--content a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info--author {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding-right: 10px;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info--author::after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  height: 15px;
  background-color: #ff7101;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info--author-name {
  color: #ff7101;
}
.ck-cms-wiki-quote-has-space-v2-temp-five .quote__info--author-name a {
  color: #ff7101 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-six {
  border-radius: 6.238px;
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-box-shadow: 6.238px 6.238px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 6.238px 6.238px 0px 0px rgba(0, 0, 0, 0.1);
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info {
  padding: 28px 10px 20px;
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info .space-left,
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info .space-right {
  width: 49px;
  height: 49px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-six-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info .space-left {
  top: -30px;
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info .space-right {
  bottom: -30px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info--content {
  color: #2a2a2a;
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info--content a {
  color: #2a2a2a !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info--author-name {
  color: #cb2026;
}
.ck-cms-wiki-quote-has-space-v2-temp-six .quote__info--author-name a {
  color: #cb2026 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven {
  background: #d6ebf0;
  border-radius: 18px;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info {
  padding: 10px;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info .space-right {
  bottom: 3px;
  right: 20px;
  width: 38px;
  height: 27px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-seven-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info--content {
  color: #304144;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info--content a {
  color: #304144 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info--author {
  position: relative;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info--author::after {
  content: "➤";
  position: absolute;
  color: #d6ebf0;
  font-size: 60px;
  bottom: -32px;
  right: 46px;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info--author-name {
  color: #304144;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven .quote__info--author-name a {
  color: #304144 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-seven.wiki-float-left .quote__info::after,
.ck-cms-wiki-quote-has-space-v2-temp-seven.wiki-float-right
  .quote__info::after {
  right: 60px;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-pc-temp-eight-quote-v2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info {
  padding: 43px 20px 20px;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info .hight-line {
  position: absolute;
  top: 30px;
  width: 68px;
  height: 2px;
  background: #ccdce8;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info .space-right {
  left: 0px;
  bottom: 1px;
  right: auto;
  right: initial;
  width: 36px;
  height: 25px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-eight-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info--content {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info--content a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info--content {
  margin-bottom: 0px;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info--author {
  position: relative;
  padding-left: 50px;
  margin-top: 10px;
  min-height: 23px;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info--author-name {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight .quote__info--author-name a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-eight.wiki-float-left,
.ck-cms-wiki-quote-has-space-v2-temp-eight.wiki-float-right {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-mobile-temp-eight-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-eight.wiki-float-left .quote__info--author,
.ck-cms-wiki-quote-has-space-v2-temp-eight.wiki-float-right
  .quote__info--author {
  margin-top: 40px;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-pc-temp-nine-quote-v2.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine .quote__info {
  padding: 60px 10px 20px;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine .quote__info .space-left {
  top: 10px;
  width: 50px;
  height: 35px;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-temp-nine-quote-v2.svg");
}
.ck-cms-wiki-quote-has-space-v2-temp-nine .quote__info--content {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine .quote__info--content a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine .quote__info--author-name {
  color: #043146;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine .quote__info--author-name a {
  color: #043146 !important;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-left,
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-right {
  background-image: url("https://static.vnncdn.net/v1/icon/bg-mobile-temp-nine-quote-v2.svg");
  background-position: top;
  background-size: auto;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-left .quote__info,
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-right .quote__info {
  padding: 55px 10px 50px;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-left
  .quote__info
  .space-left,
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-right
  .quote__info
  .space-left {
  top: 0px;
}
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-left .quote__info--content,
.ck-cms-wiki-quote-has-space-v2-temp-nine.wiki-float-right
  .quote__info--content {
  margin-bottom: 25px;
}
.ck-cms-wiki-news-column-border-info,
.ck-cms-wiki-news-column-border-left {
  border: none !important;
  padding: 0 !important;
  padding: initial !important;
  width: 278px !important;
}
@media (max-width: 767px) {
  .ck-cms-wiki-news-column-border-info,
  .ck-cms-wiki-news-column-border-left {
    width: auto !important;
  }
}
.ck-cms-wiki-news-column-border-info .summary__image {
  margin-bottom: 0px;
}
.ck-cms-wiki-news-column-border-info .summary__info {
  padding: 15px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
.ck-cms-wiki-news-column-border-info .summary__info--title {
  display: block;
  color: #2a2a2a;
  font-family: "notosans-bold";
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
}
.ck-cms-wiki-news-column-border-info .summary__info--title a {
  color: #2a2a2a !important;
}
.ck-cms-wiki-news-column-border-info .summary__info--title a {
  display: block;
  font-family: "notosans-bold";
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
  text-decoration: none;
}
.ck-cms-wiki-news-column-border-info .summary__info--seemore {
  position: relative;
  display: block;
  text-align: right;
  cursor: pointer;
  padding-right: 22px;
  color: #2a2a2a;
  font-family: "arial";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
.ck-cms-wiki-news-column-border-info .summary__info--seemore a {
  color: #2a2a2a !important;
}
.ck-cms-wiki-news-column-border-info .summary__info--seemore a {
  font-family: "arial";
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}
.ck-cms-wiki-news-column-border-info .summary__info--seemore::before {
  content: "";
  position: absolute;
  right: 0;
  background-image: url("https://static.vnncdn.net/v1/icon/icon-arrow-view-detail-news.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.ck-cms-wiki-news-column-border-left .summary__title {
  display: block;
  border-left: 2px solid #ba5042;
  padding: 5px 0px 5px 14px;
  color: #404040;
  font-family: "notosans-bold";
  font-size: 16px;
  line-height: 140%;
}
.ck-cms-wiki-news-column-border-left .summary__title a {
  color: #404040 !important;
}
.ck-cms-wiki-news-column-border-left .summary__title a {
  font-family: "notosans-bold";
  font-size: 16px;
  line-height: 140%;
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .ck-cms-wiki-right-image-rounded {
    width: 280px;
    float: right;
  }
  .ck-cms-wiki-left-image-rounded {
    float: left;
    width: 280px;
  }
  .ck-cms-wiki-left-image-default {
    width: 260px;
    float: left;
  }
  .ck-cms-wiki-right-image-default {
    float: right;
    width: 260px;
  }
  .ck-cms-wiki-full-image-rounded {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0px;
    padding-right: 20px;
  }
  .ck-cms-wiki-full-image-rounded div:first-child {
    min-width: 250px;
  }
  .ck-cms-wiki-full-image-rounded div:last-child img {
    margin: 0;
    margin: initial;
    margin-bottom: 15px;
  }
  .ck-cms-wiki-right-health {
    width: 280px;
    float: right;
  }
  .ck-cms-wiki-left-health {
    float: left;
    width: 280px;
  }
  .ck-cms-wiki-full-health {
    clear: both;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 210px 1fr;
    grid-template-columns: 210px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .ck-cms-wiki-full-health > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ck-cms-wiki-full-health > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ck-cms-wiki-full-health div:first-child {
    position: relative;
  }
  .ck-cms-wiki-full-health div:first-child::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #b9bec1;
    top: 0px;
    right: 0px;
  }
  .ck-cms-wiki-full-health > span,
  .ck-cms-wiki-full-health p {
    margin-left: 20px;
  }
  .ck-cms-wiki-full-weather-column {
    padding: 25px;
    clear: both;
  }
  .ck-cms-wiki-full-weather-column > img {
    top: 285px;
    left: 40px;
    width: 55px;
  }
  .ck-cms-wiki-full-weather-column > img:first-child {
    height: 350px;
  }
  .ck-cms-wiki-full-weather-column > img:nth-child(3) {
    top: 285px;
    left: 40px;
    width: 55px;
  }
  .ck-cms-wiki-full-weather-column > picture:first-child img {
    height: 350px;
  }
  .ck-cms-wiki-full-weather-column > picture:nth-child(3) img {
    top: 285px;
    left: 40px;
    width: 55px;
  }
  .ck-cms-wiki-full-weather-column > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 245px 1fr;
    grid-template-columns: 245px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .ck-cms-wiki-full-weather-column > div > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ck-cms-wiki-full-weather-column > div > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(1) {
    margin-right: 25px;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(1) span {
    display: block;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(1) span:first-child {
    font-size: 25px;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(1) span:last-child {
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(2) span {
    display: block;
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(2) span b {
    font-weight: bold;
    margin-right: 5px;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(2) span:first-child {
    font-size: 18px;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(2) span:nth-child(2) {
    position: relative;
  }
  .ck-cms-wiki-full-weather-column > div > div:nth-child(2) span:last-child {
    position: relative;
  }
  .ck-cms-wiki-left-weather,
  .ck-cms-wiki-right-weather {
    width: 375px;
    float: left;
  }
  .ck-cms-wiki-left-weather.ck-cms-wiki-right-weather,
  .ck-cms-wiki-right-weather.ck-cms-wiki-right-weather {
    float: right;
  }
  .ck-cms-wiki-left-weather span,
  .ck-cms-wiki-right-weather span {
    display: block;
    font-size: 14px;
  }
  .ck-cms-wiki-left-weather span:nth-child(3),
  .ck-cms-wiki-right-weather span:nth-child(3) {
    font-size: 25px;
  }
  .ck-cms-wiki-left-weather span:nth-child(4),
  .ck-cms-wiki-right-weather span:nth-child(4) {
    font-size: 14px;
  }
  .ck-cms-wiki-left-weather span:nth-child(5),
  .ck-cms-wiki-right-weather span:nth-child(5) {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .ck-cms-wiki-left-weather span:nth-child(6),
  .ck-cms-wiki-right-weather span:nth-child(6) {
    position: relative;
    margin-bottom: 10px;
  }
  .ck-cms-wiki-left-weather span:nth-child(7),
  .ck-cms-wiki-right-weather span:nth-child(7) {
    position: relative;
  }
  .ck-cms-wiki-full-weather-rows {
    clear: both;
    padding: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .ck-cms-wiki-full-weather-rows > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ck-cms-wiki-full-weather-rows > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ck-cms-wiki-full-weather-rows > img:first-child {
    height: 215px;
    margin-bottom: 0px;
  }
  .ck-cms-wiki-full-weather-rows > img:nth-child(3) {
    top: 160px;
    left: 30px;
    width: 55px;
  }
  .ck-cms-wiki-full-weather-rows > picture:first-child img {
    height: 215px;
    margin-bottom: 0px;
  }
  .ck-cms-wiki-full-weather-rows > picture:nth-child(3) {
    position: absolute;
  }
  .ck-cms-wiki-full-weather-rows > picture:nth-child(3) img {
    top: 160px;
    left: 30px;
    width: 55px;
  }
  .ck-cms-wiki-full-weather-rows > div {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    margin-left: 20px;
  }
  .ck-cms-wiki-full-weather-rows > div span {
    display: block;
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-rows > div span:nth-child(1) {
    font-size: 25px;
  }
  .ck-cms-wiki-full-weather-rows > div span:nth-child(2) {
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-rows > div span:nth-child(3) {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .ck-cms-wiki-full-weather-rows > div span:nth-child(4) {
    position: relative;
    margin-bottom: 10px;
  }
  .ck-cms-wiki-full-weather-rows > div span:nth-child(5) {
    position: relative;
  }
  .ck-cms-wiki-full-weather-column-overlay {
    padding-bottom: 0px;
  }
  .ck-cms-wiki-full-weather-column-overlay > img:first-child {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ck-cms-wiki-full-weather-column-overlay > picture:first-child img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ck-cms-wiki-full-weather-column-overlay > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 245px 1fr;
    grid-template-columns: 245px 1fr;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 35px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .ck-cms-wiki-full-weather-column-overlay > div > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ck-cms-wiki-full-weather-column-overlay > div > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ck-cms-wiki-full-weather-column-overlay > div::before {
    bottom: 0px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(rgba(0, 0, 0, 0.74118)),
      to(black)
    );
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(0, 0, 0, 0.74118),
      black
    );
  }
  .ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(1) {
    padding-top: 0px;
    margin-bottom: 0px;
    padding-left: 40px;
  }
  .ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(1) span {
    display: block;
  }
  .ck-cms-wiki-full-weather-column-overlay
    > div
    > div:nth-child(1)
    span:first-child {
    font-size: 25px;
  }
  .ck-cms-wiki-full-weather-column-overlay
    > div
    > div:nth-child(1)
    span:last-child {
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(2) {
    margin-left: 50px;
  }
  .ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(2) span {
    display: block;
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-column-overlay > div > div:nth-child(2) span b {
    font-weight: bold;
    margin-right: 5px;
  }
  .ck-cms-wiki-full-weather-column-overlay
    > div
    > div:nth-child(2)
    span:first-child {
    font-size: 18px;
  }
  .ck-cms-wiki-full-weather-column-overlay
    > div
    > div:nth-child(2)
    span:nth-child(2) {
    position: relative;
  }
  .ck-cms-wiki-full-weather-column-overlay
    > div
    > div:nth-child(2)
    span:last-child {
    position: relative;
  }
  .ck-cms-wiki-left-weather-overlay,
  .ck-cms-wiki-right-weather-overlay {
    width: 375px;
    float: left;
  }
  .ck-cms-wiki-left-weather-overlay.ck-cms-wiki-right-weather-overlay,
  .ck-cms-wiki-right-weather-overlay.ck-cms-wiki-right-weather-overlay {
    float: right;
  }
  .ck-cms-wiki-left-weather-overlay div span,
  .ck-cms-wiki-right-weather-overlay div span {
    font-size: 14px;
  }
  .ck-cms-wiki-left-weather-overlay div span:nth-child(1),
  .ck-cms-wiki-right-weather-overlay div span:nth-child(1) {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .ck-cms-wiki-left-weather-overlay div span:nth-child(2),
  .ck-cms-wiki-right-weather-overlay div span:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .ck-cms-wiki-left-weather-overlay div span:nth-child(3),
  .ck-cms-wiki-right-weather-overlay div span:nth-child(3) {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .ck-cms-wiki-full-weather-rows-overlay {
    clear: both;
    display: -ms-grid;
    display: grid;
    padding-bottom: 0px;
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .ck-cms-wiki-full-weather-rows-overlay > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .ck-cms-wiki-full-weather-rows-overlay > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .ck-cms-wiki-full-weather-rows-overlay > img:first-child {
    height: 100%;
    margin-bottom: 0px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > img:nth-child(2) {
    top: 285px;
    left: 30px;
    width: 55px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > picture:first-child img {
    height: 100%;
    margin-bottom: 0px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > picture:nth-child(2) img {
    top: 285px;
    left: 30px;
    width: 55px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > div {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    padding-left: 20px;
    padding-top: 20px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > div::before {
    content: "";
    position: absolute;
    width: 150px;
    right: 100%;
    left: auto;
    left: initial;
    height: 100%;
    bottom: 0px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(transparent),
      color-stop(rgba(0, 0, 0, 0.63922)),
      to(black)
    );
    background: linear-gradient(
      to right,
      transparent,
      rgba(0, 0, 0, 0.63922),
      black
    );
  }
  .ck-cms-wiki-full-weather-rows-overlay > div span {
    display: block;
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(1) {
    font-size: 25px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(2) {
    font-size: 14px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(3) {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(4) {
    position: relative;
    margin-bottom: 10px;
  }
  .ck-cms-wiki-full-weather-rows-overlay > div span:nth-child(5) {
    position: relative;
  }
  .ck-cms-football-ranking {
    display: table !important;
  }
  .ck-cms-football-ranking td,
  .ck-cms-football-ranking th {
    font-size: 14px;
    padding: 15px 10px;
  }
  .ck-cms-football-ranking thead tr:first-child td {
    font-size: 16px;
  }
  .ck-cms-football-ranking thead tr:last-child th:last-child {
    display: table-cell;
  }
  .ck-cms-football-ranking tbody tr td:last-child {
    display: table-cell;
  }
  .ck-cms-football-schedule {
    display: table !important;
  }
  .ck-cms-football-schedule td,
  .ck-cms-football-schedule th {
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 0px;
  }
  .ck-cms-football-schedule thead tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .ck-cms-football-schedule thead tr:first-child td {
    font-size: 16px;
  }
  .ck-cms-football-schedule thead tr:last-child td {
    font-size: 16px;
  }
  .ck-cms-football-schedule tbody tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .ck-cms-football-schedule tbody tr td a {
    font-size: 14px;
  }
  .ck-cms-football-result {
    display: table !important;
  }
  .ck-cms-football-result td,
  .ck-cms-football-result th {
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 0px;
  }
  .ck-cms-football-result thead tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .ck-cms-football-result thead tr:first-child td {
    font-size: 16px;
  }
  .ck-cms-football-result thead tr:last-child td {
    font-size: 16px;
  }
  .ck-cms-football-result tbody tr {
    border-bottom: 1px solid #e2e2e2;
  }
  .ck-cms-football-result tbody tr td a {
    font-size: 14px;
  }
  .ck-cms-wiki-football-top-goal {
    display: table !important;
  }
  .ck-cms-wiki-football-result {
    display: table;
  }
  .ck-cms-wiki-news-column-left,
  .ck-cms-wiki-news-column-right {
    width: 280px;
    padding: 20px;
    border-top: 2px solid #447ec5;
  }
  .ck-cms-wiki-news-column-left .summary__content,
  .ck-cms-wiki-news-column-right .summary__content {
    padding: 0;
    padding: initial;
  }
  .ck-cms-wiki-news-column-left .summary__seemore,
  .ck-cms-wiki-news-column-right .summary__seemore {
    display: none;
    position: relative;
  }
  .ck-cms-wiki-news-column-left .summary__seemore::after,
  .ck-cms-wiki-news-column-right .summary__seemore::after {
    content: "";
    background-image: url("https://static.vnncdn.net/v1/icon/right-arrow-blue.svg");
    position: absolute;
    width: 19px;
    left: calc(100% - 80px);
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ck-cms-wiki-news-column-no-image-right,
  .ck-cms-wiki-news-column-no-image-left {
    width: 280px;
  }
  .ck-cms-wiki-news-column-no-image-right .summary__seemore,
  .ck-cms-wiki-news-column-no-image-left .summary__seemore {
    margin-bottom: 20px;
    display: none;
    position: relative;
  }
  .ck-cms-wiki-news-column-no-image-right .summary__seemore::after,
  .ck-cms-wiki-news-column-no-image-left .summary__seemore::after {
    content: "";
    background-image: url("https://static.vnncdn.net/v1/icon/right-arrow-blue.svg");
    position: absolute;
    width: 19px;
    left: calc(100% - 80px);
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ck-cms-wiki-news-column-no-image-left-has-border,
  .ck-cms-wiki-news-column-no-image-right-has-border {
    width: 280px;
  }
  .ck-cms-wiki-news-column-no-image-left-has-border .summary__seemore,
  .ck-cms-wiki-news-column-no-image-right-has-border .summary__seemore {
    margin-bottom: 20px;
    display: none;
    position: relative;
  }
  .ck-cms-wiki-news-column-no-image-left-has-border .summary__seemore::after,
  .ck-cms-wiki-news-column-no-image-right-has-border .summary__seemore::after {
    content: "";
    background-image: url("https://static.vnncdn.net/v1/icon/right-arrow-blue.svg");
    position: absolute;
    width: 19px;
    left: calc(100% - 80px);
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .ck-cms-wiki-quote-left,
  .ck-cms-wiki-quote-right {
    width: 380px;
  }
  .ck-cms-wiki-quote-has-space-left,
  .ck-cms-wiki-quote-has-space-right {
    width: 380px;
  }
  .ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-has-space-left,
  .ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-has-space-left {
    margin-right: 10px;
  }
  .ck-cms-wiki-quote-has-space-left.ck-cms-wiki-quote-has-space-right,
  .ck-cms-wiki-quote-has-space-right.ck-cms-wiki-quote-has-space-right {
    margin-left: 10px;
  }
  .ck-cms-wiki-quote-has-space-left.type-2 .space-left::after,
  .ck-cms-wiki-quote-has-space-right.type-2 .space-left::after {
    height: 4px;
    width: 320px;
    top: 13px;
  }
  .ck-cms-wiki-quote-has-space-left.type-2 .space-right::after,
  .ck-cms-wiki-quote-has-space-right.type-2 .space-right::after {
    height: 4px;
    bottom: 12px;
    width: 320px;
  }
  .ck-cms-insert-neww-group {
    padding: 20px;
    background: #f3f3f3;
  }
  .ck-cms-insert-neww-group .ck-cms-insert-news {
    -ms-grid-columns: 140px 15px 1fr;
    grid-template-columns: 140px 1fr;
  }
  .ck-cms-insert-neww-group .ck-cms-insert-news:not(:last-child) {
    border-bottom: 1px solid #e3e0e0;
    margin-bottom: 13px;
    padding-bottom: 13px;
  }
  .ck-cms-insert-neww-group
    .ck-cms-insert-news
    .insert-wiki-content
    .insert-wiki-title
    a {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    line-height: 24px;
  }
  .ck-cms-insert-neww-group
    .ck-cms-insert-news
    .insert-wiki-content
    .insert-wiki-description,
  .ck-cms-insert-neww-group .ck-cms-insert-news .insert-wiki-content p {
    display: block;
    font-size: 14px;
    color: #6c6c6c;
    line-height: 20px;
  }
  .ck-cms-color-background-full {
    font-family: "notosans-regular";
  }
  .ck-cms-color-background-full .color-wiki__title {
    font-weight: normal;
    font-family: "notosans-bold";
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) and (-ms-high-contrast: none),
  only screen and (min-width: 640px) and (-ms-high-contrast: active) {
  .ck-cms-color-background-full .color-wiki__title {
    font-weight: bold;
    font-family: "arial";
  }
}
@media only screen and (min-width: 640px) {
  .ck-cms-color-background-full .color-wiki__title::before {
    top: 6px;
  }
}
@media only screen and (min-width: 640px) {
  .ck-cms-color-background-full.type-2 .color-wiki__title {
    line-height: 34px;
  }
}
@media only screen and (min-width: 640px) {
  .ck-cms-color-background-full.type-6 .color-wiki__download {
    font-family: "notosans-bold";
    font-weight: normal;
  }
}
@media only screen and (min-width: 640px) and (min-width: 640px) and (-ms-high-contrast: none),
  only screen and (min-width: 640px) and (-ms-high-contrast: active) {
  .ck-cms-color-background-full.type-6 .color-wiki__download {
    font-weight: bold;
    font-family: "arial";
  }
}
summary {
  list-style: none;
}
sumary {
  list-style: none;
}
