*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-radius: 0;
}

*::-webkit-scrollbar-thumb {
  background-color: #ff6600;
  border: 2px solid white;
  border-radius: 10px;
}

html {
  padding: 0 !important;
  font-size: 16px;
  overflow-x: hidden !important;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  font-family: "Montserrat", Arial, "Noto Sans TC", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 992px) {
  body {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.125rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.125rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #ff9900;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}

.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) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
  }
}

.btn-secondary, .btn-light:after {
  background: linear-gradient(to right, #ff6600, #ff9900);
  transition: all 0.3s linear;
}

.index-service, .btn-linear:after {
  background: linear-gradient(to right, #ff9900, #ff6600, #ff9900, #ff6600);
  transition: all 0.3s linear;
}

.index-service, .index-slogan, .index-news, .index-others {
  padding: 3.5em 0;
}
.index-service .block-title, .index-slogan .block-title, .index-news .block-title, .index-others .block-title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: base;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.index-service .block-subtitle, .index-slogan .block-subtitle, .index-news .block-subtitle, .index-others .block-subtitle {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 2em;
  color: #999;
  text-transform: capitalize;
}
.index-service .block-title2, .index-slogan .block-title2, .index-news .block-title2, .index-others .block-title2 {
  font-size: 1.6em;
  line-height: 1.4;
  margin-bottom: 1.5em;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
}
.index-service .block-title2:after, .index-slogan .block-title2:after, .index-news .block-title2:after, .index-others .block-title2:after {
  display: inline-flex;
  content: "/";
  margin-left: 0.5em;
}
.index-service .block-title3, .index-slogan .block-title3, .index-news .block-title3, .index-others .block-title3 {
  font-size: 1.45em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: bold;
  color: #ff9900;
  padding-left: 45px;
  position: relative;
}
.index-service .block-title3:before, .index-slogan .block-title3:before, .index-news .block-title3:before, .index-others .block-title3:before {
  position: absolute;
  left: -0.2em;
  top: -0.25em;
  width: 45px;
  height: 45px;
  content: "";
  background-image: url("../images/icon-title.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-service .block-title4, .index-slogan .block-title4, .index-news .block-title4, .index-others .block-title4 {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media (min-width: 769px) {
  .index-service .block-title, .index-slogan .block-title, .index-news .block-title, .index-others .block-title {
    font-size: 1.9em;
  }
  .index-service .block-subtitle, .index-slogan .block-subtitle, .index-news .block-subtitle, .index-others .block-subtitle {
    font-size: 1.4em;
  }
  .index-service .block-title2, .index-slogan .block-title2, .index-news .block-title2, .index-others .block-title2 {
    font-size: 1.4em;
    margin-bottom: 1em;
  }
  .index-service .block-title3:before, .index-slogan .block-title3:before, .index-news .block-title3:before, .index-others .block-title3:before {
    top: -0.2em;
  }
  .index-service .block-title4, .index-slogan .block-title4, .index-news .block-title4, .index-others .block-title4 {
    font-size: 1.3em;
  }
}
@media (min-width: 1200px) {
  .index-service, .index-slogan, .index-news, .index-others {
    padding: 4.5em 0;
  }
  .index-service .block-title, .index-slogan .block-title, .index-news .block-title, .index-others .block-title {
    font-size: 2.26em;
  }
  .index-service .block-title2, .index-slogan .block-title2, .index-news .block-title2, .index-others .block-title2 {
    font-size: 1.2em;
    margin-bottom: 2.5em;
  }
  .index-service .block-title3, .index-slogan .block-title3, .index-news .block-title3, .index-others .block-title3 {
    font-size: 1.65em;
    padding-left: 48px;
  }
  .index-service .block-title3:before, .index-slogan .block-title3:before, .index-news .block-title3:before, .index-others .block-title3:before {
    width: 45px;
    height: 45px;
    top: -0.1em;
  }
  .index-service .block-title4, .index-slogan .block-title4, .index-news .block-title4, .index-others .block-title4 {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .index-service, .index-slogan, .index-news, .index-others {
    padding: 4.5em 0;
  }
  .index-service .block-title, .index-slogan .block-title, .index-news .block-title, .index-others .block-title {
    font-size: 2.67em;
  }
  .index-service .block-subtitle, .index-slogan .block-subtitle, .index-news .block-subtitle, .index-others .block-subtitle {
    font-size: 1.67em;
  }
  .index-service .block-title2, .index-slogan .block-title2, .index-news .block-title2, .index-others .block-title2 {
    font-size: 1.33em;
  }
  .index-service .block-title3, .index-slogan .block-title3, .index-news .block-title3, .index-others .block-title3 {
    font-size: 2em;
    padding-left: 55px;
  }
  .index-service .block-title3:before, .index-slogan .block-title3:before, .index-news .block-title3:before, .index-others .block-title3:before {
    width: 54px;
    height: 54px;
  }
  .index-service .block-title4, .index-slogan .block-title4, .index-news .block-title4, .index-others .block-title4 {
    font-size: 1.6em;
  }
}

.index-news .news-list .news-img, .btn-play {
  border-radius: 5px;
}
@media (min-width: 769px) {
  .index-news .news-list .news-img, .btn-play {
    border-radius: 8px;
  }
}
@media (min-width: 1200px) {
  .index-news .news-list .news-img, .btn-play {
    border-radius: 10px;
  }
}
@media (min-width: 1680px) {
  .index-news .news-list .news-img, .btn-play {
    border-radius: 16px;
  }
}

.btn {
  padding: 0.6em 2em;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.05em !important;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn img {
  width: auto;
  height: 20px;
  transition: all 0.3s linear;
}
.btn i {
  font-size: 1em;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn {
    padding: 0.7em 1.2em;
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.9em 2.8em;
    font-size: 1em;
  }
}
.btn:hover {
  padding: 0.6em 2.6em;
}
@media (min-width: 769px) {
  .btn:hover {
    padding: 0.7em 1.8em;
  }
}
@media (min-width: 1200px) {
  .btn:hover {
    padding: 0.9em 3.4em;
  }
}

.btn-sm {
  padding: 0.4em 0.9em !important;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.3s linear;
}
@media (min-width: 769px) {
  .btn-sm {
    padding: 0.5em 1.2em !important;
  }
}
@media (min-width: 1200px) {
  .btn-sm {
    padding: 0.6em 1.6em !important;
    font-size: 0.95em;
  }
}

.btn-delete {
  border: 0;
  background-color: transparent !important;
  padding: 0;
  color: #ff9900 !important;
  font-size: 1em;
  text-transform: capitalize;
  transition: all 0.3s linear;
}
.btn-delete:hover {
  color: #333 !important;
}
.btn-delete i {
  font-size: 1.25em;
}

.btn-back {
  color: white;
  font-size: 1;
  display: inline-flex;
  align-items: center;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  margin-bottom: -1px;
}
.btn-back:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #ff9900;
  transition: all 0.3s linear;
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
}
.btn-play:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  content: "\f4f4";
  font-family: "Bootstrap-icons";
  background-color: rgba(255, 153, 0, 0.7);
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
@media (min-width: 1680px) {
  .btn-play:after {
    width: 65px;
    height: 65px;
  }
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover:before, .btn-play:active:before, .btn-play:focus:before {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .btn-play:hover:after, .btn-play:active:after, .btn-play:focus:after {
    transform: translate(-50%, -50%);
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-dark {
  border: 0;
  color: white;
  background-color: #333 !important;
  border: 1px solid #333 !important;
  transition: all 0.3s linear;
}
.btn-dark img {
  filter: invert(1) brightness(100);
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #ff6600 !important;
  border: 1px solid #ff6600 !important;
}

.btn-light {
  border: 0;
  color: #999;
  background: transparent;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.btn-light i {
  position: relative;
  display: inline-flex;
  font-size: 1em;
  z-index: 2;
  transition: all 0.3s linear;
}
.btn-light:after {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.show {
  color: white !important;
  background-color: transparent !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i, .btn-light.show i {
  color: white !important;
}
.btn-light:hover:after, .btn-light:active:after, .btn-light:focus:after, .btn-light.show:after {
  left: 0;
}

.btn-primary {
  position: relative;
  border: 0 !important;
  color: white;
  overflow: hidden;
  background-color: #ff9900;
  transition: all 0.3s linear;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #333;
}

.btn-secondary {
  color: white;
  border: 0 !important;
  justify-content: center;
  transition: all 0.3s linear;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #333 !important;
  border: 0 !important;
}

.btn-link {
  color: #ff9900;
  text-decoration: none;
}
.btn-link:hover {
  color: #ff6600;
}

.btn-linear {
  display: block;
  width: 100%;
  border: 0;
  background-color: transparent;
  color: white !important;
  text-align: start;
  position: relative;
  z-index: 1;
  transition: all 0.3s linear;
}
.btn-linear:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 110%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn-linear:after {
  left: auto;
  right: 0;
}
.btn-linear:hover, .btn-linear:active, .btn-linear:focus {
  transform: translateX(25px);
}
html[dir=rtl] .btn-linear:hover, html[dir=rtl] .btn-linear:active, html[dir=rtl] .btn-linear:focus {
  transform: translateX(-25px);
}

.btn-more {
  background-color: #333;
  border: 1px solid #333;
  color: white;
}
.btn-more:hover, .btn-more:active, .btn-more:focus {
  background-color: #ff9900 !important;
  border: 1px solid #ff9900 !important;
  color: white !important;
}

.btn-arrows {
  padding: 0.6em 1em;
  background-color: #333;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0;
  min-width: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-arrows img {
  width: auto;
  height: 20px;
  filter: invert(1) brightness(100);
  margin: 0;
}
.btn-arrows:hover, .btn-arrows:visited, .btn-arrows:focus {
  background-color: #ff9900 !important;
}

.text-primary {
  color: #ff9900 !important;
}

.text-light {
  color: white !important;
}

.video-container {
  display: none;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.form-control {
  border-radius: 4px;
  border: 0;
}

.input-group button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

html[dir=rtl] .force-ltr-slider .slick-track {
  direction: ltr !important;
}
html[dir=rtl] .force-ltr-slider .slick-slide {
  float: left !important;
}

html[dir=rtl] .slick-dots {
  direction: ltr;
}

@media (min-width: 992px) {
  .fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item {
    display: none;
  }
  .fixed-top .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item:last-child {
    display: inline-flex;
  }
  .fixed-top.fixed .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item {
    display: inline-flex;
  }
  .fixed-top.fixed .container-fluid .offcanvas .offcanvas-body .navbar-nav .nav-item:last-child {
    display: inline-flex;
  }
}
.top-slider {
  position: relative;
}
.top-slider .sidenav {
  position: absolute;
  left: 0.75em;
  top: 50%;
  width: 15%;
  padding-right: 1em;
  transform: translateY(-50%);
  z-index: 9;
  border-left: 3px solid #ff9900;
  display: none;
}
@media (min-width: 992px) {
  .top-slider .sidenav {
    left: 2.25em;
    display: block;
  }
  .top-slider .sidenav ul {
    margin: 0;
    padding: 0 0 0 1.5em;
  }
  .top-slider .sidenav ul li {
    list-style: none;
    margin: 0 0 0.8rem 0;
    font-size: 1em;
  }
  .top-slider .sidenav ul li a {
    display: block;
    color: black;
    font-weight: bold;
  }
  .top-slider .sidenav ul li a:hover, .top-slider .sidenav ul li a:active, .top-slider .sidenav ul li a:focus {
    color: #ff9900;
  }
  .top-slider .sidenav ul li:last-child {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .top-slider .sidenav {
    left: 4.5em;
    display: block;
  }
  .top-slider .sidenav ul li {
    font-size: 1.2em;
  }
}
.top-slider .main-slider .slider-wrap {
  position: relative;
  overflow: hidden;
}
@-webkit-keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes slideIn {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.top-slider .main-slider .slider-wrap .slideIn {
  -webkit-animation: slideIn 6s linear forwards;
  animation: slideIn 6s linear forwards;
}
.top-slider .main-slider .slider-wrap a {
  color: white;
  display: block;
  position: relative;
  height: 430px;
}
.top-slider .main-slider .slider-wrap a img {
  position: absolute;
  right: -25%;
  top: 0;
  width: 230%;
  height: auto;
  z-index: 0;
}
.top-slider .main-slider .slider-wrap .container-fluid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 25% !important;
  z-index: 5;
}
.top-slider .main-slider .slider-wrap .container-fluid .title-lg {
  font-size: 1.6em;
  font-weight: bold;
  color: #ff6600;
  margin-bottom: 0.5em !important;
}
.top-slider .main-slider .slider-wrap .container-fluid .subtitle {
  font-size: 1em;
  line-height: 1.4em;
  color: black;
  font-weight: bold;
}
@media (min-width: 576px) {
  .top-slider .main-slider .slider-wrap a {
    height: 535px;
  }
  .top-slider .main-slider .slider-wrap a img {
    width: 175%;
    height: auto;
  }
}
@media (min-width: 769px) {
  .top-slider .main-slider .slider-wrap a {
    height: 100%;
  }
  .top-slider .main-slider .slider-wrap a img {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .top-slider .main-slider .slider-wrap .container-fluid {
    padding-right: 30% !important;
  }
  .top-slider .main-slider .slider-wrap .container-fluid .title-lg {
    font-size: 2em;
  }
  .top-slider .main-slider .slider-wrap .container-fluid .subtitle {
    font-size: 1.1em;
    line-height: 1.6em;
  }
}
@media (min-width: 992px) {
  .top-slider .main-slider .slider-wrap .container-fluid {
    padding-left: 20% !important;
    padding-right: 32% !important;
  }
  .top-slider .main-slider .slider-wrap .container-fluid .title-lg {
    font-size: 2em;
  }
  .top-slider .main-slider .slider-wrap .container-fluid .subtitle {
    font-size: 1.1em;
  }
}
@media (min-width: 1200px) {
  .top-slider .main-slider .slider-wrap .container-fluid {
    padding-left: 20% !important;
    padding-right: 35% !important;
  }
  .top-slider .main-slider .slider-wrap .container-fluid .title-lg {
    font-size: 2.6em;
  }
  .top-slider .main-slider .slider-wrap .container-fluid .subtitle {
    font-size: 1.3em;
    line-height: 1.5em;
  }
}
@media (min-width: 1680px) {
  .top-slider .main-slider .slider-wrap .container-fluid .title-lg {
    font-size: 3.77em !important;
  }
  .top-slider .main-slider .slider-wrap .container-fluid .subtitle {
    font-size: 1.33em;
  }
}
.top-slider .main-slider .slick-dots {
  text-align: end;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  bottom: 1.5em;
}
@media (min-width: 769px) {
  .top-slider .main-slider .slick-dots {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .top-slider .main-slider .slick-dots {
    padding-right: calc(var(--bs-gutter-x) * 3) !important;
    padding-left: calc(var(--bs-gutter-x) * 3) !important;
    bottom: 2.5em;
  }
}
@media (min-width: 769px) {
  .top-slider .main-slider .slick-active img {
    animation: slideIn 6s linear;
  }
}
.top-slider .main-slider .slick-active .title-lg,
.top-slider .main-slider .slick-active .subtitle {
  animation: fadeInLeft 0.5s linear;
}

.index-service {
  overflow: hidden;
}
.index-service .col-12.col-sm-6.col-xxl-3 {
  position: relative;
  text-align: center;
}
.index-service .col-12.col-sm-6.col-xxl-3 .service-icon {
  width: 80px;
  height: auto;
  margin-bottom: 1em;
  filter: invert(1) brightness(100%);
}
.index-service .col-12.col-sm-6.col-xxl-3 .title {
  font-size: 1.2em;
  text-transform: capitalize;
  color: white;
  font-weight: bold;
}
.index-service .col-12.col-sm-6.col-xxl-3 p {
  font-size: 0.95em;
  color: white;
}
@media (min-width: 992px) {
  .index-service .col-12.col-sm-6.col-xxl-3 {
    text-align: start;
  }
  .index-service .col-12.col-sm-6.col-xxl-3 p {
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .index-service .col-12.col-sm-6.col-xxl-3 .title {
    font-size: 1.33em;
  }
}

.index-slogan {
  padding-top: 7em !important;
  padding-bottom: 7em !important;
  position: relative;
}
.index-slogan:before {
  position: absolute;
  left: -15px;
  top: 15px;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #ff9900;
  transform: skewX(-45deg);
}
.index-slogan:after {
  position: absolute;
  left: -15px;
  top: 23px;
  width: 45%;
  height: 4px;
  content: "";
  background-color: #ff9900;
  transform: skewX(-45deg);
}
.index-slogan .num {
  font-size: 1.7em;
  color: #ff9900;
  text-align: end;
  position: relative;
  font-weight: bold;
}
.index-slogan .num:after {
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #cccccc;
  transform: translateY(-50%);
}
.index-slogan .txt {
  font-size: 0.9em;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}
@media (min-width: 520px) {
  .index-slogan .num {
    font-size: 1.7em;
  }
}
@media (min-width: 769px) {
  .index-slogan .num {
    font-size: 2em;
  }
  .index-slogan .txt {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .index-slogan:before {
    width: 33%;
    height: 5px;
  }
  .index-slogan:after {
    width: 30%;
    height: 5px;
    top: 25px;
  }
  .index-slogan .num {
    font-size: 2em;
  }
}
@media (min-width: 1200px) {
  .index-slogan .num {
    font-size: 2.25em;
  }
  .index-slogan .txt {
    font-size: 1.1em;
  }
}
@media (min-width: 1680px) {
  .index-slogan .num {
    font-size: 2.9em;
  }
  .index-slogan .txt {
    font-size: 1.35em;
  }
}

/*News*/
.index-news {
  min-height: 400px;
  overflow: hidden;
  background-image: url(../images/bg-index-news.png);
  background-size: 35% auto;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.index-news .news-list {
  position: relative;
  padding: 2em 0;
  margin: 0;
  border-bottom: 1px dashed #cccccc;
}
.index-news .news-list .news-img {
  overflow: hidden;
  margin-bottom: 1em;
  position: relative;
}
.index-news .news-list .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
.index-news .news-list .news-img:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "\f138";
  font-family: "Bootstrap-icons";
  color: white;
  width: 60px;
  height: 60px;
  font-size: 1.6em;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s linear;
}
.index-news .news-list .news-img:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 60%;
  content: "";
  background: linear-gradient(to top left, rgba(255, 153, 0, 0.65) 35%, rgba(255, 153, 0, 0) 60%);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s linear;
}
.index-news .news-list .post-time {
  font-size: 1em;
  color: #999;
  padding: 0 20px;
  margin-bottom: 0;
}
.index-news .news-list .post-time:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #ff9900;
  display: inline-block;
  margin: 0.25em 1em 0.25em 0;
}
.index-news .news-list .news-title {
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
  padding: 0 20px;
  line-height: 1.5;
  margin-bottom: 0;
  transition: all 0.3s linear;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index-news .news-list .news-title:after {
  content: "\f138";
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  color: white;
  width: 40px;
  height: 40px;
  background-color: #cccccc;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: -0.25em 0 0 1em;
  font-size: 1em;
  transition: all 0.3s linear;
}
.index-news .news-list:hover .news-img img {
  transform: scale(1.1);
}
.index-news .news-list:hover .news-img:before, .index-news .news-list:hover .news-img:after {
  opacity: 1;
}
.index-news .news-list:hover .news-title {
  color: #ff9900;
}
.index-news .news-list:hover .news-title:after {
  background-color: #ff9900;
}

.index-others {
  position: relative;
}
.index-others:before {
  position: absolute;
  right: -15px;
  top: -23px;
  width: 50%;
  height: 4px;
  content: "";
  background-color: #ff9900;
  transform: skewX(45deg);
  z-index: 1;
}
.index-others:after {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 45%;
  height: 4px;
  content: "";
  background-color: #ff9900;
  transform: skewX(45deg);
  z-index: 1;
}
@media (min-width: 992px) {
  .index-others:before {
    width: 33%;
    height: 5px;
    top: -25px;
  }
  .index-others:after {
    width: 30%;
    height: 5px;
  }
}
.index-others a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.index-others a img {
  width: 120%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .index-others a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.index-others a .caption {
  position: absolute;
  left: 1em;
  bottom: 1em;
  width: calc(90% - 2em);
  color: white;
  transition: all 0.3s linear;
}
.index-others a .caption h3 {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.index-others a .caption p {
  font-size: 0.9em;
  line-height: 1.5;
  font-weight: normal;
}
@media (min-width: 768px) {
  .index-others a .caption {
    width: calc(85% - 2.5em);
    left: 2.5em;
    bottom: 2.5em;
  }
  .index-others a .caption h3 {
    font-size: 2em;
  }
  .index-others a .caption p {
    font-size: 1em;
  }
}
@media (min-width: 992px) {
  .index-others a .caption {
    width: calc(72% - 50px);
    left: 50px;
    bottom: 50px;
  }
  .index-others a .caption h3 {
    font-size: 2.1em;
  }
  .index-others a .caption p {
    font-size: 0.9em;
    font-weight: bold;
  }
}
@media (min-width: 1200px) {
  .index-others a .caption {
    width: calc(75% - 70px);
    left: 70px;
    bottom: 70px;
  }
  .index-others a .caption h3 {
    font-size: 2.6em;
  }
  .index-others a .caption p {
    font-size: 1em;
  }
}
@media (min-width: 1680px) {
  .index-others a .caption {
    width: calc(60% - 70px);
  }
  .index-others a .caption h3 {
    font-size: 3.3em;
  }
  .index-others a .caption p {
    font-size: 1.1em;
  }
}
@media (min-width: 992px) {
  .index-others a:hover img {
    transform: scale(1.15);
  }
  .index-others a:hover .caption {
    transform: translateX(20px);
  }
}/*# sourceMappingURL=index.css.map */