/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
  @include retina('/images/title-zfgl.jpg', 2, cover, center center no-repeat);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
html {
  font-size: 16px;
}

@media only screen and (max-width: 576px) {
  html {
    font-size: 14px;
  }
}

h1,
h2,
h3 {
  font-weight: 700;
}

a:link,
a:visited {
  color: #161616;
  text-decoration: none;
}

a:hover {
  color: #a5231d;
}

.button-primary {
  color: #fff !important;
}

.gshadow {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  border-radius: 0.5rem;
}

.gshadow:hover {
  -webkit-box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}

.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.morelink {
  margin-top: auto;
  margin-bottom: auto;
  min-width: 1.5rem;
  text-align: center;
  display: block;
  opacity: 0.7;
}

.morelink:hover {
  opacity: 1;
}

.bgcover, .jumbotron {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fsection {
  background-color: #f8f9fa;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #dee2e6;
}

.fsection .section-title {
  color: #134857;
  font-size: 1.64em;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

.fsection .section-title:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
}

.fsection:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
}

.fsection p:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
}

.link-primary {
  font-size: 1.25em;
  color: #144a74 !important;
}

.link-primary:after {
  font-family: "Font Awesome 5 Pro" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  position: absolute;
  transition: 0.3s;
}

.link-primary:hover:after {
  transform: translateX(5px);
  transition: 0.3s;
}

.b-bar {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.b-bar:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  margin-bottom: 0;
  visibility: hidden;
}

.jumbotron {
  background-image: url(/images/bg-reply-texture.jpg);
}

.promos-section {
  padding-top: 1em;
  padding-bottom: 1.5em;
}

.promos-section .row > div {
  margin-bottom: 1em;
}

.promos-section img {
  max-width: none;
  border-radius: 4px;
  width: 100%;
}

.promos-section h3 {
  font-size: 1em;
  text-align: center;
  margin-top: 1em;
}

.breadcrumb {
  padding: 0.3rem 0;
  margin: 0 0.5rem;
}

@media (max-width: 768px) {
  .breadcrumb {
    margin: 0;
  }
}

.breadcrumb a {
  color: #adb5bd;
}

.breadcrumb a:last-child {
  color: #134857;
}

.breadcrumb a:hover {
  color: #a5231d;
}

.breadcrumb a + a:before {
  display: inline-block;
  padding-right: 0.8rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

@media only screen and (max-width: 576px) {
  .breadcrumb a + a:before {
    padding-left: 0;
    padding-right: 0.5rem;
  }
}

@media (max-width: 991px) {
  .order-lg {
    order: -1;
  }
}

.table-list {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

.table-list th {
  background-color: #ececec;
  border: 1px solid #d2d2d2;
  padding: 5px 8px;
  text-align: center;
  font-size: 16px;
}

.table-list td {
  background-color: #fff;
  padding: 5px 8px;
  border: 1px solid #ddd;
  font-size: 16px;
  word-break: break-word;
}

.table-list div {
  word-break: break-all;
}

.table-list .tb-row td {
  background-color: #f5f5f5;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}

.breadcrumb a {
  color: #e5d230 !important;
}

.theme-subject {
  background-image: url(../img/bg-main.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.theme-subject a:link,
.theme-subject a:visited {
  color: #2d6faf;
  text-decoration: none;
}

.theme-subject .topic-cover {
  height: 100% !important;
  max-height: 420px !important;
}

.theme-subject .topic-cover img {
  height: 420px !important;
}

.theme-subject .intro {
  background-image: url(../img/bg-intro.jpg);
  background-size: cover;
  color: #fff;
  display: flex;
  padding: 30px;
  margin: 20px 0px;
}

.theme-subject .intro .title-img img {
  width: 100px;
  max-width: none;
}

.theme-subject .intro .intro-text {
  margin-left: 20px;
  font-size: 18px;
}

.theme-subject .card-tzgg .card {
  background-color: #e8f2f2;
  box-shadow: none;
  min-height: 300px;
}

@media (max-width: 576px) {
  .theme-subject .card-tzgg .card {
    min-height: 220px;
  }
}

.theme-subject .card-tzgg .card .card-body {
  background-image: url(../img/bg-tzgg.png);
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-size: 80px;
}

.theme-subject .card-tzgg .card .card-header {
  background-image: url(../img/title-tzgg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 126px;
  background-color: transparent;
  border: none;
  height: 54px;
}

.theme-subject .card-tzgg .card:hover {
  background-color: #2d6faf;
}

.theme-subject .card-tzgg .card:hover .card-body {
  background-image: url(../img/bg-tzgg-white.png);
}

.theme-subject .card-tzgg .card:hover .card-body a {
  color: #e8f2f2;
}

.theme-subject .card-tzgg .card:hover .card-body .text-muted {
  color: #e8f2f2 !important;
}

.theme-subject .card-tzgg .card:hover .card-header {
  background-image: url(../img/title-tzgg-white.png);
}

.theme-subject .card-member .card {
  background-image: url(../img/bg-member.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border: 1px solid #cee0e9;
}

.theme-subject .card-member .card .card-body {
  transition: 0.3s;
}

.theme-subject .card-member .card .card-text {
  margin-bottom: 10px;
}

.theme-subject .card-member .card .badge {
  background-color: #e8f2f2;
  padding: 6px;
  margin-right: 6px;
}

.theme-subject .card-member .card a {
  display: block;
  cursor: pointer;
}

.theme-subject .card-member .card:hover {
  background-color: #2d6faf;
  background-image: url(../img/bg-member-white.png);
  background-repeat: no-repeat;
}

.theme-subject .card-member .card:hover .card-text {
  color: #e8f2f2;
}

.theme-subject .card-member .blank {
  border: none;
  height: 0;
}

.theme-subject .section-news {
  border: none !important;
}

.theme-subject .section-news .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-subject .section-news .card-text {
  max-height: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-subject .section-games .card-deck {
  display: flex !important;
  flex-wrap: wrap;
}

.theme-subject .section-games .card {
  text-align: center;
  width: calc(20% - 15px);
  flex: none;
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .theme-subject .section-games .card {
    width: calc(50% - 12px);
  }
}

.theme-subject .section-games .card img {
  width: 72px;
  margin-bottom: 12px;
}

.theme-subject .section-games .card h5 {
  margin-bottom: 8px;
}

.theme-subject .section-games .card h6 {
  color: #666;
}

.theme-subject .section-games .card a {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

.theme-subject .section-games .card a:hover {
  color: #050e69;
}

.theme-subject section {
  border: none !important;
  margin-bottom: 50px !important;
}

.theme-subject strong {
  color: #ec2f1c;
  font-weight: 700;
}

.theme-subject .section-contact {
  margin-bottom: 0 !important;
}

.theme-subject .section-contact .container-fiuld {
  background-color: #fff;
  background-image: url(../img/bg-contact.jpg);
  background-size: cover;
}

.theme-subject .section-contact .container-fiuld .container {
  text-align: center;
  padding: 60px;
  color: #fff;
}

.subject-top .nav .active {
  color: #2d6faf;
  font-weight: bold;
}

.subject-top .nav a:hover {
  color: #2d6faf;
}

.subject-top h5 {
  font-weight: bold;
  color: #2d6faf;
}

.navbar-nav .active {
  color: #f0dba3 !important;
  font-weight: bold;
}

.navbar-subject {
  background-color: #2d6faf;
}

.btn-outline-primary {
  color: #007bff !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #18287c;
}

.btn-outline-primary {
  color: #2d6faf !important;
  border-color: #2d6faf;
}

.btn-primary {
  color: #fff !important;
  background-color: #2d6faf;
  border-color: #2d6faf;
  border-radius: 60px;
}

.btn-primary:hover {
  background-color: #18287c;
  border-color: #2d6faf;
}

@media (max-width: 768px) {
  .btn-primary {
    display: block;
  }
}

.theme_subject {
  padding-bottom: 0;
}

.subject-header {
  padding: 0;
  text-align: center;
  position: relative;
}

.subject-header img {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.topic_content .container .card_left {
  padding-right: 0;
}

.topic_content .container .card_right {
  padding-left: 0;
  background-image: url(../img/bg-cardright.jpg);
  background-size: cover;
}

@media (max-width: 992px) {
  .topic_content .container .card_right {
    order: 2;
  }
}

@media (max-width: 992px) {
  .topic_content .container .card_content {
    padding: 20px;
  }
}

.topic_content .container .card_content .card-text.text-intro {
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: none !important;
  font-size: 16px;
  text-indent: 32px;
  text-align: justify;
}

.topic_content .container .card_content .topic-cover {
  height: 100% !important;
}

.topic_content .container .card_content .topic-cover img {
  object-fit: cover;
}

.match-brief {
  background-color: #fff;
  background-image: url(../img/bg-brief.jpg);
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.match-brief .card {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
}

.match-brief .card .card-title {
  color: #2d6faf;
  font-size: larger;
}

.match-brief .card .card-title img {
  max-width: 80px;
  display: block;
  margin: auto;
}

.match-brief .card p {
  text-align: justify;
}

.topic-title {
  color: #2d6faf;
  max-width: 460px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}

.section-title {
  margin-bottom: 20px;
}

.section-title img {
  max-width: 246px;
}

.subject-column {
  margin-bottom: 1rem !important;
}

.column-title {
  margin-bottom: 1rem;
}

.button {
  color: #2d6faf;
  font-weight: normal;
  background-color: #2d6faf;
  border: 2px solid #2d6faf;
  border-radius: 50px;
  font-weight: bold;
}

.button:hover {
  background-color: #2d6faf;
  color: #fff;
}

.button-primary {
  background-color: transparent;
  color: #2d6faf !important;
}

.button-primary:hover {
  background-color: #2d6faf;
  color: #fff !important;
}

.swiper-slide a {
  display: inline-block;
  position: static;
}

@media (max-width: 992px) {
  .swiper-slide .button {
    display: none;
  }
}

@media (max-width: 576px) {
  .swiper-button {
    display: none;
  }
}

.swiper-button-disabled {
  display: none;
}

.swiper-pagination-bullet {
  background: #ccc;
  width: 20px;
  border-radius: 2px;
}

.swiper-pagination-bullet-active {
  background: #007aff !important;
}

.section-title {
  color: #2d6faf;
  font-weight: 200;
}

.text-list li {
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-list li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  background-color: #2d6faf;
  margin-right: 10px;
}

.section-download .d-flex {
  align-items: center;
}

@media (max-width: 992px) {
  .section-download .card {
    width: 100% !important;
  }
}

.section-download .card-img {
  width: 60px;
  margin-top: 20px;
  margin-right: 20px;
}

.b-bar {
  margin: 0;
}

.footer-wrapper {
  background-image: none;
}

.footer-wrapper .copyright {
  text-align: center;
  padding: 20px;
}

.pagination-container .current {
  background-color: #2d6faf !important;
}

.article-detail {
  background-image: none;
  margin-top: 20px;
}

.article-detail .share {
  display: block !important;
}

@media (max-width: 768px) {
  .article-detail .share {
    margin-bottom: 20px;
  }
}

.article-detail .share span {
  display: block;
}

.article-detail .share li {
  margin-bottom: 12px;
  float: none;
}

@media (max-width: 768px) {
  .article-detail .share li {
    float: left;
  }
}

.article-detail .share li i {
  width: 38px;
  height: 38px;
  background-size: 38px;
  opacity: 1;
}

.article-detail .share .weixin i {
  background-image: url(../img/wechat.png);
}

.article-detail .share .weixin i:hover {
  background-image: url(../img/wechat-hover.png);
}

.article-detail .share .weibo i {
  background-image: url(../img/weibo.png);
}

.article-detail .share .weibo i:hover {
  background-image: url(../img/weibo-hover.png);
}

.article-detail .share .copyurl i {
  background-image: url(../img/link.png);
}

.article-detail .share .copyurl i:hover {
  background-image: url(../img/link-hover.png);
}

.article-detail .share .qrcode {
  top: 46px;
}

.article-detail .news-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #2d6faf;
}

.article-detail .sub-title {
  font-size: 20px;
}

.article-detail .container {
  margin-bottom: 20px;
}

.article-detail .article-contant {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.member-list {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.member-list h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.gototop {
  background-color: #fff;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: 20px;
}

.gototop:hover {
  background-color: #2d6faf;
  background-image: url(../img/up-hover.png);
}

.goto li {
  margin-bottom: 20px;
}

.aboutus .hover-panel2 {
  font-size: 20px;
}

.aboutus .hover-panel2 li {
  margin-bottom: 12px;
}

.aboutus .hover-panel2 li .active {
  font-weight: bold;
}

.aboutus .news-title {
  margin-bottom: 2rem;
  font-size: 3rem;
}

.aboutus p {
  text-indent: 2rem;
}

.aboutus h2 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

.aboutus h3 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.navbar-sub {
  background-color: rgba(234, 236, 239, 0.8);
  backdrop-filter: saturate(180%) blur(20px);
}

.navbar-sub .container {
  text-align: center;
  display: inline;
  padding: 12px;
}

.navbar-sub .container .active {
  font-weight: bold;
}

.navbar-sub .container a {
  display: inline-block;
  margin-left: 16px;
  margin-right: 16px;
}

.hero-top {
  background-image: url(../img/bg-main.jpg);
  background-size: cover;
}

.hero-top .container {
  min-height: 538px;
  align-items: center;
  justify-content: center;
  display: flex;
}

@media (max-width: 768px) {
  .hero-top .container {
    min-height: 320px;
  }
}

.hero-top .container .text-hero {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.hero-top .container .text-hero h1 {
  font-size: 30px;
  font-weight: bold;
}

.card-intro {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .card-intro {
    display: flex;
  }
}

.card-intro .card {
  background-image: url(../img/bg-intro-1.jpg);
  background-size: cover;
}

@media (max-width: 576px) {
  .card-intro .card {
    margin: 7px;
    width: calc(50% - 14px) !important;
  }
}

.card-intro .card a {
  display: block;
  color: #fff;
}

.card-intro .card a h5 {
  transition: 0.3s;
  opacity: 0.8;
}

.card-intro .card a:hover h5 {
  padding-left: 20px;
  transition: 0.3s;
  opacity: 1;
}

.card-intro .intro-1 {
  background-image: url(../img/bg-intro-1.jpg);
}

.card-intro .intro-2 {
  background-image: url(../img/bg-intro-2.jpg);
}

.card-intro .intro-3 {
  background-image: url(../img/bg-intro-3.jpg);
}

.card-intro .intro-4 {
  background-image: url(../img/bg-intro-4.jpg);
}

.nav-tabs {
  justify-content: center;
  margin-bottom: 20px;
  border-color: #2d6faf;
}

.nav-tabs .nav-link.active {
  font-weight: bold;
  color: #2d6faf;
  background-color: transparent;
  border-color: #2d6faf #2d6faf #f8fafc !important;
}

.nav-tabs .nav-link:hover {
  border-color: transparent transparent #2d6faf;
}
