/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #232522 #f3f3f3;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #333;
}

*::-webkit-scrollbar-thumb {
  background-color: #f3f3f3;
  border-radius: 25px;
  border: 4px solid #333;
}

.container {
  padding-right: calc(var(--bs-gutter-x) * 0.8) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.8) !important;
}

html {
  padding: 0 !important;
}

body {
  font-family: Montserrat, "Noto Sans TC", sans-serif;
  background-color: #232522;
  color: white;
  font-size: 16px;
  counter-reset: section;
}
@media (min-width: 769px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in;
}

.font-primary {
  color: #339933;
}

.mt-4 {
  margin-top: 0.7rem !important;
}
@media (min-width: 821px) {
  .mt-4 {
    margin-top: 1.5rem !important;
  }
}

.mt-5 {
  margin-top: 1.5rem !important;
}
@media (min-width: 992px) {
  .mt-5 {
    margin-top: 3rem !important;
  }
}

.ms-5 {
  margin-left: 0.7rem !important;
}
@media (min-width: 992px) {
  .ms-5 {
    margin-left: 1.5rem !important;
  }
}

.btn {
  font-size: 0.85rem;
  padding: 0.5em 1.2em;
  border-radius: 35px;
}
@media (min-width: 769px) {
  .btn {
    font-size: 0.95rem;
    padding: 0.7em 1.4em;
  }
}
@media (min-width: 992px) {
  .btn {
    font-size: 1rem;
    padding: 0.7em 1.55em;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.1rem;
    padding: 0.7em 1em;
  }
}

.btn-sm {
  padding: 0.8em 1.5em !important;
  border-radius: 35px;
}
@media (min-width: 769px) {
  .btn-sm {
    font-size: 0.95rem;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    font-size: 1rem;
  }
}

.btn-more {
  background-color: transparent;
  border: 1px solid #339933;
  color: white;
  text-align: left;
  position: relative;
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: center;
}
.btn-more img {
  width: auto;
  height: 1.2em;
}
.btn-more:after {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #3b3b3b;
  border-radius: 40px;
  transition: all 0.3s linear;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #339933;
  border: 1px solid #339933;
  color: white;
}
.btn-more:hover:after, .btn-more:active:after, .btn-more:focus:after {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #339933;
  border-radius: 40px;
}
@media (min-width: 769px) {
  .btn-more:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
  .btn-more:hover:after, .btn-more:active:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
  .btn-more:focus {
    background-color: #339933 !important;
    border: 1px solid #339933 !important;
    color: white !important;
  }
  .btn-more:focus:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
  }
}

.btn-primary {
  background-color: #339933 !important;
  border: 0;
  color: white;
  border-radius: 7px;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: black !important;
  border: 0;
  color: white;
}

.btn-outline-primary {
  border: 1px solid #339933;
  border-radius: 40px;
  color: #339933;
  padding: 0.4em 1.2em;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .btn-outline-primary {
    font-size: 0.95rem;
    padding: 0.5em 1.4em;
  }
}
@media (min-width: 992px) {
  .btn-outline-primary {
    font-size: 0.95rem;
    padding: 0.4em 1.55em;
  }
}
@media (min-width: 1200px) {
  .btn-outline-primary {
    font-size: 1.1rem;
    padding: 0.5em 1.2em;
  }
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  background-color: #339933;
  border: 1px solid transparent;
}
.btn-outline-primary:focus {
  background-color: #339933 !important;
  border: 1px solid transparent !important;
  color: white !important;
}

.btn-none {
  padding: 0.5em 0;
  color: #999;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.85em;
  transition: all 0.3s linear;
}
.btn-none:hover {
  color: white;
}
@media (min-width: 769px) {
  .btn-none {
    font-size: 1.1em;
  }
}

.news .news-control.show {
  display: block !important;
}
.news .news-control {
  text-align: left;
  border-radius: 0;
  border: 0;
  background-color: #24502a;
  padding: 0;
  width: auto;
  display: none;
}
.news .news-control a:link,
.news .news-control a:visited {
  color: white;
  padding: 0.8em 1em;
  line-height: 1em;
}
.news .news-control a:hover,
.news .news-control a:active {
  color: white;
  background-color: #232522;
}
.news .news-control a.active {
  color: white;
  background-color: #339933;
}
@media (min-width: 992px) {
  .news .news-control {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    margin-top: 1em;
    width: 100%;
  }
  .news .news-control li {
    display: inline-flex;
  }
  .news .news-control li a {
    padding: 0 0.7em !important;
  }
  .news .news-control li a.active {
    color: #339933;
    background-color: transparent;
  }
  .news .news-control li a:hover {
    color: #339933;
    background-color: transparent;
  }
  .news .news-control li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
  }
  .news .news-control li:first-child:before {
    display: none;
  }
  .news .news-control li:last-child a {
    padding: 0 0 0 1em !important;
  }
}
@media (min-width: 1200px) {
  .news .news-control {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    margin-top: 1em;
  }
  .news .news-control li {
    display: inline-flex;
  }
  .news .news-control li a {
    padding: 0 1em !important;
  }
  .news .news-control li a.active {
    color: #339933;
    background-color: transparent;
  }
  .news .news-control li a:hover {
    color: #339933;
    background-color: transparent;
  }
  .news .news-control li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
  }
  .news .news-control li:first-child:before {
    display: none;
  }
  .news .news-control li:last-child a {
    padding: 0 0 0 1em !important;
  }
}
.news .btn-none {
  display: block;
  text-align: center;
  border: 1px solid #3b3b3b;
  padding: 0.4em 0.1em;
  font-size: 0.7rem !important;
  border: 1px solid #3b3b3b;
  max-width: 100px;
}
@media (min-width: 520px) {
  .news .btn-none {
    padding: 0.4em 0.75em;
    font-size: 0.7rem !important;
  }
}
@media (min-width: 992px) {
  .news .btn-none {
    display: none;
  }
}

.news-box {
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.news-box:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  overflow: hidden;
  background-color: #3b3b3b;
  z-index: -1;
}
.news-box:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 10px;
  overflow: hidden;
  background-color: #24502a;
  z-index: -1;
}
.news-box:hover .con .news-type {
  color: #339933;
  background-color: white;
}
.news-box:hover .con .post-title,
.news-box:hover .con .post-time,
.news-box:hover .con p {
  color: white;
}
.news-box:hover .con .btn-more-sm {
  background-color: #339933;
}
@media (min-width: 768px) {
  .news-box:nth-child(2n+1) {
    padding: 0 15px 0 0;
  }
  .news-box:nth-child(2n+1):after {
    position: absolute;
    left: 0;
    width: calc(100% - 15px);
  }
  .news-box:nth-child(2n+2) {
    padding: 0 0 0 15px;
  }
  .news-box:nth-child(2n+2):after {
    position: absolute;
    left: 15px;
    width: calc(100% - 15px);
  }
}
@media (min-width: 992px) {
  .news-box:nth-child(3n+1) {
    padding: 0 30px 0 0;
  }
  .news-box:nth-child(3n+1):after {
    position: absolute;
    left: 0;
    width: calc(100% - 30px);
  }
  .news-box:nth-child(3n+2) {
    padding: 0 15px;
  }
  .news-box:nth-child(3n+2):after {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
  }
  .news-box:nth-child(3n+3) {
    padding: 0 0 0 30px;
  }
  .news-box:nth-child(3n+3):after {
    position: absolute;
    left: 30px;
    width: calc(100% - 30px);
  }
}
.news-box img {
  z-index: 1;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.news-box .con {
  padding: 1em 1.5em 1em 1.5em;
  margin-top: -1em;
  position: relative;
}
.news-box .con .news-type {
  font-size: 0.8em;
  background-color: #339933;
  color: white;
  padding: 0.25em 1em;
  border-radius: 30px;
  display: inline-flex;
  position: absolute;
  right: 1.5em;
  top: 0;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.news-box .con .post-time {
  font-size: 1em;
  color: #999;
  margin: 1em 0;
  transition: all 0.3s linear;
}
.news-box .con .post-title {
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.7em;
  transition: all 0.3s linear;
}
.news-box .con p {
  font-size: 0.9em;
  color: #999;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  box-sizing: border-box;
  position: relative;
  height: 4.8em;
  transition: all 0.3s linear;
}
.news-box .con p:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px solid #999;
}
@media (min-width: 769px) {
  .news-box .con p {
    font-size: 0.6em;
  }
}
.news-box .con .tag {
  width: 100%;
  margin-bottom: 1em;
  font-size: 0.8em;
  line-height: 1.4em;
}
.news-box .con .tag a:link,
.news-box .con .tag a:visited {
  color: #999;
  margin-right: 1em;
}
.news-box .con .tag a:hover,
.news-box .con .tag a:active {
  color: #339933;
}
@media (min-width: 769px) {
  .news-box .con .tag {
    font-size: 0.7em;
  }
}
.news-box .btn-more-sm {
  background-color: #232522;
  color: white;
  font-size: 0.7em;
  text-transform: uppercase;
  border: 0;
  padding: 0.4em 1em;
  transition: all 0.3s linear;
}
.news-box .btn-more-sm:hover {
  background-color: #339933;
}

.news-content .news-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1em;
}
.news-content .post-time {
  font-size: 0.9rem;
  color: #339933;
  text-align: left;
  margin: 0 0.7em 0 0;
  letter-spacing: 0.1em;
  max-width: inherit !important;
  order: 2;
}
.news-content .news-type {
  font-size: 0.95rem;
  background-color: #339933;
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 0.3em 0.5em !important;
  max-width: inherit !important;
  line-height: 1em;
  margin-right: 0.8rem;
  order: 1;
}
.news-content .justify-content-end {
  justify-content: flex-start !important;
}
@media (min-width: 768px) {
  .news-content .news-title {
    font-size: 1.6em;
    line-height: 1.2em;
  }
  .news-content .post-time {
    font-size: 1rem;
    text-align: center;
    max-width: 120px !important;
    margin: 0 0 0.5em 0;
    letter-spacing: 0.25em;
    order: 1;
  }
  .news-content .news-type {
    font-size: 1rem;
    padding: 0.6em 0.5em !important;
    max-width: 120px !important;
    order: 2;
    margin-right: 0;
  }
  .news-content .justify-content-end {
    justify-content: flex-end !important;
  }
}
@media (min-width: 992px) {
  .news-content .news-title {
    font-size: 1.8em;
  }
  .news-content .post-time {
    font-size: 0.85rem;
    text-align: center;
    margin: 0 0 0.5em 0;
  }
  .news-content .news-type {
    font-size: 0.85rem;
    padding: 0.6em 0.5em !important;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .news-content .news-title {
    font-size: 2.2em;
  }
  .news-content .post-time {
    font-size: 1rem;
    text-align: center;
    margin: 0 0 0.5em 0;
  }
  .news-content .news-type {
    font-size: 1rem;
    padding: 0.6em 0.5em !important;
  }
}
@media (min-width: 1400px) {
  .news-content .news-title {
    font-size: 2.4em;
  }
  .news-content .post-time {
    font-size: 1.15rem;
    text-align: center;
    margin: 0 0 0.5em 0;
    max-width: 140px !important;
  }
  .news-content .news-type {
    font-size: 1.1rem;
    padding: 0.55em 0.5em !important;
    max-width: 140px !important;
    margin-right: 0;
  }
}
.news-content img {
  border-radius: 10px;
  margin-bottom: 1em;
}
.news-content p {
  color: #999;
}
.news-content a {
  color: white;
}
.news-content .tag {
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
}
.news-content .tag a:link,
.news-content .tag a:visited {
  color: #cbfcc8;
  margin-right: 1em;
  font-size: 0.9em;
  display: inline-flex;
}
.news-content .tag a:hover,
.news-content .tag a:active {
  color: #339933;
}

.right-side .catagory {
  width: 100%;
  background-color: #333;
  padding: 1.5em;
  border-radius: 10px;
  margin-bottom: 1.2em;
}
.right-side .catagory .box-title {
  color: #339933;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 1px solid #999;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}
.right-side .catagory ul {
  padding: 0;
  margin: 0;
}
.right-side .catagory ul li {
  list-style: none;
}
.right-side .catagory ul li a:link,
.right-side .catagory ul li a:visited {
  color: white;
  padding: 0.2em 1em;
  text-transform: uppercase;
  display: block;
}
.right-side .catagory ul li a:hover,
.right-side .catagory ul li a:active {
  color: white;
  background-color: #232522;
  padding: 0.2em 1em;
  text-transform: uppercase;
  display: block;
}
.right-side .catagory ul li a.active {
  color: #339933;
  background-image: url("../images/icon-page-title.svg");
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (min-width: 920px) {
  .right-side .catagory .box-title {
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
}
.right-side .catagory .tag {
  width: 100%;
  margin-bottom: 1em;
}
.right-side .catagory .tag a:link,
.right-side .catagory .tag a:visited {
  color: #999;
  margin-right: 1em;
  font-size: 0.9em;
  display: inline-flex;
}
.right-side .catagory .tag a:hover,
.right-side .catagory .tag a:active {
  color: #339933;
}
.right-side .recent-news {
  width: 100%;
  background-color: #333;
  padding: 1.5em;
  border-radius: 10px;
}
.right-side .recent-news .box-title {
  color: #339933;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 1px solid #999;
  padding-bottom: 0.6em;
  margin-bottom: 1em;
}
.right-side .recent-news .news-list {
  display: block;
  margin-bottom: 1em;
  position: relative;
  padding: 0 0 0.5em 0;
}
.right-side .recent-news .news-list:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  border-bottom: 2px solid #339933;
  transition: all 0.3s linear;
}
.right-side .recent-news .news-list:hover:after {
  width: 100%;
}
.right-side .recent-news .news-list:hover .post-title {
  color: #339933;
}
.right-side .recent-news .news-list:hover .post-title:after {
  border: 2px solid #339933;
}
.right-side .recent-news .news-list img {
  border-radius: 10px;
  margin-bottom: 1em;
}
.right-side .recent-news .news-list .news-type {
  font-size: 0.7em;
  color: white;
  background-color: #339933;
  border-radius: 0;
  display: inline-flex;
  text-transform: uppercase;
  padding: 0.2em 1em;
  margin-bottom: 0.5em;
}
.right-side .recent-news .news-list .post-time {
  text-align: left;
  font-size: 0.85em;
  color: #cdcdcd;
}
.right-side .recent-news .news-list .post-title {
  font-size: 0.9em;
  color: white;
  margin-top: 0.5em;
  padding-right: 1.8em;
  position: relative;
  transition: all 0.3s linear;
}
.right-side .recent-news .news-list .post-title:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  content: "\f285";
  font-family: "bootstrap-icons";
  border-radius: 30px;
  border: 1px solid white;
  font-size: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
@media (min-width: 920px) {
  .right-side .recent-news .news-list .box-title {
    font-size: 1.3em;
    letter-spacing: 0.1em;
  }
  .right-side .recent-news .news-list .post-time {
    text-align: right;
  }
  .right-side .recent-news .news-list .news-type {
    font-size: 0.8em;
    border-radius: 30px;
    margin-bottom: 0;
  }
  .right-side .recent-news .news-list .post-title {
    font-size: 1em;
  }
}

.faq .faq-intro {
  color: #339933;
}
.faq .catagory {
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 1.5em;
}
@media (min-width: 1400px) {
  .faq .catagory {
    font-size: 1.5em;
  }
}
.faq .accordion-item {
  background-color: transparent;
  color: #999;
  border-bottom: 1px solid #333;
}
.faq .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  padding: 0.8em 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.faq .accordion-item .accordion-header .accordion-button .num {
  color: #339933;
  font-style: italic;
  width: 45px;
  margin-right: 15px;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1em;
  display: inline-flex;
}
@media (min-width: 769px) {
  .faq .accordion-item .accordion-header .accordion-button {
    font-size: 1.35rem;
  }
  .faq .accordion-item .accordion-header .accordion-button .num {
    font-size: 1.8em;
    width: 60px;
  }
}
.faq .accordion-item .accordion-header .accordion-button:after {
  filter: invert(46%) sepia(92%) saturate(388%) hue-rotate(71deg) brightness(89%) contrast(88%);
}
.faq .accordion-item .accordion-header .accordion-button h2 {
  color: white;
  font-size: 1rem;
  font-weight: normal;
  width: calc(100% - 70px);
  display: inline-flex;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .faq .accordion-item .accordion-header .accordion-button h2 {
    font-size: 1.15rem;
    width: calc(100% - 100px);
  }
}
.faq .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: white;
  box-shadow: none;
}
.faq .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  filter: invert(46%) sepia(92%) saturate(388%) hue-rotate(71deg) brightness(89%) contrast(88%);
}
.faq .accordion-item .accordion-body {
  font-size: 0.9rem;
  padding: 0.5em 25px 0.5em 55px;
}
@media (min-width: 769px) {
  .faq .accordion-item .accordion-body {
    padding: 0.5em 2em 0.5em 75px;
  }
}
.faq .accordion-item:first-child .accordion-header .accordion-button {
  padding: 0 0 0.8em 0;
}
.faq .contact {
  padding-right: 0;
  letter-spacing: 0.05em;
}
.faq .contact h4 {
  font-size: 2em;
  font-weight: bold;
}
@media (min-width: 769px) {
  .faq .contact {
    padding-right: 2em;
  }
  .faq .contact h4 {
    font-size: 1.8em;
  }
}
.faq .contact p {
  font-size: 0.8em;
  color: #999;
  margin: 0;
}
.faq .contact-info {
  border: 2px solid #339933;
  border-radius: 10px;
  padding: 0.75em;
  margin: 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  height: 100%;
}
.faq .contact-info i {
  color: #339933;
  font-size: 2em;
}
.faq .contact-info h3 {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.5em;
  word-break: break-all;
}
.faq .contact-info h3 a {
  color: white;
  text-decoration: none;
}
.faq .contact-info p {
  font-size: 0.65em;
  color: #999;
  margin: 0;
}
@media (min-width: 520px) {
  .faq .contact-info {
    padding: 0.75em;
  }
  .faq .contact-info i {
    font-size: 2.3em;
  }
  .faq .contact-info h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 920px) {
  .faq .contact-info {
    padding: 0.75em;
  }
  .faq .contact-info i {
    font-size: 2.3em;
  }
  .faq .contact-info h3 {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .faq .contact-info {
    padding: 0.75em 0.5em;
  }
  .faq .contact-info i {
    font-size: 1.5em;
  }
  .faq .contact-info h3 {
    font-size: 0.95em;
  }
}
@media (min-width: 1400px) {
  .faq .contact-info {
    padding: 0.75em;
  }
  .faq .contact-info i {
    font-size: 2.2em;
  }
  .faq .contact-info h3 {
    font-size: 1.25em;
  }
}

.blog .blog-control.show {
  display: block !important;
}
.blog .blog-control {
  text-align: left;
  border-radius: 0;
  border: 0;
  background-color: #24502a;
  padding: 0;
  width: auto;
  display: none;
}
.blog .blog-control a:link,
.blog .blog-control a:visited {
  color: white;
  padding: 0.8em 1em;
  line-height: 1em;
}
.blog .blog-control a:hover,
.blog .blog-control a:active {
  color: white;
  background-color: #232522;
}
.blog .blog-control a.active {
  color: white;
  background-color: #339933;
}
@media (min-width: 992px) {
  .blog .blog-control {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    margin-top: 1em;
    width: 100%;
  }
  .blog .blog-control li {
    display: inline-flex;
  }
  .blog .blog-control li a {
    padding: 0 0.7em !important;
  }
  .blog .blog-control li a.active {
    color: #339933;
    background-color: transparent;
  }
  .blog .blog-control li a:hover {
    color: #339933;
    background-color: transparent;
  }
  .blog .blog-control li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
  }
  .blog .blog-control li:first-child:before {
    display: none;
  }
  .blog .blog-control li:last-child a {
    padding: 0 0 0 1em !important;
  }
}
@media (min-width: 1200px) {
  .blog .blog-control {
    display: flex;
    justify-content: flex-end;
    background-color: transparent;
    margin-top: 1em;
  }
  .blog .blog-control li {
    display: inline-flex;
  }
  .blog .blog-control li a {
    padding: 0 1em !important;
  }
  .blog .blog-control li a.active {
    color: #339933;
    background-color: transparent;
  }
  .blog .blog-control li a:hover {
    color: #339933;
    background-color: transparent;
  }
  .blog .blog-control li:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
  }
  .blog .blog-control li:first-child:before {
    display: none;
  }
  .blog .blog-control li:last-child a {
    padding: 0 0 0 1em !important;
  }
}
.blog .btn-none {
  display: block;
  text-align: center;
  border: 1px solid #3b3b3b;
  padding: 0.4em 0.1em;
  font-size: 0.7rem !important;
  border: 1px solid #3b3b3b;
  max-width: 100px;
}
@media (min-width: 520px) {
  .blog .btn-none {
    padding: 0.4em 0.75em;
    font-size: 0.7rem !important;
  }
}
@media (min-width: 992px) {
  .blog .btn-none {
    display: none;
  }
}/*# sourceMappingURL=media.css.map */