@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Montserrat 字體（英文） */
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("./fonts/Montserrat/Montserrat-VariableFont_wght.otf") format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Anton 字體（英文） */
@font-face {
  font-family: "Anton";
  src: local("Anton"), url("fonts/Anton/Anton-Regular.woff") format("woff"), url("fonts/Anton/Anton-Regular.otf") format("opentype"), url("fonts/Anton/Anton-Regular.eot") format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Montserrat", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 90px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 95px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 90px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  html {
    overflow-x: visible;
  }
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-family: "Montserrat", "Noto Sans TC Local", sans-serif;
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
  overflow-x: hidden;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
    overflow-x: visible;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.25rem;
  }
}
body p {
  line-height: 1.8;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body mark,
body .mark {
  color: #90c31f;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
body hr {
  border-top: 3px solid transparent;
  border-image: linear-gradient(to right, #90c31f 70%, rgba(144, 195, 31, 0) 100%) 1;
  opacity: 1;
  margin: 4em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.text-primary {
  color: #90c31f !important;
}

.text-secondary {
  color: #dc53c2 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.3em;
  position: relative;
  margin-bottom: 0.8em;
  padding: 0;
  line-height: 1.2;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.28em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 1.445em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 1.7em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 2em;
  }
}

.block-title2 {
  font-size: 1.85em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 2.2em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 2.6em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 2.1em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 3.25em;
  }
}

.block-title3 {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
}
@media (min-width: 769px) {
  .block-title3 {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 2.2em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 2.5em;
  }
}

.block-title4 {
  font-size: 1em;
  font-style: italic;
  letter-spacing: 0.025em;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1;
  color: #90c31f;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 1.2em;
  }
}

.block-title5 {
  font-size: 1.3em;
  font-weight: 600;
}
@media (min-width: 992px) {
  .block-title5 {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .block-title5 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .block-title5 {
    font-size: 1.6em;
  }
}

.img-wrap {
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.square {
  aspect-ratio: 1/1;
}

.btn {
  position: relative;
  background-color: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.btn-sm {
  padding: 0.15em 1.2em !important;
  font-size: 0.85em !important;
  height: 50px !important;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-sm i {
  font-weight: normal;
}
.btn-sm span {
  width: 40px !important;
  height: 40px !important;
}
.btn-sm span img {
  width: 20px !important;
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.2em 1.2em !important;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.3em 1.2em !important;
  }
}

.btn-play {
  border-radius: 10px;
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 68px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  background-color: #90c31f;
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 80px;
    height: 80px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78px;
  height: 78px;
  content: "";
  background-color: rgba(144, 195, 31, 0.5);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  box-shadow: 0 0 8px rgba(144, 195, 31, 0.5);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1200px) {
  .btn-play:after {
    width: 90px;
    height: 90px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #90c31f;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  display: inline-flex;
  color: #333 !important;
  border: 0 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #90c31f !important;
  border-radius: 0 !important;
  padding: 0.3em 0 !important;
}
@media (min-width: 992px) {
  .btn-more:hover {
    border-bottom: 3px solid #dc53c2 !important;
  }
}

.btn-outline-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background-color: transparent !important;
}
.btn-outline-primary span {
  display: inline-flex;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: 0.9em;
  border: 1px solid #90c31f;
  color: #666;
  border-radius: 45px;
  height: 55px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-primary span {
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary span {
    font-size: 1em;
  }
}
.btn-outline-primary i {
  display: inline-flex;
  padding: 0.75em;
  font-size: 1em;
  border: 1px solid #90c31f;
  color: #666;
  width: 55px;
  height: 55px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-primary i {
    padding: 1em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-primary i {
    padding: 1.2em;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
    background-color: transparent !important;
    border: 0 !important;
  }
  .btn-outline-primary:hover span, .btn-outline-primary:active span, .btn-outline-primary:focus span {
    background-color: #90c31f !important;
    color: white !important;
  }
  .btn-outline-primary:hover i, .btn-outline-primary:active i, .btn-outline-primary:focus i {
    background-color: #90c31f !important;
    color: white !important;
    transform: translateX(10px);
  }
}

.btn-outline-dark {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  background-color: transparent !important;
}
.btn-outline-dark span {
  display: inline-flex;
  align-items: center;
  padding: 1.25em 2.5em;
  font-size: 0.9em;
  border: 1px solid #cccccc;
  color: #999;
  border-radius: 45px;
  height: 50px;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-dark span {
    font-size: 0.95em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-dark span {
    font-size: 1em;
  }
}
.btn-outline-dark i {
  display: inline-flex;
  padding: 0.4em 0.75em;
  font-size: 1em;
  border: 1px solid #cccccc;
  color: #999;
  width: 45px;
  height: 45px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .btn-outline-dark i {
    padding: 1em;
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .btn-outline-dark i {
    padding: 1.2em;
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .btn-outline-dark:hover, .btn-outline-dark:active, .btn-outline-dark:focus {
    background-color: transparent !important;
    border: 0 !important;
  }
  .btn-outline-dark:hover span, .btn-outline-dark:active span, .btn-outline-dark:focus span {
    background-color: #cccccc !important;
    color: white !important;
  }
  .btn-outline-dark:hover i, .btn-outline-dark:active i, .btn-outline-dark:focus i {
    background-color: #cccccc !important;
    color: white !important;
    transform: translateX(10px);
  }
}

.btn-primary {
  border: 1px solid #90c31f !important;
  color: #90c31f !important;
  background-color: white !important;
  border-radius: 45px !important;
  font-size: 1.1em;
  padding: 0 1.2em 0 4px !important;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #90c31f !important;
  border-radius: 45px !important;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary span img {
  width: 30px;
  height: auto;
  filter: invert(1) brightness(100);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #dc53c2 !important;
  border: 0 !important;
  flex-direction: row-reverse;
  padding: 0 4px 0 2em !important;
}
.btn-primary:hover span, .btn-primary:active span, .btn-primary:focus span {
  background-color: white !important;
  margin-left: 1em;
  margin-right: 0;
}
.btn-primary:hover span img, .btn-primary:active span img, .btn-primary:focus span img {
  filter: invert(57%) sepia(32%) saturate(3529%) hue-rotate(281deg) brightness(87%) contrast(97%);
}
@media (min-width: 992px) {
  .btn-primary {
    height: 64px;
    padding: 0 2em 0 4px !important;
  }
  .btn-primary span {
    width: 56px;
    height: 56px;
  }
}

.btn-dark {
  border: 1px solid #cccccc !important;
  color: #999 !important;
  background-color: white !important;
  border-radius: 45px !important;
  font-size: 1.1em;
  padding: 0 1.2em 0 4px !important;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cccccc !important;
  border-radius: 45px !important;
  margin-right: 0.7em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark span img {
  width: 30px;
  height: auto;
  filter: invert(1) brightness(100);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #dc53c2 !important;
  border: 0 !important;
  flex-direction: row-reverse;
  padding: 0 4px 0 2em !important;
}
.btn-dark:hover span, .btn-dark:active span, .btn-dark:focus span {
  background-color: white !important;
  margin-left: 1em;
  margin-right: 0;
}
.btn-dark:hover span img, .btn-dark:active span img, .btn-dark:focus span img {
  filter: invert(57%) sepia(32%) saturate(3529%) hue-rotate(281deg) brightness(87%) contrast(97%);
}
@media (min-width: 992px) {
  .btn-dark {
    height: 64px;
    padding: 0 1.2em 0 4px !important;
  }
  .btn-dark span {
    width: 56px;
    height: 56px;
  }
}

.btn-send {
  background-color: #90c31f;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #dc53c2;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.quick-links {
  text-align: right;
}
.quick-links ul {
  flex-direction: row;
}
.quick-links ul li {
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  font-size: 1.2em;
}
.quick-links ul li a {
  color: #333;
}
@media (min-width: 992px) {
  .quick-links ul li a:hover {
    color: #dc53c2;
  }
}
.quick-links ul li:before {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #999;
  display: inline-flex;
  margin: 0 15px;
}
.quick-links ul li:first-child:before {
  display: none;
}
.quick-links ul li.active a {
  color: #90c31f;
}
@media (min-width: 992px) {
  .quick-links ul li.active a:hover {
    color: #dc53c2;
  }
}

.news-list .news-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.3em 1em;
  border-radius: 5px;
  background-color: #333;
  color: white;
  font-size: 1em;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.news-list .news-date {
  font-size: 1em;
  color: #999;
  margin-left: 0.5em;
}
.news-list .news-date:before {
  content: "[";
  padding: 0 0.5em;
}
.news-list .news-date:after {
  content: "]";
  padding: 0 0.5em;
}
.news-list .img-wrap {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.news-list .news-title {
  color: #333;
  font-size: 1em;
  line-height: 1.3;
  font-weight: 700;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.news-list .news-con {
  font-size: 1em;
  color: #666;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .news-list .news-title {
    font-size: 1.1em;
  }
  .news-list:hover .news-cat {
    background-color: #90c31f;
  }
  .news-list:hover .news-title {
    color: #90c31f;
  }
  .news-list:hover .img-wrap {
    box-shadow: 0 0 16px rgba(144, 195, 31, 0.65);
  }
  .news-list:hover .img-wrap img {
    transform: scale(1.05);
  }
}
@media (min-width: 1680px) {
  .news-list .news-title {
    font-size: 1.25em;
  }
}

.news-img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  order: 2;
}
@media (min-width: 992px) {
  .news-img {
    order: 1;
  }
}

.basic {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  order: 1;
}
@media (min-width: 992px) {
  .basic {
    order: 2;
  }
}
.basic .title {
  font-size: 1.7em;
  font-weight: 700;
  color: #90c31f;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .basic .title {
    font-size: 2.3em;
  }
}
@media (min-width: 992px) {
  .basic .title {
    font-size: 1.65em;
  }
}
@media (min-width: 1200px) {
  .basic .title {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .basic .title {
    font-size: 2.3em;
  }
}
.basic .post-time {
  font-size: 1em;
  color: #999;
  font-weight: 500;
}
.basic .btn-fixed {
  flex-direction: column;
}
@media (min-width: 576px) {
  .basic .btn-fixed {
    flex-direction: row;
  }
}

.right-col {
  top: 30px;
}
.right-col .box {
  border-radius: 10px;
  background-color: #efefef;
  padding: 25px;
}
.right-col .box .title {
  font-size: 1.25em;
  font-weight: 600;
  padding: 0 0 0.5em 0;
  margin: 0 0 2em 0;
  color: #666;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  border-bottom: 1px solid #999;
}
.right-col .box ul {
  margin: 0;
  padding: 0;
}
.right-col .box ul li {
  position: relative;
  list-style-type: none;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 500;
  padding-left: 1.5em;
}
.right-col .box ul li:before {
  position: absolute;
  left: 0;
  top: 0.4em;
  content: "\f280";
  font-family: "Bootstrap-icons";
  font-size: 1rem;
}
.right-col .box ul li a {
  color: #666;
  display: block;
}
@media (min-width: 992px) {
  .right-col .box ul li a:hover {
    color: #dc53c2;
  }
}
.right-col .box ul li.active:before {
  color: #90c31f;
}
.right-col .box ul li.active a {
  color: #90c31f;
}
.right-col .box .news-list .news-cat {
  font-size: 1em;
  padding: 0.1em 1em;
}
.right-col .box .news-list .news-date {
  font-size: 1em;
}
.right-col .box .news-list .news-title {
  font-size: 1.2em;
}
.right-col .box.position-sticky {
  top: 20px;
  z-index: 99;
}
@media (min-width: 992px) {
  .right-col .box {
    padding: 25px 35px;
  }
  .right-col .box .title {
    font-size: 1.2em;
  }
  .right-col .box .news-list .news-cat {
    font-size: 0.8em;
  }
  .right-col .box .news-list .news-date {
    font-size: 0.8em;
  }
  .right-col .box .news-list .news-title {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .right-col .box {
    padding: 35px;
  }
  .right-col .box .title {
    font-size: 1.35em;
  }
  .right-col .box .news-list .news-cat {
    font-size: 0.85em;
  }
  .right-col .box .news-list .news-date {
    font-size: 0.85em;
  }
  .right-col .box .news-list .news-title {
    font-size: 1.05em;
  }
}
@media (min-width: 1680px) {
  .right-col .box {
    padding: 45px;
  }
  .right-col .box .title {
    font-size: 1.5em;
  }
  .right-col .box .news-list .news-cat {
    font-size: 1em;
  }
  .right-col .box .news-list .news-date {
    font-size: 1em;
  }
  .right-col .box .news-list .news-title {
    font-size: 1.2em;
  }
}

.cat-list {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px;
  display: block;
  height: 100%;
  background-color: #efefef;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.cat-list img {
  width: 100%;
  height: auto;
}
.cat-list .cat-name {
  font-size: 1.3em;
  color: #666;
  font-weight: 600;
  transition: all 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 769px) {
  .cat-list .cat-name {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  .cat-list {
    padding: 30px;
  }
  .cat-list .cat-name {
    font-size: 1.25em;
  }
  .cat-list:hover {
    box-shadow: 0 0 16px rgba(144, 195, 31, 0.65);
    background-color: white;
  }
  .cat-list:hover .cat-name {
    color: #90c31f;
  }
  .cat-list:hover .btn-dark {
    color: white !important;
    background-color: #90c31f !important;
    border: 0 !important;
    flex-direction: row-reverse;
    padding: 0 4px 0 2em !important;
  }
  .cat-list:hover .btn-dark span {
    background-color: white !important;
    margin-left: 1em;
    margin-right: 0;
  }
  .cat-list:hover .btn-dark span img {
    filter: invert(52%) sepia(69%) saturate(488%) hue-rotate(37deg) brightness(116%) contrast(89%);
  }
}
@media (min-width: 1200px) {
  .cat-list .cat-name {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .cat-list .cat-name {
    font-size: 1.4em;
  }
}

/*Video*/
.video-list {
  background-color: white;
  border-radius: 10px;
}
.video-list .video-name {
  font-size: 1.15em;
  padding: 1em;
  margin-bottom: 0;
  font-weight: 600;
  color: #666;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .video-list .video-name {
    font-size: 1.2em;
  }
  .video-list .btn-play:hover {
    box-shadow: 0 0 16px rgba(144, 195, 31, 0.65);
  }
  .video-list:hover .video-name {
    color: #90c31f;
  }
  .video-list:hover img {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .video-list .video-name {
    font-size: 1.25em;
  }
}
@media (min-width: 1680px) {
  .video-list .video-name {
    font-size: 1.35em;
  }
}/*# sourceMappingURL=media.css.map */