@charset "UTF-8";
@media (min-width: 1200px) {
  .container {
    max-width: 1002px !important;
  }
  .container.swiper-container {
    max-width: 970px !important;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1002px;
  }
}
.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 16px;
  padding-right: 16px;
}
html,
body {
  font-family: "Noto Sans TC", "黑體-繁", "Apple LiGothic Medium", PingFang, "微軟正黑體", "Microsoft JhengHei", "WenQuanYi Zen Hei", "helvetica", Arial, sans-serif, 'Font Awesome 5 Free', "Font Awesome 5 Brands";
  line-height: 1.75;
}
body {
  font-size: 16px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #f8fcff;
  color: #000;
  padding-bottom: 60px;
}
@media (min-width: 576px) {
  body {
    padding-bottom: 0;
  }
}
.nicescroll-rails.nicescroll-rails-vr {
  z-index: 9999999 !important;
}
/* --------------------------------

Basic

-------------------------------- */
.mt-ht {
  margin-top: 32px !important;
}
.mb-ht {
  margin-bottom: 32px !important;
}
.ml-ht {
  margin-left: 32px !important;
}
.mr-ht {
  margin-right: 32px !important;
}
.mt-ht-hf {
  margin-top: 16px !important;
}
.mb-ht-hf {
  margin-bottom: 16px !important;
}
.ml-ht-hf {
  margin-left: 16px !important;
}
.mr-ht-hf {
  margin-right: 16px !important;
}
.ma-ht {
  margin: 32px auto !important;
}
.ma-ht-2x {
  margin: 64px auto !important;
}
.mt-ht-2x {
  margin-top: 64px !important;
}
.mb-ht-2x {
  margin-bottom: 64px !important;
}
.ml-ht-2x {
  margin-left: 64px !important;
}
.mr-ht-2x {
  margin-right: 64px !important;
}
hr.hr-blue {
  border-top: 1px solid rgba(60,96,247,0.1);
}
.btn.btn-talkmore,
.btn.loadmore {
  margin-top: -14px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: rgba(60,96,247,0.1);
  background-color: #fff;
  color: #007bff;
}
.btn.btn-talkmore:hover,
.btn.loadmore:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn.btn-talkmore:active,
.btn.loadmore:active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.more-sticky {
  position: sticky;
  top: 0;
}
a {
  transition: 0.3s all;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  transition: 0.3s all;
}
input,
textarea {
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
}
.pa-1 {
  padding: 1px !important;
}
.pt-1 {
  padding-top: 1px !important;
}
.pb-1 {
  padding-bottom: 1px !important;
}
.pl-1 {
  padding-left: 1px !important;
}
.pr-1 {
  padding-right: 1px !important;
}
.ma-1 {
  margin: 1px !important;
}
.mt-1 {
  margin-top: 1px !important;
}
.mb-1 {
  margin-bottom: 1px !important;
}
.ml-1 {
  margin-left: 1px !important;
}
.mr-1 {
  margin-right: 1px !important;
}
.pa-2 {
  padding: 2px !important;
}
.pt-2 {
  padding-top: 2px !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}
.pl-2 {
  padding-left: 2px !important;
}
.pr-2 {
  padding-right: 2px !important;
}
.ma-2 {
  margin: 2px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mb-2 {
  margin-bottom: 2px !important;
}
.ml-2 {
  margin-left: 2px !important;
}
.mr-2 {
  margin-right: 2px !important;
}
.pa-3 {
  padding: 3px !important;
}
.pt-3 {
  padding-top: 3px !important;
}
.pb-3 {
  padding-bottom: 3px !important;
}
.pl-3 {
  padding-left: 3px !important;
}
.pr-3 {
  padding-right: 3px !important;
}
.ma-3 {
  margin: 3px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.ml-3 {
  margin-left: 3px !important;
}
.mr-3 {
  margin-right: 3px !important;
}
.pa-4 {
  padding: 4px !important;
}
.pt-4 {
  padding-top: 4px !important;
}
.pb-4 {
  padding-bottom: 4px !important;
}
.pl-4 {
  padding-left: 4px !important;
}
.pr-4 {
  padding-right: 4px !important;
}
.ma-4 {
  margin: 4px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mb-4 {
  margin-bottom: 4px !important;
}
.ml-4 {
  margin-left: 4px !important;
}
.mr-4 {
  margin-right: 4px !important;
}
.pa-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.ma-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.pa-6 {
  padding: 6px !important;
}
.pt-6 {
  padding-top: 6px !important;
}
.pb-6 {
  padding-bottom: 6px !important;
}
.pl-6 {
  padding-left: 6px !important;
}
.pr-6 {
  padding-right: 6px !important;
}
.ma-6 {
  margin: 6px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mb-6 {
  margin-bottom: 6px !important;
}
.ml-6 {
  margin-left: 6px !important;
}
.mr-6 {
  margin-right: 6px !important;
}
.pa-7 {
  padding: 7px !important;
}
.pt-7 {
  padding-top: 7px !important;
}
.pb-7 {
  padding-bottom: 7px !important;
}
.pl-7 {
  padding-left: 7px !important;
}
.pr-7 {
  padding-right: 7px !important;
}
.ma-7 {
  margin: 7px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mb-7 {
  margin-bottom: 7px !important;
}
.ml-7 {
  margin-left: 7px !important;
}
.mr-7 {
  margin-right: 7px !important;
}
.pa-8 {
  padding: 8px !important;
}
.pt-8 {
  padding-top: 8px !important;
}
.pb-8 {
  padding-bottom: 8px !important;
}
.pl-8 {
  padding-left: 8px !important;
}
.pr-8 {
  padding-right: 8px !important;
}
.ma-8 {
  margin: 8px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.ml-8 {
  margin-left: 8px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.pa-9 {
  padding: 9px !important;
}
.pt-9 {
  padding-top: 9px !important;
}
.pb-9 {
  padding-bottom: 9px !important;
}
.pl-9 {
  padding-left: 9px !important;
}
.pr-9 {
  padding-right: 9px !important;
}
.ma-9 {
  margin: 9px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mb-9 {
  margin-bottom: 9px !important;
}
.ml-9 {
  margin-left: 9px !important;
}
.mr-9 {
  margin-right: 9px !important;
}
.pa-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.ma-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.pa-11 {
  padding: 11px !important;
}
.pt-11 {
  padding-top: 11px !important;
}
.pb-11 {
  padding-bottom: 11px !important;
}
.pl-11 {
  padding-left: 11px !important;
}
.pr-11 {
  padding-right: 11px !important;
}
.ma-11 {
  margin: 11px !important;
}
.mt-11 {
  margin-top: 11px !important;
}
.mb-11 {
  margin-bottom: 11px !important;
}
.ml-11 {
  margin-left: 11px !important;
}
.mr-11 {
  margin-right: 11px !important;
}
.pa-12 {
  padding: 12px !important;
}
.pt-12 {
  padding-top: 12px !important;
}
.pb-12 {
  padding-bottom: 12px !important;
}
.pl-12 {
  padding-left: 12px !important;
}
.pr-12 {
  padding-right: 12px !important;
}
.ma-12 {
  margin: 12px !important;
}
.mt-12 {
  margin-top: 12px !important;
}
.mb-12 {
  margin-bottom: 12px !important;
}
.ml-12 {
  margin-left: 12px !important;
}
.mr-12 {
  margin-right: 12px !important;
}
.pa-13 {
  padding: 13px !important;
}
.pt-13 {
  padding-top: 13px !important;
}
.pb-13 {
  padding-bottom: 13px !important;
}
.pl-13 {
  padding-left: 13px !important;
}
.pr-13 {
  padding-right: 13px !important;
}
.ma-13 {
  margin: 13px !important;
}
.mt-13 {
  margin-top: 13px !important;
}
.mb-13 {
  margin-bottom: 13px !important;
}
.ml-13 {
  margin-left: 13px !important;
}
.mr-13 {
  margin-right: 13px !important;
}
.pa-14 {
  padding: 14px !important;
}
.pt-14 {
  padding-top: 14px !important;
}
.pb-14 {
  padding-bottom: 14px !important;
}
.pl-14 {
  padding-left: 14px !important;
}
.pr-14 {
  padding-right: 14px !important;
}
.ma-14 {
  margin: 14px !important;
}
.mt-14 {
  margin-top: 14px !important;
}
.mb-14 {
  margin-bottom: 14px !important;
}
.ml-14 {
  margin-left: 14px !important;
}
.mr-14 {
  margin-right: 14px !important;
}
.pa-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.ma-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.pa-16 {
  padding: 16px !important;
}
.pt-16 {
  padding-top: 16px !important;
}
.pb-16 {
  padding-bottom: 16px !important;
}
.pl-16 {
  padding-left: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.ma-16 {
  margin: 16px !important;
}
.mt-16 {
  margin-top: 16px !important;
}
.mb-16 {
  margin-bottom: 16px !important;
}
.ml-16 {
  margin-left: 16px !important;
}
.mr-16 {
  margin-right: 16px !important;
}
.pa-17 {
  padding: 17px !important;
}
.pt-17 {
  padding-top: 17px !important;
}
.pb-17 {
  padding-bottom: 17px !important;
}
.pl-17 {
  padding-left: 17px !important;
}
.pr-17 {
  padding-right: 17px !important;
}
.ma-17 {
  margin: 17px !important;
}
.mt-17 {
  margin-top: 17px !important;
}
.mb-17 {
  margin-bottom: 17px !important;
}
.ml-17 {
  margin-left: 17px !important;
}
.mr-17 {
  margin-right: 17px !important;
}
.pa-18 {
  padding: 18px !important;
}
.pt-18 {
  padding-top: 18px !important;
}
.pb-18 {
  padding-bottom: 18px !important;
}
.pl-18 {
  padding-left: 18px !important;
}
.pr-18 {
  padding-right: 18px !important;
}
.ma-18 {
  margin: 18px !important;
}
.mt-18 {
  margin-top: 18px !important;
}
.mb-18 {
  margin-bottom: 18px !important;
}
.ml-18 {
  margin-left: 18px !important;
}
.mr-18 {
  margin-right: 18px !important;
}
.pa-19 {
  padding: 19px !important;
}
.pt-19 {
  padding-top: 19px !important;
}
.pb-19 {
  padding-bottom: 19px !important;
}
.pl-19 {
  padding-left: 19px !important;
}
.pr-19 {
  padding-right: 19px !important;
}
.ma-19 {
  margin: 19px !important;
}
.mt-19 {
  margin-top: 19px !important;
}
.mb-19 {
  margin-bottom: 19px !important;
}
.ml-19 {
  margin-left: 19px !important;
}
.mr-19 {
  margin-right: 19px !important;
}
.pa-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.ma-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.pa-21 {
  padding: 21px !important;
}
.pt-21 {
  padding-top: 21px !important;
}
.pb-21 {
  padding-bottom: 21px !important;
}
.pl-21 {
  padding-left: 21px !important;
}
.pr-21 {
  padding-right: 21px !important;
}
.ma-21 {
  margin: 21px !important;
}
.mt-21 {
  margin-top: 21px !important;
}
.mb-21 {
  margin-bottom: 21px !important;
}
.ml-21 {
  margin-left: 21px !important;
}
.mr-21 {
  margin-right: 21px !important;
}
.pa-22 {
  padding: 22px !important;
}
.pt-22 {
  padding-top: 22px !important;
}
.pb-22 {
  padding-bottom: 22px !important;
}
.pl-22 {
  padding-left: 22px !important;
}
.pr-22 {
  padding-right: 22px !important;
}
.ma-22 {
  margin: 22px !important;
}
.mt-22 {
  margin-top: 22px !important;
}
.mb-22 {
  margin-bottom: 22px !important;
}
.ml-22 {
  margin-left: 22px !important;
}
.mr-22 {
  margin-right: 22px !important;
}
.pa-23 {
  padding: 23px !important;
}
.pt-23 {
  padding-top: 23px !important;
}
.pb-23 {
  padding-bottom: 23px !important;
}
.pl-23 {
  padding-left: 23px !important;
}
.pr-23 {
  padding-right: 23px !important;
}
.ma-23 {
  margin: 23px !important;
}
.mt-23 {
  margin-top: 23px !important;
}
.mb-23 {
  margin-bottom: 23px !important;
}
.ml-23 {
  margin-left: 23px !important;
}
.mr-23 {
  margin-right: 23px !important;
}
.pa-24 {
  padding: 24px !important;
}
.pt-24 {
  padding-top: 24px !important;
}
.pb-24 {
  padding-bottom: 24px !important;
}
.pl-24 {
  padding-left: 24px !important;
}
.pr-24 {
  padding-right: 24px !important;
}
.ma-24 {
  margin: 24px !important;
}
.mt-24 {
  margin-top: 24px !important;
}
.mb-24 {
  margin-bottom: 24px !important;
}
.ml-24 {
  margin-left: 24px !important;
}
.mr-24 {
  margin-right: 24px !important;
}
.pa-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.ma-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.pa-26 {
  padding: 26px !important;
}
.pt-26 {
  padding-top: 26px !important;
}
.pb-26 {
  padding-bottom: 26px !important;
}
.pl-26 {
  padding-left: 26px !important;
}
.pr-26 {
  padding-right: 26px !important;
}
.ma-26 {
  margin: 26px !important;
}
.mt-26 {
  margin-top: 26px !important;
}
.mb-26 {
  margin-bottom: 26px !important;
}
.ml-26 {
  margin-left: 26px !important;
}
.mr-26 {
  margin-right: 26px !important;
}
.pa-27 {
  padding: 27px !important;
}
.pt-27 {
  padding-top: 27px !important;
}
.pb-27 {
  padding-bottom: 27px !important;
}
.pl-27 {
  padding-left: 27px !important;
}
.pr-27 {
  padding-right: 27px !important;
}
.ma-27 {
  margin: 27px !important;
}
.mt-27 {
  margin-top: 27px !important;
}
.mb-27 {
  margin-bottom: 27px !important;
}
.ml-27 {
  margin-left: 27px !important;
}
.mr-27 {
  margin-right: 27px !important;
}
.pa-28 {
  padding: 28px !important;
}
.pt-28 {
  padding-top: 28px !important;
}
.pb-28 {
  padding-bottom: 28px !important;
}
.pl-28 {
  padding-left: 28px !important;
}
.pr-28 {
  padding-right: 28px !important;
}
.ma-28 {
  margin: 28px !important;
}
.mt-28 {
  margin-top: 28px !important;
}
.mb-28 {
  margin-bottom: 28px !important;
}
.ml-28 {
  margin-left: 28px !important;
}
.mr-28 {
  margin-right: 28px !important;
}
.pa-29 {
  padding: 29px !important;
}
.pt-29 {
  padding-top: 29px !important;
}
.pb-29 {
  padding-bottom: 29px !important;
}
.pl-29 {
  padding-left: 29px !important;
}
.pr-29 {
  padding-right: 29px !important;
}
.ma-29 {
  margin: 29px !important;
}
.mt-29 {
  margin-top: 29px !important;
}
.mb-29 {
  margin-bottom: 29px !important;
}
.ml-29 {
  margin-left: 29px !important;
}
.mr-29 {
  margin-right: 29px !important;
}
.pa-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.ma-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.pa-31 {
  padding: 31px !important;
}
.pt-31 {
  padding-top: 31px !important;
}
.pb-31 {
  padding-bottom: 31px !important;
}
.pl-31 {
  padding-left: 31px !important;
}
.pr-31 {
  padding-right: 31px !important;
}
.ma-31 {
  margin: 31px !important;
}
.mt-31 {
  margin-top: 31px !important;
}
.mb-31 {
  margin-bottom: 31px !important;
}
.ml-31 {
  margin-left: 31px !important;
}
.mr-31 {
  margin-right: 31px !important;
}
.pa-32 {
  padding: 32px !important;
}
.pt-32 {
  padding-top: 32px !important;
}
.pb-32 {
  padding-bottom: 32px !important;
}
.pl-32 {
  padding-left: 32px !important;
}
.pr-32 {
  padding-right: 32px !important;
}
.ma-32 {
  margin: 32px !important;
}
.mt-32 {
  margin-top: 32px !important;
}
.mb-32 {
  margin-bottom: 32px !important;
}
.ml-32 {
  margin-left: 32px !important;
}
.mr-32 {
  margin-right: 32px !important;
}
.pa-33 {
  padding: 33px !important;
}
.pt-33 {
  padding-top: 33px !important;
}
.pb-33 {
  padding-bottom: 33px !important;
}
.pl-33 {
  padding-left: 33px !important;
}
.pr-33 {
  padding-right: 33px !important;
}
.ma-33 {
  margin: 33px !important;
}
.mt-33 {
  margin-top: 33px !important;
}
.mb-33 {
  margin-bottom: 33px !important;
}
.ml-33 {
  margin-left: 33px !important;
}
.mr-33 {
  margin-right: 33px !important;
}
.pa-34 {
  padding: 34px !important;
}
.pt-34 {
  padding-top: 34px !important;
}
.pb-34 {
  padding-bottom: 34px !important;
}
.pl-34 {
  padding-left: 34px !important;
}
.pr-34 {
  padding-right: 34px !important;
}
.ma-34 {
  margin: 34px !important;
}
.mt-34 {
  margin-top: 34px !important;
}
.mb-34 {
  margin-bottom: 34px !important;
}
.ml-34 {
  margin-left: 34px !important;
}
.mr-34 {
  margin-right: 34px !important;
}
.pa-35 {
  padding: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.ma-35 {
  margin: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.pa-36 {
  padding: 36px !important;
}
.pt-36 {
  padding-top: 36px !important;
}
.pb-36 {
  padding-bottom: 36px !important;
}
.pl-36 {
  padding-left: 36px !important;
}
.pr-36 {
  padding-right: 36px !important;
}
.ma-36 {
  margin: 36px !important;
}
.mt-36 {
  margin-top: 36px !important;
}
.mb-36 {
  margin-bottom: 36px !important;
}
.ml-36 {
  margin-left: 36px !important;
}
.mr-36 {
  margin-right: 36px !important;
}
.pa-37 {
  padding: 37px !important;
}
.pt-37 {
  padding-top: 37px !important;
}
.pb-37 {
  padding-bottom: 37px !important;
}
.pl-37 {
  padding-left: 37px !important;
}
.pr-37 {
  padding-right: 37px !important;
}
.ma-37 {
  margin: 37px !important;
}
.mt-37 {
  margin-top: 37px !important;
}
.mb-37 {
  margin-bottom: 37px !important;
}
.ml-37 {
  margin-left: 37px !important;
}
.mr-37 {
  margin-right: 37px !important;
}
.pa-38 {
  padding: 38px !important;
}
.pt-38 {
  padding-top: 38px !important;
}
.pb-38 {
  padding-bottom: 38px !important;
}
.pl-38 {
  padding-left: 38px !important;
}
.pr-38 {
  padding-right: 38px !important;
}
.ma-38 {
  margin: 38px !important;
}
.mt-38 {
  margin-top: 38px !important;
}
.mb-38 {
  margin-bottom: 38px !important;
}
.ml-38 {
  margin-left: 38px !important;
}
.mr-38 {
  margin-right: 38px !important;
}
.pa-39 {
  padding: 39px !important;
}
.pt-39 {
  padding-top: 39px !important;
}
.pb-39 {
  padding-bottom: 39px !important;
}
.pl-39 {
  padding-left: 39px !important;
}
.pr-39 {
  padding-right: 39px !important;
}
.ma-39 {
  margin: 39px !important;
}
.mt-39 {
  margin-top: 39px !important;
}
.mb-39 {
  margin-bottom: 39px !important;
}
.ml-39 {
  margin-left: 39px !important;
}
.mr-39 {
  margin-right: 39px !important;
}
.pa-40 {
  padding: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.ma-40 {
  margin: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.pa-41 {
  padding: 41px !important;
}
.pt-41 {
  padding-top: 41px !important;
}
.pb-41 {
  padding-bottom: 41px !important;
}
.pl-41 {
  padding-left: 41px !important;
}
.pr-41 {
  padding-right: 41px !important;
}
.ma-41 {
  margin: 41px !important;
}
.mt-41 {
  margin-top: 41px !important;
}
.mb-41 {
  margin-bottom: 41px !important;
}
.ml-41 {
  margin-left: 41px !important;
}
.mr-41 {
  margin-right: 41px !important;
}
.pa-42 {
  padding: 42px !important;
}
.pt-42 {
  padding-top: 42px !important;
}
.pb-42 {
  padding-bottom: 42px !important;
}
.pl-42 {
  padding-left: 42px !important;
}
.pr-42 {
  padding-right: 42px !important;
}
.ma-42 {
  margin: 42px !important;
}
.mt-42 {
  margin-top: 42px !important;
}
.mb-42 {
  margin-bottom: 42px !important;
}
.ml-42 {
  margin-left: 42px !important;
}
.mr-42 {
  margin-right: 42px !important;
}
.pa-43 {
  padding: 43px !important;
}
.pt-43 {
  padding-top: 43px !important;
}
.pb-43 {
  padding-bottom: 43px !important;
}
.pl-43 {
  padding-left: 43px !important;
}
.pr-43 {
  padding-right: 43px !important;
}
.ma-43 {
  margin: 43px !important;
}
.mt-43 {
  margin-top: 43px !important;
}
.mb-43 {
  margin-bottom: 43px !important;
}
.ml-43 {
  margin-left: 43px !important;
}
.mr-43 {
  margin-right: 43px !important;
}
.pa-44 {
  padding: 44px !important;
}
.pt-44 {
  padding-top: 44px !important;
}
.pb-44 {
  padding-bottom: 44px !important;
}
.pl-44 {
  padding-left: 44px !important;
}
.pr-44 {
  padding-right: 44px !important;
}
.ma-44 {
  margin: 44px !important;
}
.mt-44 {
  margin-top: 44px !important;
}
.mb-44 {
  margin-bottom: 44px !important;
}
.ml-44 {
  margin-left: 44px !important;
}
.mr-44 {
  margin-right: 44px !important;
}
.pa-45 {
  padding: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.ma-45 {
  margin: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.pa-46 {
  padding: 46px !important;
}
.pt-46 {
  padding-top: 46px !important;
}
.pb-46 {
  padding-bottom: 46px !important;
}
.pl-46 {
  padding-left: 46px !important;
}
.pr-46 {
  padding-right: 46px !important;
}
.ma-46 {
  margin: 46px !important;
}
.mt-46 {
  margin-top: 46px !important;
}
.mb-46 {
  margin-bottom: 46px !important;
}
.ml-46 {
  margin-left: 46px !important;
}
.mr-46 {
  margin-right: 46px !important;
}
.pa-47 {
  padding: 47px !important;
}
.pt-47 {
  padding-top: 47px !important;
}
.pb-47 {
  padding-bottom: 47px !important;
}
.pl-47 {
  padding-left: 47px !important;
}
.pr-47 {
  padding-right: 47px !important;
}
.ma-47 {
  margin: 47px !important;
}
.mt-47 {
  margin-top: 47px !important;
}
.mb-47 {
  margin-bottom: 47px !important;
}
.ml-47 {
  margin-left: 47px !important;
}
.mr-47 {
  margin-right: 47px !important;
}
.pa-48 {
  padding: 48px !important;
}
.pt-48 {
  padding-top: 48px !important;
}
.pb-48 {
  padding-bottom: 48px !important;
}
.pl-48 {
  padding-left: 48px !important;
}
.pr-48 {
  padding-right: 48px !important;
}
.ma-48 {
  margin: 48px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mb-48 {
  margin-bottom: 48px !important;
}
.ml-48 {
  margin-left: 48px !important;
}
.mr-48 {
  margin-right: 48px !important;
}
.pa-49 {
  padding: 49px !important;
}
.pt-49 {
  padding-top: 49px !important;
}
.pb-49 {
  padding-bottom: 49px !important;
}
.pl-49 {
  padding-left: 49px !important;
}
.pr-49 {
  padding-right: 49px !important;
}
.ma-49 {
  margin: 49px !important;
}
.mt-49 {
  margin-top: 49px !important;
}
.mb-49 {
  margin-bottom: 49px !important;
}
.ml-49 {
  margin-left: 49px !important;
}
.mr-49 {
  margin-right: 49px !important;
}
.pa-50 {
  padding: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.ma-50 {
  margin: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.pa-51 {
  padding: 51px !important;
}
.pt-51 {
  padding-top: 51px !important;
}
.pb-51 {
  padding-bottom: 51px !important;
}
.pl-51 {
  padding-left: 51px !important;
}
.pr-51 {
  padding-right: 51px !important;
}
.ma-51 {
  margin: 51px !important;
}
.mt-51 {
  margin-top: 51px !important;
}
.mb-51 {
  margin-bottom: 51px !important;
}
.ml-51 {
  margin-left: 51px !important;
}
.mr-51 {
  margin-right: 51px !important;
}
.pa-52 {
  padding: 52px !important;
}
.pt-52 {
  padding-top: 52px !important;
}
.pb-52 {
  padding-bottom: 52px !important;
}
.pl-52 {
  padding-left: 52px !important;
}
.pr-52 {
  padding-right: 52px !important;
}
.ma-52 {
  margin: 52px !important;
}
.mt-52 {
  margin-top: 52px !important;
}
.mb-52 {
  margin-bottom: 52px !important;
}
.ml-52 {
  margin-left: 52px !important;
}
.mr-52 {
  margin-right: 52px !important;
}
.pa-53 {
  padding: 53px !important;
}
.pt-53 {
  padding-top: 53px !important;
}
.pb-53 {
  padding-bottom: 53px !important;
}
.pl-53 {
  padding-left: 53px !important;
}
.pr-53 {
  padding-right: 53px !important;
}
.ma-53 {
  margin: 53px !important;
}
.mt-53 {
  margin-top: 53px !important;
}
.mb-53 {
  margin-bottom: 53px !important;
}
.ml-53 {
  margin-left: 53px !important;
}
.mr-53 {
  margin-right: 53px !important;
}
.pa-54 {
  padding: 54px !important;
}
.pt-54 {
  padding-top: 54px !important;
}
.pb-54 {
  padding-bottom: 54px !important;
}
.pl-54 {
  padding-left: 54px !important;
}
.pr-54 {
  padding-right: 54px !important;
}
.ma-54 {
  margin: 54px !important;
}
.mt-54 {
  margin-top: 54px !important;
}
.mb-54 {
  margin-bottom: 54px !important;
}
.ml-54 {
  margin-left: 54px !important;
}
.mr-54 {
  margin-right: 54px !important;
}
.pa-55 {
  padding: 55px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pl-55 {
  padding-left: 55px !important;
}
.pr-55 {
  padding-right: 55px !important;
}
.ma-55 {
  margin: 55px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.ml-55 {
  margin-left: 55px !important;
}
.mr-55 {
  margin-right: 55px !important;
}
.pa-56 {
  padding: 56px !important;
}
.pt-56 {
  padding-top: 56px !important;
}
.pb-56 {
  padding-bottom: 56px !important;
}
.pl-56 {
  padding-left: 56px !important;
}
.pr-56 {
  padding-right: 56px !important;
}
.ma-56 {
  margin: 56px !important;
}
.mt-56 {
  margin-top: 56px !important;
}
.mb-56 {
  margin-bottom: 56px !important;
}
.ml-56 {
  margin-left: 56px !important;
}
.mr-56 {
  margin-right: 56px !important;
}
.pa-57 {
  padding: 57px !important;
}
.pt-57 {
  padding-top: 57px !important;
}
.pb-57 {
  padding-bottom: 57px !important;
}
.pl-57 {
  padding-left: 57px !important;
}
.pr-57 {
  padding-right: 57px !important;
}
.ma-57 {
  margin: 57px !important;
}
.mt-57 {
  margin-top: 57px !important;
}
.mb-57 {
  margin-bottom: 57px !important;
}
.ml-57 {
  margin-left: 57px !important;
}
.mr-57 {
  margin-right: 57px !important;
}
.pa-58 {
  padding: 58px !important;
}
.pt-58 {
  padding-top: 58px !important;
}
.pb-58 {
  padding-bottom: 58px !important;
}
.pl-58 {
  padding-left: 58px !important;
}
.pr-58 {
  padding-right: 58px !important;
}
.ma-58 {
  margin: 58px !important;
}
.mt-58 {
  margin-top: 58px !important;
}
.mb-58 {
  margin-bottom: 58px !important;
}
.ml-58 {
  margin-left: 58px !important;
}
.mr-58 {
  margin-right: 58px !important;
}
.pa-59 {
  padding: 59px !important;
}
.pt-59 {
  padding-top: 59px !important;
}
.pb-59 {
  padding-bottom: 59px !important;
}
.pl-59 {
  padding-left: 59px !important;
}
.pr-59 {
  padding-right: 59px !important;
}
.ma-59 {
  margin: 59px !important;
}
.mt-59 {
  margin-top: 59px !important;
}
.mb-59 {
  margin-bottom: 59px !important;
}
.ml-59 {
  margin-left: 59px !important;
}
.mr-59 {
  margin-right: 59px !important;
}
.pa-60 {
  padding: 60px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pl-60 {
  padding-left: 60px !important;
}
.pr-60 {
  padding-right: 60px !important;
}
.ma-60 {
  margin: 60px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.ml-60 {
  margin-left: 60px !important;
}
.mr-60 {
  margin-right: 60px !important;
}
.pa-61 {
  padding: 61px !important;
}
.pt-61 {
  padding-top: 61px !important;
}
.pb-61 {
  padding-bottom: 61px !important;
}
.pl-61 {
  padding-left: 61px !important;
}
.pr-61 {
  padding-right: 61px !important;
}
.ma-61 {
  margin: 61px !important;
}
.mt-61 {
  margin-top: 61px !important;
}
.mb-61 {
  margin-bottom: 61px !important;
}
.ml-61 {
  margin-left: 61px !important;
}
.mr-61 {
  margin-right: 61px !important;
}
.pa-62 {
  padding: 62px !important;
}
.pt-62 {
  padding-top: 62px !important;
}
.pb-62 {
  padding-bottom: 62px !important;
}
.pl-62 {
  padding-left: 62px !important;
}
.pr-62 {
  padding-right: 62px !important;
}
.ma-62 {
  margin: 62px !important;
}
.mt-62 {
  margin-top: 62px !important;
}
.mb-62 {
  margin-bottom: 62px !important;
}
.ml-62 {
  margin-left: 62px !important;
}
.mr-62 {
  margin-right: 62px !important;
}
.pa-63 {
  padding: 63px !important;
}
.pt-63 {
  padding-top: 63px !important;
}
.pb-63 {
  padding-bottom: 63px !important;
}
.pl-63 {
  padding-left: 63px !important;
}
.pr-63 {
  padding-right: 63px !important;
}
.ma-63 {
  margin: 63px !important;
}
.mt-63 {
  margin-top: 63px !important;
}
.mb-63 {
  margin-bottom: 63px !important;
}
.ml-63 {
  margin-left: 63px !important;
}
.mr-63 {
  margin-right: 63px !important;
}
.pa-64 {
  padding: 64px !important;
}
.pt-64 {
  padding-top: 64px !important;
}
.pb-64 {
  padding-bottom: 64px !important;
}
.pl-64 {
  padding-left: 64px !important;
}
.pr-64 {
  padding-right: 64px !important;
}
.ma-64 {
  margin: 64px !important;
}
.mt-64 {
  margin-top: 64px !important;
}
.mb-64 {
  margin-bottom: 64px !important;
}
.ml-64 {
  margin-left: 64px !important;
}
.mr-64 {
  margin-right: 64px !important;
}
.pa-65 {
  padding: 65px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
.pr-65 {
  padding-right: 65px !important;
}
.ma-65 {
  margin: 65px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.ml-65 {
  margin-left: 65px !important;
}
.mr-65 {
  margin-right: 65px !important;
}
.pa-66 {
  padding: 66px !important;
}
.pt-66 {
  padding-top: 66px !important;
}
.pb-66 {
  padding-bottom: 66px !important;
}
.pl-66 {
  padding-left: 66px !important;
}
.pr-66 {
  padding-right: 66px !important;
}
.ma-66 {
  margin: 66px !important;
}
.mt-66 {
  margin-top: 66px !important;
}
.mb-66 {
  margin-bottom: 66px !important;
}
.ml-66 {
  margin-left: 66px !important;
}
.mr-66 {
  margin-right: 66px !important;
}
.pa-67 {
  padding: 67px !important;
}
.pt-67 {
  padding-top: 67px !important;
}
.pb-67 {
  padding-bottom: 67px !important;
}
.pl-67 {
  padding-left: 67px !important;
}
.pr-67 {
  padding-right: 67px !important;
}
.ma-67 {
  margin: 67px !important;
}
.mt-67 {
  margin-top: 67px !important;
}
.mb-67 {
  margin-bottom: 67px !important;
}
.ml-67 {
  margin-left: 67px !important;
}
.mr-67 {
  margin-right: 67px !important;
}
.pa-68 {
  padding: 68px !important;
}
.pt-68 {
  padding-top: 68px !important;
}
.pb-68 {
  padding-bottom: 68px !important;
}
.pl-68 {
  padding-left: 68px !important;
}
.pr-68 {
  padding-right: 68px !important;
}
.ma-68 {
  margin: 68px !important;
}
.mt-68 {
  margin-top: 68px !important;
}
.mb-68 {
  margin-bottom: 68px !important;
}
.ml-68 {
  margin-left: 68px !important;
}
.mr-68 {
  margin-right: 68px !important;
}
.pa-69 {
  padding: 69px !important;
}
.pt-69 {
  padding-top: 69px !important;
}
.pb-69 {
  padding-bottom: 69px !important;
}
.pl-69 {
  padding-left: 69px !important;
}
.pr-69 {
  padding-right: 69px !important;
}
.ma-69 {
  margin: 69px !important;
}
.mt-69 {
  margin-top: 69px !important;
}
.mb-69 {
  margin-bottom: 69px !important;
}
.ml-69 {
  margin-left: 69px !important;
}
.mr-69 {
  margin-right: 69px !important;
}
.pa-70 {
  padding: 70px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pl-70 {
  padding-left: 70px !important;
}
.pr-70 {
  padding-right: 70px !important;
}
.ma-70 {
  margin: 70px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.ml-70 {
  margin-left: 70px !important;
}
.mr-70 {
  margin-right: 70px !important;
}
.pa-71 {
  padding: 71px !important;
}
.pt-71 {
  padding-top: 71px !important;
}
.pb-71 {
  padding-bottom: 71px !important;
}
.pl-71 {
  padding-left: 71px !important;
}
.pr-71 {
  padding-right: 71px !important;
}
.ma-71 {
  margin: 71px !important;
}
.mt-71 {
  margin-top: 71px !important;
}
.mb-71 {
  margin-bottom: 71px !important;
}
.ml-71 {
  margin-left: 71px !important;
}
.mr-71 {
  margin-right: 71px !important;
}
.pa-72 {
  padding: 72px !important;
}
.pt-72 {
  padding-top: 72px !important;
}
.pb-72 {
  padding-bottom: 72px !important;
}
.pl-72 {
  padding-left: 72px !important;
}
.pr-72 {
  padding-right: 72px !important;
}
.ma-72 {
  margin: 72px !important;
}
.mt-72 {
  margin-top: 72px !important;
}
.mb-72 {
  margin-bottom: 72px !important;
}
.ml-72 {
  margin-left: 72px !important;
}
.mr-72 {
  margin-right: 72px !important;
}
.pa-73 {
  padding: 73px !important;
}
.pt-73 {
  padding-top: 73px !important;
}
.pb-73 {
  padding-bottom: 73px !important;
}
.pl-73 {
  padding-left: 73px !important;
}
.pr-73 {
  padding-right: 73px !important;
}
.ma-73 {
  margin: 73px !important;
}
.mt-73 {
  margin-top: 73px !important;
}
.mb-73 {
  margin-bottom: 73px !important;
}
.ml-73 {
  margin-left: 73px !important;
}
.mr-73 {
  margin-right: 73px !important;
}
.pa-74 {
  padding: 74px !important;
}
.pt-74 {
  padding-top: 74px !important;
}
.pb-74 {
  padding-bottom: 74px !important;
}
.pl-74 {
  padding-left: 74px !important;
}
.pr-74 {
  padding-right: 74px !important;
}
.ma-74 {
  margin: 74px !important;
}
.mt-74 {
  margin-top: 74px !important;
}
.mb-74 {
  margin-bottom: 74px !important;
}
.ml-74 {
  margin-left: 74px !important;
}
.mr-74 {
  margin-right: 74px !important;
}
.pa-75 {
  padding: 75px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pl-75 {
  padding-left: 75px !important;
}
.pr-75 {
  padding-right: 75px !important;
}
.ma-75 {
  margin: 75px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.ml-75 {
  margin-left: 75px !important;
}
.mr-75 {
  margin-right: 75px !important;
}
.pa-76 {
  padding: 76px !important;
}
.pt-76 {
  padding-top: 76px !important;
}
.pb-76 {
  padding-bottom: 76px !important;
}
.pl-76 {
  padding-left: 76px !important;
}
.pr-76 {
  padding-right: 76px !important;
}
.ma-76 {
  margin: 76px !important;
}
.mt-76 {
  margin-top: 76px !important;
}
.mb-76 {
  margin-bottom: 76px !important;
}
.ml-76 {
  margin-left: 76px !important;
}
.mr-76 {
  margin-right: 76px !important;
}
.pa-77 {
  padding: 77px !important;
}
.pt-77 {
  padding-top: 77px !important;
}
.pb-77 {
  padding-bottom: 77px !important;
}
.pl-77 {
  padding-left: 77px !important;
}
.pr-77 {
  padding-right: 77px !important;
}
.ma-77 {
  margin: 77px !important;
}
.mt-77 {
  margin-top: 77px !important;
}
.mb-77 {
  margin-bottom: 77px !important;
}
.ml-77 {
  margin-left: 77px !important;
}
.mr-77 {
  margin-right: 77px !important;
}
.pa-78 {
  padding: 78px !important;
}
.pt-78 {
  padding-top: 78px !important;
}
.pb-78 {
  padding-bottom: 78px !important;
}
.pl-78 {
  padding-left: 78px !important;
}
.pr-78 {
  padding-right: 78px !important;
}
.ma-78 {
  margin: 78px !important;
}
.mt-78 {
  margin-top: 78px !important;
}
.mb-78 {
  margin-bottom: 78px !important;
}
.ml-78 {
  margin-left: 78px !important;
}
.mr-78 {
  margin-right: 78px !important;
}
.pa-79 {
  padding: 79px !important;
}
.pt-79 {
  padding-top: 79px !important;
}
.pb-79 {
  padding-bottom: 79px !important;
}
.pl-79 {
  padding-left: 79px !important;
}
.pr-79 {
  padding-right: 79px !important;
}
.ma-79 {
  margin: 79px !important;
}
.mt-79 {
  margin-top: 79px !important;
}
.mb-79 {
  margin-bottom: 79px !important;
}
.ml-79 {
  margin-left: 79px !important;
}
.mr-79 {
  margin-right: 79px !important;
}
.pa-80 {
  padding: 80px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pl-80 {
  padding-left: 80px !important;
}
.pr-80 {
  padding-right: 80px !important;
}
.ma-80 {
  margin: 80px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.ml-80 {
  margin-left: 80px !important;
}
.mr-80 {
  margin-right: 80px !important;
}
.pa-81 {
  padding: 81px !important;
}
.pt-81 {
  padding-top: 81px !important;
}
.pb-81 {
  padding-bottom: 81px !important;
}
.pl-81 {
  padding-left: 81px !important;
}
.pr-81 {
  padding-right: 81px !important;
}
.ma-81 {
  margin: 81px !important;
}
.mt-81 {
  margin-top: 81px !important;
}
.mb-81 {
  margin-bottom: 81px !important;
}
.ml-81 {
  margin-left: 81px !important;
}
.mr-81 {
  margin-right: 81px !important;
}
.pa-82 {
  padding: 82px !important;
}
.pt-82 {
  padding-top: 82px !important;
}
.pb-82 {
  padding-bottom: 82px !important;
}
.pl-82 {
  padding-left: 82px !important;
}
.pr-82 {
  padding-right: 82px !important;
}
.ma-82 {
  margin: 82px !important;
}
.mt-82 {
  margin-top: 82px !important;
}
.mb-82 {
  margin-bottom: 82px !important;
}
.ml-82 {
  margin-left: 82px !important;
}
.mr-82 {
  margin-right: 82px !important;
}
.pa-83 {
  padding: 83px !important;
}
.pt-83 {
  padding-top: 83px !important;
}
.pb-83 {
  padding-bottom: 83px !important;
}
.pl-83 {
  padding-left: 83px !important;
}
.pr-83 {
  padding-right: 83px !important;
}
.ma-83 {
  margin: 83px !important;
}
.mt-83 {
  margin-top: 83px !important;
}
.mb-83 {
  margin-bottom: 83px !important;
}
.ml-83 {
  margin-left: 83px !important;
}
.mr-83 {
  margin-right: 83px !important;
}
.pa-84 {
  padding: 84px !important;
}
.pt-84 {
  padding-top: 84px !important;
}
.pb-84 {
  padding-bottom: 84px !important;
}
.pl-84 {
  padding-left: 84px !important;
}
.pr-84 {
  padding-right: 84px !important;
}
.ma-84 {
  margin: 84px !important;
}
.mt-84 {
  margin-top: 84px !important;
}
.mb-84 {
  margin-bottom: 84px !important;
}
.ml-84 {
  margin-left: 84px !important;
}
.mr-84 {
  margin-right: 84px !important;
}
.pa-85 {
  padding: 85px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pl-85 {
  padding-left: 85px !important;
}
.pr-85 {
  padding-right: 85px !important;
}
.ma-85 {
  margin: 85px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.ml-85 {
  margin-left: 85px !important;
}
.mr-85 {
  margin-right: 85px !important;
}
.pa-86 {
  padding: 86px !important;
}
.pt-86 {
  padding-top: 86px !important;
}
.pb-86 {
  padding-bottom: 86px !important;
}
.pl-86 {
  padding-left: 86px !important;
}
.pr-86 {
  padding-right: 86px !important;
}
.ma-86 {
  margin: 86px !important;
}
.mt-86 {
  margin-top: 86px !important;
}
.mb-86 {
  margin-bottom: 86px !important;
}
.ml-86 {
  margin-left: 86px !important;
}
.mr-86 {
  margin-right: 86px !important;
}
.pa-87 {
  padding: 87px !important;
}
.pt-87 {
  padding-top: 87px !important;
}
.pb-87 {
  padding-bottom: 87px !important;
}
.pl-87 {
  padding-left: 87px !important;
}
.pr-87 {
  padding-right: 87px !important;
}
.ma-87 {
  margin: 87px !important;
}
.mt-87 {
  margin-top: 87px !important;
}
.mb-87 {
  margin-bottom: 87px !important;
}
.ml-87 {
  margin-left: 87px !important;
}
.mr-87 {
  margin-right: 87px !important;
}
.pa-88 {
  padding: 88px !important;
}
.pt-88 {
  padding-top: 88px !important;
}
.pb-88 {
  padding-bottom: 88px !important;
}
.pl-88 {
  padding-left: 88px !important;
}
.pr-88 {
  padding-right: 88px !important;
}
.ma-88 {
  margin: 88px !important;
}
.mt-88 {
  margin-top: 88px !important;
}
.mb-88 {
  margin-bottom: 88px !important;
}
.ml-88 {
  margin-left: 88px !important;
}
.mr-88 {
  margin-right: 88px !important;
}
.pa-89 {
  padding: 89px !important;
}
.pt-89 {
  padding-top: 89px !important;
}
.pb-89 {
  padding-bottom: 89px !important;
}
.pl-89 {
  padding-left: 89px !important;
}
.pr-89 {
  padding-right: 89px !important;
}
.ma-89 {
  margin: 89px !important;
}
.mt-89 {
  margin-top: 89px !important;
}
.mb-89 {
  margin-bottom: 89px !important;
}
.ml-89 {
  margin-left: 89px !important;
}
.mr-89 {
  margin-right: 89px !important;
}
.pa-90 {
  padding: 90px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pl-90 {
  padding-left: 90px !important;
}
.pr-90 {
  padding-right: 90px !important;
}
.ma-90 {
  margin: 90px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.ml-90 {
  margin-left: 90px !important;
}
.mr-90 {
  margin-right: 90px !important;
}
.pa-91 {
  padding: 91px !important;
}
.pt-91 {
  padding-top: 91px !important;
}
.pb-91 {
  padding-bottom: 91px !important;
}
.pl-91 {
  padding-left: 91px !important;
}
.pr-91 {
  padding-right: 91px !important;
}
.ma-91 {
  margin: 91px !important;
}
.mt-91 {
  margin-top: 91px !important;
}
.mb-91 {
  margin-bottom: 91px !important;
}
.ml-91 {
  margin-left: 91px !important;
}
.mr-91 {
  margin-right: 91px !important;
}
.pa-92 {
  padding: 92px !important;
}
.pt-92 {
  padding-top: 92px !important;
}
.pb-92 {
  padding-bottom: 92px !important;
}
.pl-92 {
  padding-left: 92px !important;
}
.pr-92 {
  padding-right: 92px !important;
}
.ma-92 {
  margin: 92px !important;
}
.mt-92 {
  margin-top: 92px !important;
}
.mb-92 {
  margin-bottom: 92px !important;
}
.ml-92 {
  margin-left: 92px !important;
}
.mr-92 {
  margin-right: 92px !important;
}
.pa-93 {
  padding: 93px !important;
}
.pt-93 {
  padding-top: 93px !important;
}
.pb-93 {
  padding-bottom: 93px !important;
}
.pl-93 {
  padding-left: 93px !important;
}
.pr-93 {
  padding-right: 93px !important;
}
.ma-93 {
  margin: 93px !important;
}
.mt-93 {
  margin-top: 93px !important;
}
.mb-93 {
  margin-bottom: 93px !important;
}
.ml-93 {
  margin-left: 93px !important;
}
.mr-93 {
  margin-right: 93px !important;
}
.pa-94 {
  padding: 94px !important;
}
.pt-94 {
  padding-top: 94px !important;
}
.pb-94 {
  padding-bottom: 94px !important;
}
.pl-94 {
  padding-left: 94px !important;
}
.pr-94 {
  padding-right: 94px !important;
}
.ma-94 {
  margin: 94px !important;
}
.mt-94 {
  margin-top: 94px !important;
}
.mb-94 {
  margin-bottom: 94px !important;
}
.ml-94 {
  margin-left: 94px !important;
}
.mr-94 {
  margin-right: 94px !important;
}
.pa-95 {
  padding: 95px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pl-95 {
  padding-left: 95px !important;
}
.pr-95 {
  padding-right: 95px !important;
}
.ma-95 {
  margin: 95px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.ml-95 {
  margin-left: 95px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.pa-96 {
  padding: 96px !important;
}
.pt-96 {
  padding-top: 96px !important;
}
.pb-96 {
  padding-bottom: 96px !important;
}
.pl-96 {
  padding-left: 96px !important;
}
.pr-96 {
  padding-right: 96px !important;
}
.ma-96 {
  margin: 96px !important;
}
.mt-96 {
  margin-top: 96px !important;
}
.mb-96 {
  margin-bottom: 96px !important;
}
.ml-96 {
  margin-left: 96px !important;
}
.mr-96 {
  margin-right: 96px !important;
}
.pa-97 {
  padding: 97px !important;
}
.pt-97 {
  padding-top: 97px !important;
}
.pb-97 {
  padding-bottom: 97px !important;
}
.pl-97 {
  padding-left: 97px !important;
}
.pr-97 {
  padding-right: 97px !important;
}
.ma-97 {
  margin: 97px !important;
}
.mt-97 {
  margin-top: 97px !important;
}
.mb-97 {
  margin-bottom: 97px !important;
}
.ml-97 {
  margin-left: 97px !important;
}
.mr-97 {
  margin-right: 97px !important;
}
.pa-98 {
  padding: 98px !important;
}
.pt-98 {
  padding-top: 98px !important;
}
.pb-98 {
  padding-bottom: 98px !important;
}
.pl-98 {
  padding-left: 98px !important;
}
.pr-98 {
  padding-right: 98px !important;
}
.ma-98 {
  margin: 98px !important;
}
.mt-98 {
  margin-top: 98px !important;
}
.mb-98 {
  margin-bottom: 98px !important;
}
.ml-98 {
  margin-left: 98px !important;
}
.mr-98 {
  margin-right: 98px !important;
}
.pa-99 {
  padding: 99px !important;
}
.pt-99 {
  padding-top: 99px !important;
}
.pb-99 {
  padding-bottom: 99px !important;
}
.pl-99 {
  padding-left: 99px !important;
}
.pr-99 {
  padding-right: 99px !important;
}
.ma-99 {
  margin: 99px !important;
}
.mt-99 {
  margin-top: 99px !important;
}
.mb-99 {
  margin-bottom: 99px !important;
}
.ml-99 {
  margin-left: 99px !important;
}
.mr-99 {
  margin-right: 99px !important;
}
.pa-100 {
  padding: 100px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pl-100 {
  padding-left: 100px !important;
}
.pr-100 {
  padding-right: 100px !important;
}
.ma-100 {
  margin: 100px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.ml-100 {
  margin-left: 100px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.no-float {
  float: none !important;
}
.overflow-hide {
  overflow: hidden !important;
}
.preloader-it {
  background: $white;
  position: fixed;
  z-index: 10001;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.bg-green {
  background: #42ec66 !important;
}
.bg-grey {
  background: #63717f !important;
}
.bg-yellow {
  background: #ff0 !important;
}
.bg-red {
  background: #ec264b !important;
}
.bg-blue {
  background: #0040e9 !important;
}
.bg-pink {
  background: $color-pink !important;
}
.bg-light {
  background: #fff !important;
}
.bg-dark {
  background: #000 !important;
}
.bg-twitter {
  background: $color-twitter_blue !important;
}
.txt-dark {
  color: #000 !important;
}
.txt-light {
  color: #fff !important;
}
.txt-grey {
  color: #63717f !important;
}
.txt-red {
  color: #ec264b !important;
}
.txt-orange {
  color: #f58529 !important;
}
.txt-info,
.text-info {
  color: $color-pink !important;
}
.txt-warning,
.text-warning {
  color: #ff0 !important;
}
.txt-primary,
.text-primary {
  color: #0040e9 !important;
}
.txt-success,
.text-success {
  color: $color-pink !important;
}
.txt-danger,
.text-danger {
  color: #ec264b !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-23 {
  font-size: 23px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-27 {
  font-size: 27px !important;
}
.font-28 {
  font-size: 28px !important;
}
.font-29 {
  font-size: 29px !important;
}
.font-30 {
  font-size: 30px !important;
}
.weight-500 {
  font-weight: 500 !important;
}
.weight-600 {
  font-weight: 600 !important;
}
.weight-bold {
  font-weight: bold !important;
}
.head-font {
  font-family: $font_main !important;
}
.main-font {
  font-family: $font_main !important;
}
.capitalize-font {
  text-transform: capitalize !important;
}
.uppercase-font {
  text-transform: uppercase !important;
}
.nonecase-font {
  text-transform: none !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block !important;
}
.table-struct {
  display: table !important;
}
.table-cell {
  display: table-cell !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.full-width {
  width: 100% !important;
}
.half-width {
  width: 50% !important;
}
.auto-width {
  width: auto !important;
}
.relative {
  position: relative !important;
}
.border-none {
  border: none !important;
}
small {
  color: #63717f;
  padding-left: 5px;
}
.text-muted {
  color: #63717f;
}
.truncate {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-only-view {
  display: none !important;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #e8e8e8;
}
hr.light-grey-hr {
  border-top: 1px solid #e8e8e8;
}
.seprator-block {
  margin-bottom: 80px;
}
.fluid-width-video-wrapper {
  padding-top: 0 !important;
  padding-bottom: 56.25% !important;
}
.img {
  display: block;
  background: #e3f2ff;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s;
}
.img:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}
.img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
  opacity: 1;
}
img:not([src]) {
  opacity: 0;
}
.title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
article img {
  max-width: 100% !important;
}
article .fluid-width-video-wrapper {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  article table {
    width: 100% !important;
  }
}
h1 {
  font-size: 1.6rem;
  font-weight: bold;
}
h2 {
  font-size: 1.4rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1.1rem;
}
h5 {
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5 {
  color: #000;
  line-height: 1.5;
}
article h1,
article h2,
article h4,
article h5,
article h6 {
  color: #0040e9;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
article h1 {
  font-size: 1.7rem;
}
article h2 {
  font-size: 20px;
}
article h3 {
  font-size: 20px;
}
article h4 {
  font-size: 20px;
}
article h5 {
  font-size: 20px;
}
article h6 {
  font-size: 20px;
}
article h3 {
  color: #000;
}
ul {
  list-style: none;
  padding: 0;
}
a {
  color: #12171c;
}
a:hover {
  color: #3c60f7;
}
.date,
.time {
  font-family: "Montserrat";
  font-size: 0.875rem;
}
.date i,
.time i {
  margin-right: 5px;
}
.heading {
  display: flex;
  position: relative;
  margin-bottom: 32px;
  align-items: center;
  flex-direction: row;
}
.heading select.form-control {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  max-width: 80px;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
.heading select.form-control:focus {
  background: transparent;
  border: 0;
  outline: none !important;
}
.heading .more {
  display: inline-flex;
  color: #fff;
  align-items: center;
  border-radius: 100%;
  right: 0;
  position: absolute;
  width: 40px;
  height: 40px;
}
.heading .more:before {
  content: "\f03d";
  font-weight: bold;
  position: absolute;
  color: #ec264b;
  font-size: 2.2rem;
  z-index: -1;
  left: -8px;
}
.heading.hd-big {
  font-size: 1.8em;
}
.heading.bold {
  font-weight: bold;
}
.heading .underline {
  border-bottom: 2px solid #e8e8e8;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.heading .underline h1,
.heading .underline h2,
.heading .underline h3,
.heading .underline h4,
.heading .underline h5 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  color: #000;
  position: relative;
}
.heading .underline h1:before,
.heading .underline h2:before,
.heading .underline h3:before,
.heading .underline h4:before,
.heading .underline h5:before {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  border-bottom: 2px solid #0040e9;
  position: absolute;
  bottom: -12px;
}
.heading.heading-red .underline h1:before,
.heading.heading-red .underline h2:before,
.heading.heading-red .underline h3:before,
.heading.heading-red .underline h4:before,
.heading.heading-red .underline h5:before {
  border-bottom: 2px solid #ec264b;
}
.heading a.link {
  white-space: nowrap;
}
.heading img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.heading h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.heading ul.tag {
  margin: 0;
}
.heading ul.tag:before {
  content: "";
  display: none;
}
.heading ul.tag li {
  display: flex;
  padding: 0;
  margin: 16px 5px 0px;
}
.heading ul.tag li a {
  padding: 2px 6px;
  font-size: 1rem;
}
@media (max-width: 575.99px) {
  .heading.sticky-heading {
    position: sticky !important;
    top: 88px;
    z-index: 4;
    background: rgba(255,255,255,0.9);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background: rgba(248,252,255,0.95);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.head-sub {
  font-size: 1em;
}
.news-article a i {
  position: relative;
}
.news-article a i:before {
  position: absolute;
  left: 0;
}
.news-article a i.fab.fa-fw.fa-facebook {
  color: #1878f3 !important;
}
.news-article a i.fab.fa-fw.fa-messenger {
  color: #1878f3 !important;
}
.news-article a i.fab.fa-fw.fa-instagram {
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.news-article a i.fab.fa-fw.fa-instagram:before {
  position: static;
}
.news-article a i.fab.fa-fw.fa-youtube {
  color: #f00 !important;
}
.news-article a:hover i.fab.fa-fw.fa-facebook {
  color: #1878f3 !important;
}
.news-article a:hover i.fab.fa-fw.fa-messenger {
  color: #1878f3 !important;
}
.news-article a:hover i.fab.fa-fw.fa-instagram {
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.news-article a:hover i.fab.fa-fw.fa-youtube {
  color: #f00 !important;
}
.news-article a:hover i.fab.fa-fw.fa-facebook,
.news-article a:hover i.fab.fa-fw.fa-messenger,
.news-article a:hover i.fab.fa-fw.fa-instagram,
.news-article a:hover i.fab.fa-fw.fa-youtube {
  opacity: 0.6 !important;
}
a.underline,
a.link {
  display: inline-block;
  position: relative;
}
a.underline h4:after,
a.link h4:after {
  content: "";
  background: #ec264b;
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transition: 0.3s all;
  transform: translateX(-50%);
  transform-origin: center;
  z-index: 0;
}
a.underline:hover h4:after,
a.link:hover h4:after {
  width: 100%;
}
a.underline:after,
a.link:after {
  background: #ec264b;
}
footer {
  color: #fff;
  background: #031a2e;
  position: static;
  bottom: -330px;
  font-size: 1rem;
  width: 100%;
  padding-bottom: calc(60px + constant(safe-area-inset-bottom));
  padding-bottom: calc(60px + env(safe-area-inset-bottom));
}
footer .copyright {
  text-align: center;
  list-style: none;
  font-size: 0.875rem;
  padding-bottom: calc(20px + constant(safe-area-inset-bottom));
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
footer ul.row > li {
  margin-top: 20px;
}
footer ul.row > li >ul >li {
  margin-top: 0;
}
footer ul.row > li >ul >li >ul {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer ul.row > li >ul >li >ul li a {
  color: #e8e8e8;
}
footer .logo {
  text-align: center;
  margin-bottom: 10px;
}
footer .logo img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
footer ul.appstore li {
  margin-bottom: 10px;
  text-align: center;
}
footer ul.appstore li a img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
footer ul.social-media {
  display: none;
  flex-direction: row;
  justify-content: center;
}
footer ul.social-media li {
  width: auto;
  margin-right: 10px;
}
footer ul.social-media li a {
  width: auto;
  font-size: 2rem;
  color: #e8e8e8;
}
@media (min-width: 576px) {
  footer {
    padding-bottom: calc(0 + constant(safe-area-inset-bottom));
    padding-bottom: calc(0 + env(safe-area-inset-bottom));
  }
}
@media (min-width: 992px) {
  footer ul.social-media {
    display: flex;
  }
}
footer a {
  color: #fff !important;
}
footer a:hover {
  color: #00d7ff !important;
}
footer .copyright {
  color: #fff;
}
.subscribe-block {
  background: #444;
  padding: 10px 0 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.subscribe-block .input-group {
  max-width: 440px;
  display: flex;
  border: 1px solid #63717f;
  padding: 3px;
  padding-right: 0px;
  border-radius: 40px;
  background: #fff;
}
.subscribe-block .navbar-form {
  padding: 0;
  flex: calc(100% - 84px);
  max-width: calc(100% - 84px);
}
.subscribe-block .navbar-form input.form-control {
  border: 0;
  background-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  color: #fff;
  text-align: center;
}
.subscribe-block .navbar-form input.form-control::placeholder {
  color: #aaa !important;
  outline: none;
}
.subscribe-block .navbar-form input.form-control:focus {
  color: #63717f;
  outline: none;
}
.subscribe-block .navbar-form input.form-control:focus::placeholder {
  color: #fff !important;
  outline: none;
}
.subscribe-block .input-group-append {
  max-width: 84px;
  flex: 0 0 84px;
  margin: 0;
  padding: 0;
}
.subscribe-block .input-group-append button.btn {
  background: #0040e9;
  color: #fff;
  transition: 0.3s all;
  border-radius: 40px;
}
.subscribe-block .input-group-append button.btn:hover {
  filter: brightness(1.2);
}
/* -------------------------------- 

選單 + logo

-------------------------------- */

/*---------------------
回到頂端
---------------------*/
.cd-top {
  background: rgba(255,255,255,0.9);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 20px;
  right: calc(constant(safe-area-inset-right) + 10px);
  right: calc(env(safe-area-inset-right) + 10px);
  bottom: -100px;
  line-height: 40px;
  white-space: nowrap;
  text-shadow: 0 0 2px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  opacity: 1;
  /*z-index: 999;*/
}
.cd-top:hover {
  opacity: 1;
  text-decoration: none;
}
.cd-top:before {
  content: "▲";
  transform-origin: center;
  font-weight: bold;
  font-size: 1rem;
  padding-top: 2px;
  padding-left: 2px;
}
.cd-top.cd-is-visible {
  bottom: 130px;
  bottom: calc(constant(safe-area-inset-bottom) + 130px);
  bottom: calc(env(safe-area-inset-bottom) + 130px);
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.cd-top {
  color: #ec264b;
}
.cd-top:hover {
  color: #0040e9;
}
@media (min-width: 576px) {
  .cd-top.cd-is-visible {
    bottom: 20px;
    bottom: calc(constant(safe-area-inset-bottom) + 20px);
    bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
}
.side-nav-primary input[type="checkbox"],
.side-nav-primary input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.side-nav-primary input[type="checkbox"] + label,
.side-nav-primary input[type="radio"] + label {
  color: #1c293f;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  padding: 5px 5px 5px 5px;
  margin-bottom: 2px;
  width: 100%;
  transition: all 0.3s;
  font-weight: normal;
  cursor: pointer;
}
.side-nav-primary input[type="checkbox"] + label:before,
.side-nav-primary input[type="radio"] + label:before {
  content: "\f00c";
  color: color $color-pink;
  font-size: 1rem;
  line-height: 1em;
  visibility: hidden;
  padding-right: 2px;
  margin-right: 5px;
}
.side-nav-primary input[type="checkbox"]:hover + label,
.side-nav-primary input[type="radio"]:hover + label {
  color: #000;
  background: #fff;
}
.side-nav-primary input[type="checkbox"]:checked + label,
.side-nav-primary input[type="radio"]:checked + label {
  background: #fff;
  color: #1c293f;
  cursor: default;
}
.side-nav-primary input[type="checkbox"]:checked + label:before,
.side-nav-primary input[type="radio"]:checked + label:before {
  content: "\f00c";
  color: $color-pink;
  font-size: 1rem;
  line-height: 1em;
  visibility: visible;
  margin-right: 5px;
}
.service {
  margin: 30px auto;
}
.service ul {
  list-style: none;
  padding: 0;
}
.service ul .col-group {
  width: 100%;
}
.service ul li {
  margin: 30px 0 30px;
  color: #12171c;
}
.service ul li .img {
  background-size: cover;
  background-position: 50% 50%;
  height: 180px;
  width: 100%;
  margin: 0 0 5px;
  padding: 20px;
  position: relative;
}
.service ul li .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,38,101,0.5);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  transition: all 0.3s;
}
.service ul li .img img {
  display: none;
}
.service ul li .name {
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  text-shadow: 0 5px 20px #000;
  position: absolute;
  top: 0;
  height: 180px;
  text-align: center;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service ul li .cont {
  text-align: left;
  padding: 5px 10px;
  font-size: 0.876em;
}
#spinner-loading {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255,255,255,0.5);
  position: fixed;
  z-index: 999999999;
}
#spinner-loading #loading {
  height: 60px;
  width: 60px;
/*margin: 94px auto 0 auto;*/
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 30px);
  animation: rotation 0.6s infinite linear;
  border-left: 6px solid rgba(0,38,101,0.15);
  border-right: 6px solid rgba(0,38,101,0.15);
  border-bottom: 6px solid rgba(0,38,101,0.15);
  border-top: 6px solid rgba(0,38,101,0.8);
  border-radius: 100%;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
.top-ad {
  background: #fff;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
}
.size-btn {
  display: block;
  border: 2px solid #333;
  max-width: 100px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
  color: #12171c;
  z-index: 99;
  margin-bottom: 10px;
}
.size-btn:hover {
  color: #0040e9;
  background: #ff0;
}
.size-btn:before {
  content: "\f182";
  padding: 0 5px;
}
.search.box {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px;
}
.search.box input#search {
  background: rgba(255,255,255,0.1);
  color: #63717f;
  height: 40px;
  border: 1px solid #63717f;
  border-right: 0;
  border-radius: 40px 0 0 40px;
  font-size: 14px;
  float: left;
  padding-left: 20px;
  font-weight: bold;
  transition: background 0.55s ease;
}
.search.box input#search:hover,
.search.box input#search:focus,
.search.box input#search:active {
  background: rgba(255,255,255,0);
  outline: none;
}
.search.box input#search::placeholder {
  color: #fff;
}
.search.box button.icon {
  background: rgba(255,255,255,0.1);
  border-radius: 0 40px 40px 0;
  border: 1px solid #63717f;
  height: 40px;
  width: 50px;
  color: #63717f;
  font-size: 10pt;
  transition: all 0.55s ease;
}
.container-1:hover button.icon,
.container-1:active button.icon,
.container-1:focus button.icon {
  outline: none;
}
.slider-for .img,
.slider-nav .img {
  height: 400px;
  max-width: 100%;
  width: 100%;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.slider-for .img img,
.slider-nav .img img {
  max-width: 100%;
  width: 100%;
  visibility: hidden;
  display: none;
}
.slider-for .img {
  height: 400px;
}
.slider-nav {
  border: 1px solid #ccc;
}
.slider-nav .img {
  border-right: 1px solid #ccc;
  height: 100px;
}
.slider-nav .img:last-child {
  border-right: 0;
}
.nav-tabs li.nav-item {
  text-align: center;
}
.nav-tabs li.nav-item a {
  color: #000;
}
.nav-tabs li.nav-item a.active {
  color: $color-pink;
  background-color: #f5f7f8;
  font-weight: bold;
  border-color: #dee2e6 #dee2e6 #f5f7f8;
}
.tab-content .tab-pane {
  min-width: 100%;
}
#notice ul {
  list-style: decimal;
  padding-left: 30px;
}
.ad-moblie-hidden {
  width: calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  padding: 0 15px;
}
.ad-box {
  width: 300px;
  flex: 0 0 300px;
  padding: 0 15px;
}
.ad-box img {
  width: 100%;
}
@media (max-width: 1199.98px) {
  .ad-moblie-hidden {
    width: 100%;
    flex: 100%;
  }
  .ad-box {
    display: none;
  }
}
.order-completed {
  background: #fff;
  text-align: center;
}
.order-completed .completed-icon {
  background: url("../images/order-completed.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto;
}
/* -------------------------------- 

Checkboxes

-------------------------------- */
.checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline;
  margin-left: 20px;
}
.checkbox input {
  position: absolute;
  height: 0;
  width: 0;
}
.checkbox input.styled[type=checkbox]:checked + label {
  text-decoration: none;
}
.checkbox label {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 3px;
  font-size: 11px;
  color: #30a5ff;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}
.radio-inline,
.checkbox-inline,
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
}
.checkbox input[type="checkbox"]:checked + label::before,
.checkbox input[type="radio"]:checked + label::before {
  background-color: $color-pink;
  border-color: $color-pink;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #30a5ff;
  transform: scale(0, 0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label:before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio input[type="radio"] + label::after {
  background-color: $color-pink;
}
.radio input[type="radio"]:checked + label:before {
  border-color: $color-pink;
}
.radio input[type="radio"]:checked + label::after {
  background-color: $color-pink;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: '"Font Awesome 5 Free"';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
option.enable {
  color: #f00;
  font-size: 24px;
}
.point {
  font-family: "teko";
  font-size: 2.4rem;
  color: #ec264b;
}
ul.nav-scrollspy {
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
  background: rgba(255,255,255,0.8);
  display: flex;
  border: 1px solid #ddd;
  margin: 0 -15px;
}
ul.nav-scrollspy li.nav-item a.nav-link {
  background: #fff;
  color: #63717f;
  transition: all 0.3s;
  border-right: 1px solid #ddd;
}
ul.nav-scrollspy li.nav-item a.nav-link.active {
  background: $color-pink;
  color: #fff;
}
ul.nav-scrollspy li.nav-item:last-child a.nav-link {
  border-right: 0;
}
.m-nav-d {
  font-size: 12px;
  margin-top: 5px;
  color: #000;
}
@media (min-width: 992px) {
  .m-nav-d {
    margin: 0;
  }
}
#nav-news,
#nav-search,
#nav-live,
#nav-feature {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  transition: 0.3s all;
}
#nav-news svg,
#nav-search svg,
#nav-live svg,
#nav-feature svg {
  height: 22px;
}
#nav-news i,
#nav-search i,
#nav-live i,
#nav-feature i {
  transition: 0.3s all;
  transform: rotate(0);
  transform-origin: center;
  font-size: 1.2rem;
}
#nav-news.active i,
#nav-search.active i,
#nav-live.active i,
#nav-feature.active i {
  transform: rotate(90deg);
}
#nav-news i {
  font-size: 1.4rem;
}
#nav-news {
  left: calc(0% + 5px);
  transform: translateX(calc(0% + 5px));
}
#nav-search {
  right: calc(25% + 5px);
  transform: translateX(calc(25% - 5px));
}
#nav-live {
  left: calc(25% + 5px);
  transform: translateX(calc(-25% + 5px));
}
#nav-feature {
  left: 50%;
  transform: translateX(-50%);
}
a#nav-news svg,
a#nav-search svg,
a#nav-live svg,
a#nav-feature svg,
a#nav-news span,
a#nav-search span,
a#nav-live span,
a#nav-feature span {
  color: #000;
  transition: 0.3s all;
}
a#nav-news:hover svg,
a#nav-search:hover svg,
a#nav-live:hover svg,
a#nav-feature:hover svg,
a#nav-news.active svg,
a#nav-search.active svg,
a#nav-live.active svg,
a#nav-feature.active svg,
a#nav-news:hover span,
a#nav-search:hover span,
a#nav-live:hover span,
a#nav-feature:hover span,
a#nav-news.active span,
a#nav-search.active span,
a#nav-live.active span,
a#nav-feature.active span {
  color: #0040e9;
}
a#nav-news {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  left: 15px;
  left: calc(constant(safe-area-inset-left) + 15px);
  left: calc(env(safe-area-inset-left) + 15px);
  top: 0;
  text-decoration: none;
  height: 60px;
  transition-delay: 0.3s;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.2rem;
}
a#nav-news i {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  #nav-news,
  #nav-search,
  #nav-live,
  #nav-feature,
  a#nav-news {
    flex-direction: row;
  }
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  transition: all 0.3s ease;
}
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}
.page-wrapper .theme.chiller-theme {
  background: #1d1d1d;
}
.page-wrapper.toggled .sidebar-wrapper {
  transform: translateX(0%);
}
.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
  overflow-x: hidden;
}
.page-wrapper .page-content > div {
  padding: 20px 40px;
}
.page-wrapper.chiller-theme.toggled #close-sidebar {
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}
.sidebar-wrapper {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  z-index: 99999;
  transform: translateY(120%);
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.sidebar-brand {
  overflow: hidden;
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}
.sidebar-brand #close-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  border-radius: 100%;
  cursor: pointer;
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin: 20px;
}
.sidebar-menu {
  padding-top: calc(0 + 15px);
  padding-bottom: calc(50px + env(safe-area-inset-bottom));
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}
.sidebar-menu:after {
  content: "";
  min-height: calc(100% + 1%);
}
.sidebar-menu .header-menu {
  width: 100%;
  text-align: left;
  margin-top: 20px;
}
.sidebar-menu .header-menu span {
  font-weight: bold;
  display: inline-block;
  font-size: 1.2rem;
}
.sidebar-menu ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  padding: 15px 15px 5px;
}
.sidebar-menu ul li {
  padding: 4px 8px;
}
.sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  font-size: 1.1rem;
}
.sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  line-height: 26px;
  text-align: center;
  border-radius: 4px;
}
.sidebar-menu ul li a:hover > i:before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}
.sidebar-menu .sidebar-dropdown > a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}
.sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}
.sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}
.sidebar-menu .sidebar-submenu {
  display: none;
}
@media (min-width: 576px) {
  .sidebar-wrapper {
    width: 360px;
    transform: translateX(100%);
  }
  .sidebar-wrapper .sidebar-brand {
    top: 0;
    bottom: auto;
  }
}
.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.label {
  float: right;
  margin-top: 0px;
}
.sidebar-footer {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}
.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}
.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}
.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}
.chiller-theme .sidebar-wrapper {
  background: #fff;
}
.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #0040e9;
}
.chiller-theme .sidebar-footer {
  background: #2b2b2b;
  box-shadow: 0px -1px 5px #131212;
  border-top: 1px solid #3a3a3a;
}
.chiller-theme > a:first-child {
  border-left: none;
}
.chiller-theme > a:last-child {
  border-right: none;
}
.chiller-theme .mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
/* Safari 9.0+ */
.chiller-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid #405262;
}
body.toggled {
  touch-action: none;
}
body.toggled #nav-mask {
  background: rgba(0,0,0,0.5);
  display: block;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}
.sidebar-wrapper .sidebar-menu ul li a {
  color: #333;
}
.navCat {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: 90px;
  position: sticky;
  top: 0;
  z-index: 9;
}
.navCat.navIndex {
  display: flex;
  position: static;
  border-radius: 4px;
}
.navCat.navIndex.is-hidden {
  opacity: 1;
  transform: translateY(0);
}
.navCat {
  background: #fff;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  border-bottom: 1px solid #e8e8e8;
}
/* Safari 9.0+ */
@media (min-width: 576px) {
  .navCat {
    display: flex;
    top: 50px;
    height: 50px;
  }
}
.navCat a#nav-more {
  position: absolute;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #fff 40%, #fff 100%);
  color: #63717f;
  right: 0;
  display: flex;
  height: 50px;
  width: 60px;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.navCat-inside .logo {
  display: none;
  position: absolute;
  left: 0;
  top: 12.5px;
  background: url("../images/logo-m.svg");
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  background-size: 100px 25px;
  background-position: left center;
}
.navCat-inside .jscrollControl::-webkit-scrollbar {
  display: none;
}
.navCat-inside > div > ul > li a.nav-logo {
  background: url("../images/logo-m.svg");
  background-repeat: no-repeat;
  display: none;
  width: 70px;
  min-width: 70px;
  height: 100%;
  margin: 0 10px;
  background-size: 100px 25px;
  background-position: right center;
}
.navCat-inside > div > ul > li:before,
.navCat-inside > div > ul > li:after {
  display: none;
}
@media (min-width: 576px) {
  .navCat-inside {
    padding-left: 0;
  }
  .navCat-inside .logo {
    display: none;
  }
  .navCat-inside >div >ul > li a.nav-logo {
    display: none;
  }
}
.navCat-inside > div {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  clear: both;
}
.navCat-inside > div > ul {
  display: flex;
  white-space: nowrap;
  height: 50px;
  margin: 0px;
  padding-left: 0px;
}
.navCat-inside > div > ul > li {
  float: none !important;
  margin: 0;
}
.navCat-inside > div > ul > li > a {
  display: flex;
  align-items: center;
  margin-left: 0px !important;
  text-decoration: none;
  height: 100%;
  padding: 1px 10px 0;
}
.navCat-inside > div > ul > li > a > span {
  font-size: 1rem;
}
.navCat-inside > div > ul > li > a > img {
  height: 24px;
}
.navCat-inside > div > ul > li > a > img + span {
  padding-left: 5px !important;
}
@media (min-width: 576px) {
  .navCat-inside > div > ul > li > a {
    padding: 0 16px;
  }
}
.navCat-inside > div > ul > li {
  position: relative;
}
.navCat-inside > div > ul > li a {
  transition: 0.3s all;
}
.navCat-inside > div > ul > li a:after {
  content: "";
  background: #0040e9;
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all;
}
.navCat-inside > div > ul > li a:hover span {
  color: #0040e9;
}
.navCat-inside > div > ul > li a:hover:after {
  width: 100%;
}
.navCat-inside > div > ul > li.active a span {
  color: #0040e9;
}
.navCat-inside > div > ul > li.active a:after {
  width: 100%;
}
.navCat-inside {
  height: 50px;
  position: relative;
  overflow: hidden;
}
.navCat-inside > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navCat-inside > ul > li {
  float: left;
  position: relative;
  margin-left: 0;
}
.navCat-inside > ul > li:first-child {
  margin-left: 0;
}
.navCat-inside > ul > li:first-child > a {
  margin-left: 0;
}
.navCat-inside > ul > li:before {
  margin-top: -1px;
  transform: rotate(-135deg);
}
.navCat-inside > ul > li:after {
  margin-top: -2px;
  transform: rotate(-225deg);
}
.navCat-inside > ul > li > a {
  text-decoration: none;
  position: relative;
  display: block;
  margin-left: 15px;
}
.navCat-inside > ul > li > a > span {
  display: block;
  white-space: nowrap;
  line-height: 40px;
  font-size: 1rem;
  color: #fff;
  padding: 0 5px;
}
.navCat-inside > ul > li:before,
.navCat-inside > ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px;
  height: 2px;
  border-radius: 0px;
  background: #fff;
  transform-origin: 0 50%;
  left: 11px;
}
.navCat-inside > ul > li:first-child:before,
.navCat-inside > ul > li:first-child:after,
.navCat-inside > ul > li:first-child > a:before {
  display: none;
}
.bg-dark-grey {
  background: #181a20;
}
.transp_bg {
  background-size: 20px;
}
.bg-light-grey {
  background: #e8e8e8;
}
/*---------------------
index
---------------------*/
@media (min-width: 576px) {
  .container.swiper-container {
    max-width: 560px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container.swiper-container {
    max-width: 740px;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container.swiper-container {
    max-width: 980px;
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.swiper-container {
    max-width: 1160px;
    max-width: 1140px;
  }
}
.top-news {
  position: relative;
  margin-bottom: 30px;
}
.top-news ul.row {
  counter-reset: top-counter;
  flex-direction: column;
}
.top-news ul.row li a {
  cursor: pointer;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  margin-bottom: 20px;
}
.top-news ul.row li a:hover .img img {
  transform: scale(1.04);
}
.top-news ul.row li a:hover .content .title {
  color: #0040e9;
}
.top-news ul.row li a .img {
  display: block;
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  z-index: 0;
  height: 100%;
}
.top-news ul.row li a .img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.top-news ul.row li a .img:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}
.top-news ul.row li .content {
  background: #fff;
  flex: 0 0 60%;
  width: 60%;
  height: 100%;
  z-index: 2;
  padding: 10px;
  padding-right: 14px;
}
.top-news ul.row li .content .title {
  font-size: 1.1rem;
  line-height: 1.7rem;
}
.top-news ul.row li:nth-child(n+1) a:before {
  content: counter(top-counter, decimal);
  counter-increment: top-counter;
  display: block;
  margin-right: 0px;
  font-size: 8rem;
  font-family: teko;
  font-weight: 100;
  font-style: italic;
  width: 100px;
  transform: translateY(20px);
  opacity: 0.9;
  position: absolute;
  text-shadow: $color-shadow;
  z-index: 10;
}
@media (min-width:992px){
    .top-news ul.row li:nth-child(n+1) a:before{
        font-size:6rem;
        margin-top:-25px;
    }
}
.top-news ul.row li:nth-child(n+1) a:after {
  content: "";
  display: block;
  width: 100%;
  height: 220px;
  position: absolute;
  left: 0;
  z-index: 0;
  transition: 0.6s all;
}
.top-news ul.row li:nth-child(1) a .img {
  flex: 0 0 100%;
  max-width: 100%;
}
.top-news ul.row li:nth-child(1) a .content {
  position: absolute;
  padding: 15px;
  bottom: 0;
  border-radius: 16px 0 0 0;
  right: 0;
  width: 100%;
  height: auto;
  flex: 0 0 100%;
  padding-left: 60px;
}
.top-news ul.row li:nth-child(1) a .content .title {
  color: #fff;
}
.top-news ul.row li:nth-child(1) a:before {
  transform: translateY(56px);
}
.top-news ul li a {
  background: #fff;
}
.top-news ul li a:hover .img:before {
  background: $lgd-ttv;
  opacity: 0.6;
}
.top-news ul li a:hover .content .title {
  color: #0040e9;
}
.top-news ul li:first-child a {
  border-top: 0 solid #e8e8e8;
}
.top-news ul li:nth-child(n+1) a:before {
  color: #fff;
}
.top-news ul li:nth-child(n+1) a .content {
  background: #fff;
}
.top-news ul li:nth-child(1) a .content {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  color: #fff;
}
.top-news ul li:nth-child(1) a:hover .content .title {
  color: #fff;
}
@media (min-width: 992px) {
  .top-news ul.row {
    flex-direction: column;
    height: 220px;
  }
}
/*---------------------
video
---------------------*/
.video {
  position: relative;
}
.video .heading {
  color: #063481;
  font-size: 1.2em;
  text-align: center;
  padding: 0;
}
.video .heading:after {
  content: "";
  display: block;
  background: $gradient_main;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  padding: 0;
}
.video .video-carousel {
  min-height: 400px;
  border: 0;
  background-color: transparent;
  float: left;
}
.video .video-carousel > div a .img {
  margin: 0;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  height: 398px;
}
.video .video-carousel > div a .img img {
  display: none;
}
.video .video-carousel > div a .title {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  display: block;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  width: 100%;
  padding: 100px 20px 20px;
  text-align: left;
  position: absolute;
  bottom: 0;
}
.video .video-carousel > div a:hover .img {
  filter: brightness(1.1);
  transition: all 0.3s;
}
.video .video-carousel > div a:hover .title {
  color: #fff;
}
.video .video-carousel .owl-item.active.center {
  filter: brightness(1);
}
.video .video-carousel .owl-item {
  filter: brightness(0.3);
  transition: all 0.3s ease;
}
.video .video-carousel-list {
  float: left;
  border: 0;
  margin: 5px 0;
}
.video .video-carousel-list .owl-stage {
  height: 120px;
}
.video .video-carousel-list .owl-item {
  height: 100%;
}
.video .video-carousel-list .owl-item .item {
  display: block;
  height: 100%;
}
.video .video-carousel-list .owl-item .item .img {
  background-position: center center;
}
.video .video-carousel-list .owl-item .item .title {
  display: none;
  height: 100%;
  background-color: #e0e8ed;
  align-items: center;
  padding: 0 20px;
  border-bottom: 4px solid #e0e8ed;
  font-size: 0.9em;
}
.video .video-carousel-list .owl-item .item .title:hover {
  background-color: #e0e8ed;
}
.video .video-carousel-list .owl-item.current .item {
  background: #fff;
  border-bottom: 4px solid $color-darkblue;
}
.video .video-carousel-list .owl-item.current .item:hover {
  background-color: #fff;
}
.video .video-carousel-list .owl-item.current .item:before {
  content: "\f144";
  color: rgba(255,255,255,0.95);
  position: absolute;
  text-shadow: 0 0 20px rgba(0,0,0,0.2);
  font-size: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  transition: all ease-in 0.2s;
}
.video .owl-nav.disabled,
.video .owl-dots.disabled {
  display: none;
}
.video .btn-ctrl {
  background-color: transparent;
  width: 100%;
  top: calc(50% - 40px);
  z-index: 99;
}
.video .btn-ctrl a {
  height: 80px;
}
.video .btn-ctrl a.btn-left,
.video .btn-ctrl a.btn-right {
  border: 0;
  color: #fff;
  background: rgba(255,255,255,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.video .btn-ctrl a.btn-left:hover,
.video .btn-ctrl a.btn-right:hover {
  color: #000;
  background: #fff;
  text-shadow: 0 0 0 rgba(0,0,0,0);
}
.video .btn-ctrl a.btn-left:before,
.video .btn-ctrl a.btn-right:before {
  font-size: 18px;
  padding-top: 2px;
  padding-left: 2px;
}
.video .btn-ctrl a.btn-left {
  left: 0;
}
.video .btn-ctrl a.btn-right {
  right: 0;
}
.video-content {
  margin-top: 32px;
  border-radius: 4px;
}
.video-content iframe {
  border-radius: 4px;
}
.video-content .ytChat iframe {
  width: 100% !important;
}
.video-content h1 {
  color: #000 !important;
  font-size: 1.4rem !important;
  padding-top: 10px;
}
.video-content .desc {
  margin-bottom: 20px;
}
.video-content .name {
  font-size: 1.1rem;
  color: #000 !important;
  padding-left: 15px;
}
.video-content .num {
  color: #e8e8e8;
  font-size: 0.875rem;
  color: #000 !important;
  padding-left: 15px;
}
.video-content .sub {
  border: 1px solid #63717f;
  border-radius: 16px;
  margin-top: 15px;
  padding: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-content .sub i {
  color: #ec264b;
  font-size: 1.4rem;
}
.video-content .sub span {
  color: #fff;
  font-size: 1rem;
  margin-left: 5px;
}
.video-content .sub:hover {
  background: rgba(255,255,255,0.05);
}
@media (max-width: 991.98px) {
  .video-carousel {
    width: 100% !important;
  }
  .video-carousel .title {
    padding: 100px 20px 30px !important;
  }
  .video-carousel-list {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .video .video-carousel .owl-item.active.center {
    opacity: 1;
    filter: blur(0);
  }
  .video .video-carousel .owl-item {
    opacity: 1;
    filter: blur(0);
    transition: all 0.3s ease;
  }
}
@media (max-width: 767.98px) {
  .video .video-carousel .owl-item {
    width: auto;
  }
}
.skd h4 {
  color: #000 !important;
}
ul.skd-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
ul.skd-list li a {
  display: flex;
  flex-direction: column;
  position: relative;
}
ul.skd-list li a .img {
  display: block;
  width: 100%;
  flex: 0 0 100%;
  height: 72px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
ul.skd-list li a .img img {
  width: 100%;
  height: auto;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
ul.skd-list li a .content {
  width: 100%;
  flex: 0 0 100%;
  color: #000;
  padding: 0 10px 0;
  text-align: left;
}
ul.skd-list li a .content .time {
  margin-bottom: 5px;
  font-size: 0.875rem;
  color: #63717f;
}
ul.skd-list li a .content .title {
  font-size: 1rem;
  margin-bottom: 5px;
  height: 3rem;
  overflow: hidden;
}
.news-list.video-list ul li a .img:after {
  content: "▶";
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.6);
  font-family: monospace;
  border-radius: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  padding-left: 4px;
  padding-bottom: 4px;
  width: 50px;
  height: 50px;
  z-index: 2;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .news-list.video-list ul li a .img:after {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*---------------------
主播 anchor
---------------------*/
section.anchor-list {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
section.anchor-list .swiper-button-prev,
section.anchor-list .swiper-button-next {
  background: #fff;
  width: 30px;
  height: 30px;
  top: -16px;
  opacity: 1;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
}
section.anchor-list .swiper-button-prev:before,
section.anchor-list .swiper-button-next:before {
  color: #000;
}
section.anchor-list .swiper-button-prev:hover:before,
section.anchor-list .swiper-button-next:hover:before {
  color: #0040e9;
}
section.anchor-list .swiper-button-prev {
  left: 16px;
}
section.anchor-list .swiper-button-next {
  right: 16px;
}
section.anchor-list .heading {
  justify-content: center;
}
section.anchor-list .btn-ctrl {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: -3px;
}
section.anchor-list .anchor-carousel {
  list-style: none;
}
section.anchor-list .anchor-carousel .swiper-slide {
  padding-top: 30px;
  filter: brightness(0.7);
  transform: translateY(20px);
  transition: 0.3s all;
  transform-origin: center;
  transform: scale(1.1);
  filter: brightness(1);
  z-index: 99;
}
section.anchor-list a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
section.anchor-list a:hover {
  transition: all 0.3s ease;
}
section.anchor-list a:hover .img {
  transform: scale(1.2);
}
section.anchor-list a:hover .content {
  transition: text-shadow 0.3s ease;
}
section.anchor-list .img {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  padding-bottom: 150%;
  transition: all 0.3s ease;
  transform: scale(1.25);
  transform-origin: top center;
  height: 0;
}
section.anchor-list .content {
  display: block;
  font-size: 0.9em;
  padding: 0 30px 0;
  min-height: 30px;
  text-align: right;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: 0 0 20px #0040e9, -20px 10px 40px #0040e9, -40px 20px 60px #0040e9;
  transform: translate(0, -50%) translate(5px, -15px);
  transition: text-shadow 0.3s ease;
}
section.anchor-list .content .name {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}
section.anchor-list .content .en-name {
  color: #fff;
  font-size: 1rem;
  font-weight: lighter;
  transition: all 0.3s ease;
}
@media (min-width: 576px) {
  section.anchor-list .anchor-carousel .swiper-slide .content .name {
    font-size: 1.6rem;
  }
  section.anchor-list .anchor-carousel .swiper-slide .content .en-name {
    font-size: 1.3rem;
  }
}
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0;
  top: 50%;
  transform: scale(1) translateY(50%);
  transform-origin: center center;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  z-index: 2;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev:before,
.swiper-button-next:before {
  padding-top: 2px;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  margin: 1px 0 0 1px;
  font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands';
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev:before {
  content: "\f053";
  padding-right: 1px;
}
.swiper-button-next:before {
  content: "\f054";
  padding-left: 1px;
}
@media (min-width: 768px) {
  .anchor-list .anchor-carousel .swiper-slide a .img {
    padding-bottom: 150%;
  }
}
.anchor {
  position: relative;
}
.anchor .pic {
  padding-bottom: calc(100vh - 110px);
  background-size: cover;
  background-position: top center;
}
.anchor .pic:before {
  content: "";
  display: block;
  height: calc(100vh - 110px);
  width: 33%;
}
.anchor .ctnt {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vh - 110px);
  display: flex;
  font-size: 1em;
  line-height: 1.6em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.anchor .ctnt > div {
  margin: 0;
  width: 100%;
}
.anchor .ctnt > div > .row {
  margin: 0;
}
.anchor .ctnt .row {
  padding-bottom: 15px;
  width: 100%;
}
.anchor .ctnt .name {
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
}
.anchor .ctnt .type {
  text-align: right;
  color: #adadad;
  font-size: 1.2em;
}
.anchor .ctnt .deta {
  text-align: left;
  color: #000;
}
.anchor .ctnt .icon {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #f26522;
}
.anchor .ctnt .icon:before {
  content: "\f09e";
}
.anchor .ctnt .icon[href*='facebook'] {
  background: #1878f3;
}
.anchor .ctnt .icon[href*='facebook']:before {
  content: "\f09a";
}
.anchor .ctnt .icon[href*='twitter'] {
  background: #1da1f2;
}
.anchor .ctnt .icon[href*='twitter']:before {
  content: "\f099";
}
.anchor.anchor-pic-right .pic {
  margin-left: 33%;
}
.anchor.anchor-pic-right .pic:before {
  background: $gradient_anchor_right;
  position: absolute;
  left: 0;
  margin-left: 33%;
}
.anchor.anchor-pic-right .ctnt .row {
  padding-right: 50%;
  padding-left: 10%;
}
.anchor.anchor-pic-left .pic {
  margin-right: 33%;
}
.anchor.anchor-pic-left .pic:before {
  background: $gradient_anchor_left;
  position: absolute;
  right: 0;
  margin-right: 33%;
}
.anchor.anchor-pic-left .ctnt .row {
  padding-left: 50%;
  padding-right: 10%;
}
@media (max-width: 991.98px) {
  .anchor .pic {
    padding-bottom: 300px;
    background-size: cover;
    background-position: top center;
  }
  .anchor .pic:before {
    content: "";
    display: none;
  }
  .anchor .ctnt {
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    font-size: 1em;
    line-height: 1.6em;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
  }
  .anchor .ctnt .row {
    padding-bottom: 15px;
    width: 100%;
  }
  .anchor .ctnt .name,
  .anchor .ctnt .type,
  .anchor .ctnt .deta {
    text-align: center;
    padding-bottom: 10px;
  }
  .anchor .ctnt .icon {
    margin: 0 auto;
  }
  .anchor.anchor-pic-right .pic {
    margin-left: 0;
  }
  .anchor.anchor-pic-right .ctnt .row {
    padding-right: 0;
    padding-left: 0;
  }
  .anchor.anchor-pic-left .pic {
    margin-right: 0;
  }
  .anchor.anchor-pic-left .ctnt .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.anchor-2 {
  position: relative;
}
.anchor-2 .pic {
  padding-bottom: calc(100vh - 110px);
  background-size: cover;
  background-position: top center;
}
.anchor-2 .pic:before {
  content: "";
  display: block;
  height: calc(100vh - 110px);
  width: 33%;
}
.anchor-2 .ctnt {
  position: absolute;
  top: 0;
  width: 100%;
  height: calc(100vh - 110px);
  display: flex;
  font-size: 1em;
  line-height: 1.6em;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.anchor-2 .ctnt > div {
  margin: 0;
  width: 100%;
}
.anchor-2 .ctnt > div > .row {
  margin: 0;
}
.anchor-2 .ctnt .row {
  padding-bottom: 15px;
  width: 100%;
}
.anchor-2 .ctnt .name {
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
}
.anchor-2 .ctnt .type {
  text-align: right;
  color: #adadad;
  font-size: 1.2em;
}
.anchor-2 .ctnt .deta {
  text-align: left;
  color: #000;
}
.anchor-2 .ctnt .icon {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: #f26522;
}
.anchor-2 .ctnt .icon:before {
  content: "\f09e";
}
.anchor-2 .ctnt .icon[href*='facebook'] {
  background: #365899;
}
.anchor-2 .ctnt .icon[href*='facebook']:before {
  content: "\f09a";
}
.anchor-2 .ctnt .icon[href*='twitter'] {
  background: #1c94e0;
}
.anchor-2 .ctnt .icon[href*='twitter']:before {
  content: "\f099";
}
.anchor-2.anchor-pic-right .pic {
  margin-left: 33%;
}
.anchor-2.anchor-pic-right .pic:before {
  background: $gradient_anchor_right;
  position: absolute;
  left: 0;
  margin-left: 33%;
}
.anchor-2.anchor-pic-right .ctnt .row {
  padding-right: 50%;
  padding-left: 10%;
}
.anchor-2.anchor-pic-left .pic {
  margin-right: 33%;
}
.anchor-2.anchor-pic-left .pic:before {
  background: $gradient_anchor_left;
  position: absolute;
  right: 0;
  margin-right: 33%;
}
.anchor-2.anchor-pic-left .ctnt .row {
  padding-left: 50%;
  padding-right: 10%;
}
@media (max-width: 991.98px) {
  .anchor .pic {
    padding-bottom: 300px;
    background-size: cover;
    background-position: top center;
  }
  .anchor .pic:before {
    content: "";
    display: none;
  }
  .anchor .ctnt {
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    font-size: 1em;
    line-height: 1.6em;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
  }
  .anchor .ctnt .row {
    padding-bottom: 15px;
    width: 100%;
  }
  .anchor .ctnt .name,
  .anchor .ctnt .type,
  .anchor .ctnt .deta {
    text-align: center;
    padding-bottom: 10px;
  }
  .anchor .ctnt .icon {
    margin: 0 auto;
  }
  .anchor.anchor-pic-right .pic {
    margin-left: 0;
  }
  .anchor.anchor-pic-right .ctnt .row {
    padding-right: 0;
    padding-left: 0;
  }
  .anchor.anchor-pic-left .pic {
    margin-right: 0;
  }
  .anchor.anchor-pic-left .ctnt .row {
    padding-left: 0;
    padding-right: 0;
  }
}
/*---------------------
節目 prog
---------------------*/
.prog-list {
  position: relative;
  overflow: hidden;
}
.prog-list .heading {
  justify-content: center;
}
.prog-list .btn-ctrl {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: -3px;
}
.prog-list .swiper-button-prev,
.prog-list .swiper-button-next {
  background: #fff;
  top: 0px;
  transform: scale(1) translateY(0%);
  opacity: 1;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  width: 30px;
  height: 30px;
}
.prog-list .swiper-button-prev:before,
.prog-list .swiper-button-next:before {
  color: #000;
}
.prog-list .swiper-button-prev:hover:before,
.prog-list .swiper-button-next:hover:before {
  color: #0040e9;
}
.prog-list .swiper-button-prev {
  left: 0;
}
.prog-list .swiper-button-next {
  right: 0;
}
.prog-list .prog-carousel.swiper-wrapper {
  list-style: none;
  display: flex;
  align-items: stretch;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide {
  display: block;
  padding-bottom: 32px;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  transition: all 0.3s ease;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a:hover {
  transition: all 0.3s ease;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a:hover .img {
  opacity: 1;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a:hover .img img {
  transform: scale(1.1);
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a .img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a .img:before {
  padding-bottom: 40%;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a .img img {
  transform: scale(1);
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a .name {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  padding: 30px 15px 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a.ep {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  background: #fff;
  font-size: 0.875rem;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a.ep+a.ep {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a.ep .img {
  flex: 0 0 140px;
  width: 140px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a.ep .img:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a.ep .img img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a.ep .content .title {
  text-align: left;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.prog-list .prog-carousel.swiper-wrapper .swiper-slide a.ep .content .date {
  font-family: Montserrat;
  font-size: 0.875rem;
}
.prog-list .prog-carousel .swiper-slide a .name {
  text-shadow: 0 0 20px #0040e9, -20px 10px 40px #0040e9, -40px 20px 60px #0040e9;
}
.prog-list .prog-carousel .swiper-slide a:hover .img {
  opacity: 0.8;
}
.prog-list .prog-carousel .swiper-slide a:hover .name {
  text-shadow: 0 0 20px #0040e9, -20px 10px 40px #0040e9, -40px 20px 60px #0040e9;
}
.prog-list .prog-carousel .swiper-slide a.ep:hover .title {
  color: #0040e9;
}
/*---------------------
麵包屑
---------------------*/
#crumbs.container {
  text-align: left;
  padding: 0 10px;
}
#crumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#crumbs ul li {
  display: inline-table;
  margin-right: 0;
  position: relative;
}
#crumbs ul li a {
  display: block;
  background: rgba(255,255,255,0);
  height: 40px;
  text-align: center;
  padding: 0 10px 0;
  position: relative;
  margin: 0;
  font-size: 0.9em;
  text-decoration: none;
  color: #63717f;
  line-height: 40px;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
}
#crumbs ul li a:hover {
  color: #000;
  background: rgba(255,255,255,0.4);
}
#crumbs ul li a:hover:after {
  color: #63717f;
  right: -15px;
}
#crumbs ul li a.active {
  background: none;
  cursor: default;
}
#crumbs ul li:after {
  content: "";
  color: #63717f;
  border-left: 1px solid #63717f;
  position: absolute;
  right: -10px;
  top: 9px;
  width: 10px;
  height: 20px;
  transition: all 0.3s ease;
}
#crumbs ul li:after i {
  font-size: 1.6em;
  line-height: 30px;
}
#crumbs ul li:last-child:after {
  display: none;
}
/*---------------------
分類按鈕
---------------------*/
.sort ul {
  padding: 0px 0 0;
  margin: 10px 0 0;
  font-size: 0.9em;
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: wrap;
}
.sort ul.type {
  text-align: center;
}
.sort ul.type li {
  width: 25%;
  margin: 0 0 10px;
}
.sort ul.type li a {
  font-size: 1em;
  padding: 10px 15px;
  margin: 0 4px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  color: #000;
  display: block;
  position: relative;
  top: -2px;
  transition: all 0.3s ease;
}
.sort ul.type li a i {
  padding-right: 5px;
}
.sort ul.type li a:hover {
  background: #fff;
  top: 0px;
  box-shadow: 0 0 0 rgba(0,0,0,0.1);
}
.sort ul.type li a.selected {
  background: #39b54a;
  color: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0.1);
  top: 0px;
}
.sort.event {
  margin-bottom: 30px;
}
.sort.event ul.type li {
  display: block;
  margin: 0 0 10px;
}
.sort.event ul.type li a {
  background-size: cover;
  background-position: center center;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2em;
  text-shadow: 0 0px 10px #000;
  top: 0;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.sort.event ul.type li a.all {
  background-color: transparent;
  border: 1px solid #39b54a;
  color: #39b54a;
  text-shadow: 0 0px 0 rgba(0,0,0,0);
}
.sort.event ul.type li a.all.selected {
  background: #39b54a;
  color: #fff;
}
.sort.event ul.type li a.all.selected:hover {
  opacity: 1;
}
.sort.event ul.type li a:hover {
  top: 0px;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  opacity: 0.6;
}
.sort.event ul.type li a.selected {
  color: #fff;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  top: 0px;
}
.sort.event ul.type li a.selected:hover {
  opacity: 1;
}
@media (max-width: 767.98px) {
  .sort ul {
    padding: 0px 0 0;
    margin: 10px 0 0;
    font-size: 0.9em;
  }
  .sort ul.type {
    text-align: center;
  }
  .sort ul.type li {
    width: calc(50% - 10px);
    padding-bottom: 10px;
  }
  .sort.event ul.type {
    text-align: center;
  }
  .sort.event ul.type li {
    width: 100%;
  }
}
/*---------------------
css表格
---------------------*/
.css_table {
  border-bottom: 4px solid #000;
  display: table;
  text-align: center;
  font-size: 0.8em;
  margin: 0 auto;
  width: 100%;
}
.css_tr {
  display: table-row;
  vertical-align: middle;
}
.css_tr:nth-child(1) {
  background: #7db9df;
  color: #fff;
}
.css_tr:nth-child(1) .css_td:nth-child(1) {
  background: #5da2d3;
  color: #fff;
}
.css_tr:nth-child(2n + 2) {
  background: #f5f5f5;
}
.css_tr:nth-child(2n + 2) .css_td:nth-child(n + 2) {
  background: #f5f5f5;
  color: #666;
  width: 15%;
}
.css_tr:nth-child(2n + 2) .css_td:nth-child(2n + 3) {
  background: #eee;
  color: #666;
  width: 15%;
}
.css_tr:nth-child(2n + 3) .css_td:nth-child(2n + 3) {
  background: #e5e5e5;
  color: #666;
  width: 15%;
}
.css_td {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 1%;
}
.css_td:nth-child(1) {
  background: #7db9df;
  color: #fff;
  width: 10%;
}
/*---------------------
新聞 - 列表
---------------------*/
.news-list {
  position: relative;
}
.news-list .heading {
  display: block;
  position: relative;
  text-align: center;
}
.news-list .heading a.link {
  white-space: nowrap;
}
.news-list > ul {
  list-style: none;
  padding: 0;
  counter-reset: tag-counter;
}
.news-list > ul > li {
  position: relative;
  padding-bottom: 32px;
}
.news-list > ul > li > ul.tag {
  padding: 0;
  padding-bottom: 16px;
  margin-top: 0;
  margin-bottom: 0 !important;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.news-list > ul > li > ul.tag li a {
  color: #0040e9 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 10px 4px 4px;
  border-radius: 20px;
}
.news-list > ul > li > ul.tag li a:before {
  content: counter(tag-counter);
  counter-increment: tag-counter;
  display: flex;
  background: #0040e9;
  color: #fff;
  border-radius: 100%;
  height: 26px;
  width: 26px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
}
.news-list > ul > li > a {
  background: #fff;
  display: flex;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  overflow: hidden;
  transition: all 0.3s;
}
.news-list > ul > li > a:hover {
  transform: scale(1.02);
}
.news-list > ul > li > a .img {
  width: 40%;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s;
}
.news-list > ul > li > a .img:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
}
.news-list > ul > li > a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all;
}
.news-list > ul > li > a .content {
  padding: 4px 10px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.news-list > ul > li > a .content .cate {
  display: inline-block;
  font-size: 0.875rem;
  color: #0040e9;
  padding: 4px 8px;
  border-radius: 4px;
  position: absolute;
  left: 2px;
  bottom: 0;
  opacity: 1;
  transition: 0.3s all;
}
.news-list > ul > li > a .content .title {
  color: #000;
  font-size: 1.1rem;
  transform: translateY(0);
  transform-origin: bottom;
  transition: 0.3s all;
  margin-bottom: 0;
  min-height: 3rem;
  line-height: 1.4;
}
.news-list > ul > li > a .content .time {
  color: #63717f;
  font-family: "Montserrat";
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
a.news-video .title {
  position: relative;
}
a.news-video .title:before {
  content: "\f144";
  color: #ec264b;
  font-weight: bold;
  margin-right: 4px;
  position: relative;
  z-index: 1;
}
a.news-video .title:after {
  content: "";
  display: block;
  width: 10.5px;
  height: 10.5px;
  background: #fff;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 3.2px;
  z-index: 0;
  border-radius: 100%;
}
@media (min-width: 576px) {
  .news-list {
    position: relative;
  }
  .news-list .heading {
    position: relative;
    margin-bottom: 32px;
  }
  .news-list .heading+.row {
    margin-top: -16px;
  }
  .news-list .heading a.link {
    white-space: nowrap;
  }
  .news-list > ul {
    list-style: none;
    padding: 0;
  }
  .news-list > ul > li > a {
    display: block;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(60,96,247,0.1);
    overflow: hidden;
    transition: all 0.3s;
  }
  .news-list > ul > li > a:before {
    content: "";
    background: linear-gradient(to right, #3c60f7, #00d7ff);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: 0.3s all;
  }
  .news-list > ul > li > a .img {
    background: transparent !important;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    transition: all 0.3s;
  }
  .news-list > ul > li > a .img img {
    transform: scale(1);
    transform-origin: top center;
  }
  .news-list > ul > li > a .content {
    padding: 10px 20px;
    width: 100%;
  }
  .news-list > ul > li > a .content .cate {
    left: 12px;
    bottom: 6px;
  }
  .news-list > ul > li > a .content .title {
    font-size: 1.1rem;
    transform: translateY(0);
    transform-origin: bottom;
    transition: 0.3s all;
    order: 1;
  }
  .news-list > ul > li > a .content .time {
    left: 0;
    font-family: "Montserrat";
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    font-size: 0.9rem;
    margin-top: 5px;
    order: 2;
  }
  .news-list > ul > li > a:hover {
    z-index: 2;
  }
  .news-list > ul > li > a:hover .img img {
    filter: brightness(30%);
    opacity: 1;
    transform: scale(1.3);
  }
  .news-list > ul > li > a:hover .cate {
    opacity: 1;
  }
  .news-list > ul > li > a:hover .content .title {
    transform: translateY(-60%);
  }
  .news-list > ul > li > a:hover .content .time:before {
    opacity: 0;
  }
  .news-list .heading ul.tag li a {
    border-width: 1px;
    font-weight: normal;
  }
  .news-list > ul > li > a {
    background: #fff;
  }
  .news-list > ul > li > a .img img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
  }
  .news-list > ul > li > a .content .title {
    color: #000;
  }
  .news-list > ul > li > a .content .time {
    color: #63717f;
  }
  .news-list > ul > li > a .content .time:before {
    background: linear-gradient(to right, #3c60f7, #00d7ff);
  }
  .news-list > ul > li > a:hover {
    box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  }
  .news-list > ul > li > a:hover .content .title {
    color: #fff;
  }
}
/*---------------------
手機版即時新聞 - 列表
---------------------*/
/*---------------------
大圖列表
---------------------*/
@media (max-width: 575px) {
  .news-list.realtime-list {
    border-radius: 4px;
  }
  .news-list.realtime-list ul li a.news-video .img:after {
    transform: translate(-50%, -50%) scale(0.5);
  }
  .news-list.realtime-list ul li:nth-child(1) > a,
  .news-list.realtime-list ul li:nth-child(2) > a,
  .news-list.realtime-list ul li:nth-child(3) > a,
  .news-list.realtime-list ul li:nth-child(4) > a,
  .news-list.realtime-list ul li:nth-child(5) > a,
  .news-list.realtime-list ul li:nth-child(6) > a,
  .news-list.realtime-list ul li:nth-child(7) > a,
  .news-list.realtime-list ul li:nth-child(8) > a,
  .news-list.realtime-list ul li:nth-child(9) > a,
  .news-list.realtime-list ul li:nth-child(10) > a {
    display: block;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(60,96,247,0.1);
    overflow: hidden;
    transition: all 0.3s;
  }
  .news-list.realtime-list ul li:nth-child(1) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(2) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(3) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(4) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(5) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(6) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(7) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(8) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(9) > a.news-video .img:after,
  .news-list.realtime-list ul li:nth-child(10) > a.news-video .img:after {
    transform: translate(-50%, -50%) scale(1);
  }
  .news-list.realtime-list ul li:nth-child(1) > a:before,
  .news-list.realtime-list ul li:nth-child(2) > a:before,
  .news-list.realtime-list ul li:nth-child(3) > a:before,
  .news-list.realtime-list ul li:nth-child(4) > a:before,
  .news-list.realtime-list ul li:nth-child(5) > a:before,
  .news-list.realtime-list ul li:nth-child(6) > a:before,
  .news-list.realtime-list ul li:nth-child(7) > a:before,
  .news-list.realtime-list ul li:nth-child(8) > a:before,
  .news-list.realtime-list ul li:nth-child(9) > a:before,
  .news-list.realtime-list ul li:nth-child(10) > a:before {
    content: "";
    background: linear-gradient(to right, #3c60f7, #00d7ff);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: 0.3s all;
  }
  .news-list.realtime-list ul li:nth-child(1) > a .img,
  .news-list.realtime-list ul li:nth-child(2) > a .img,
  .news-list.realtime-list ul li:nth-child(3) > a .img,
  .news-list.realtime-list ul li:nth-child(4) > a .img,
  .news-list.realtime-list ul li:nth-child(5) > a .img,
  .news-list.realtime-list ul li:nth-child(6) > a .img,
  .news-list.realtime-list ul li:nth-child(7) > a .img,
  .news-list.realtime-list ul li:nth-child(8) > a .img,
  .news-list.realtime-list ul li:nth-child(9) > a .img,
  .news-list.realtime-list ul li:nth-child(10) > a .img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    position: relative;
    transition: all 0.3s;
  }
  .news-list.realtime-list ul li:nth-child(1) > a .content,
  .news-list.realtime-list ul li:nth-child(2) > a .content,
  .news-list.realtime-list ul li:nth-child(3) > a .content,
  .news-list.realtime-list ul li:nth-child(4) > a .content,
  .news-list.realtime-list ul li:nth-child(5) > a .content,
  .news-list.realtime-list ul li:nth-child(6) > a .content,
  .news-list.realtime-list ul li:nth-child(7) > a .content,
  .news-list.realtime-list ul li:nth-child(8) > a .content,
  .news-list.realtime-list ul li:nth-child(9) > a .content,
  .news-list.realtime-list ul li:nth-child(10) > a .content {
    padding: 10px 20px;
    width: 100%;
  }
  .news-list.realtime-list ul li:nth-child(1) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(2) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(3) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(4) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(5) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(6) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(7) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(8) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(9) > a .content .cate,
  .news-list.realtime-list ul li:nth-child(10) > a .content .cate {
    left: 12px;
    bottom: 6px;
  }
  .news-list.realtime-list ul li:nth-child(1) > a .content .title,
  .news-list.realtime-list ul li:nth-child(2) > a .content .title,
  .news-list.realtime-list ul li:nth-child(3) > a .content .title,
  .news-list.realtime-list ul li:nth-child(4) > a .content .title,
  .news-list.realtime-list ul li:nth-child(5) > a .content .title,
  .news-list.realtime-list ul li:nth-child(6) > a .content .title,
  .news-list.realtime-list ul li:nth-child(7) > a .content .title,
  .news-list.realtime-list ul li:nth-child(8) > a .content .title,
  .news-list.realtime-list ul li:nth-child(9) > a .content .title,
  .news-list.realtime-list ul li:nth-child(10) > a .content .title {
    font-size: 1.3rem;
    transform: translateY(0);
    transform-origin: bottom;
    transition: 0.3s all;
  }
  .news-list.realtime-list ul li:nth-child(1) > a .content .time,
  .news-list.realtime-list ul li:nth-child(2) > a .content .time,
  .news-list.realtime-list ul li:nth-child(3) > a .content .time,
  .news-list.realtime-list ul li:nth-child(4) > a .content .time,
  .news-list.realtime-list ul li:nth-child(5) > a .content .time,
  .news-list.realtime-list ul li:nth-child(6) > a .content .time,
  .news-list.realtime-list ul li:nth-child(7) > a .content .time,
  .news-list.realtime-list ul li:nth-child(8) > a .content .time,
  .news-list.realtime-list ul li:nth-child(9) > a .content .time,
  .news-list.realtime-list ul li:nth-child(10) > a .content .time {
    left: 0;
    font-family: "Montserrat";
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    font-size: 0.9rem;
  }
}
.news-list.hashtag-list .heading a.underline h4 {
  max-width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
}
.news-list.hashtag-list .heading a.underline h4 img {
  display: inline;
}
.news-list.hashtag-list .heading a.underline h4 i {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
}
.news-list.hashtag-list .heading ul.tag li {
  display: none;
}
.news-list.hashtag-list .heading ul.tag li:nth-child(1),
.news-list.hashtag-list .heading ul.tag li:nth-child(2),
.news-list.hashtag-list .heading ul.tag li:nth-child(3) {
  display: block;
}
/*---------------------
手機版即時新聞-hashtag主題 - 列表-小圖
---------------------*/
.news-list.hashtag-list {
  border-radius: 4px;
}
.news-list.hashtag-list .heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.news-list.hashtag-list .heading a.underline {
  padding: 10px 0;
  border-bottom-color: #eee;
}
.news-list.hashtag-list .heading a.underline h4 {
  margin: 0;
}
.news-list.hashtag-list ul.row li > a {
  display: flex;
  transform: scale(1);
}
.news-list.hashtag-list ul.row li > a .img {
  overflow: hidden;
}
.news-list.hashtag-list ul.row li > a:hover {
  transform: scale(1);
}
.news-list.hashtag-list ul.row li > a:hover .content .title {
  color: #000;
  transform: translateY(0%);
}
.news-list.hashtag-list ul.row li > a.news-video .img:after {
  transform: translate(-50%, -50%) scale(0.5);
}
@media (max-width: 575px) {
  .news-list.hashtag-list ul.row li > a:hover {
    transform: scale(1.01);
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a {
    display: block;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 6px 20px rgba(60,96,247,0.1);
    overflow: hidden;
    transition: all 0.3s;
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a:hover .img img {
    filter: brightness(100%);
    opacity: 1;
    transform: scale(1.1);
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a:hover .content .title {
    color: #0040e9;
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a .content .title {
    color: #000;
    transform: translateY(0%);
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a:before {
    content: "";
    background: linear-gradient(to right, #3c60f7, #00d7ff);
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: 0.3s all;
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a .img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 0;
    position: relative;
    transition: all 0.3s;
    width: 100%;
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a .content {
    padding: 10px 20px;
    width: 100%;
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a .content .cate {
    left: 12px;
    bottom: 6px;
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a .content .title {
    font-size: 1.3rem;
    transform: translateY(0);
    transform-origin: bottom;
    transition: 0.3s all;
    overflow: hidden;
  }
  .news-list.hashtag-list ul.row li:nth-child(1) > a .content .time {
    left: 0;
    font-family: "Montserrat";
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    font-size: 0.9rem;
  }
}
/*---------------------
首頁新聞 - 列表
---------------------*/
.news-index .navCat.navIndex {
  border-radius: 0;
  width: auto;
  width: 100%;
}
.news-index .navCat.navIndex .navCat-inside {
  width: 100%;
}
.news-index .navCat.navIndex .navCat-inside >div >ul:before {
  display: none;
}
.news-index .navCat.navIndex .navCat-inside .jscrollControl {
  width: 100%;
}
.news-index .navCat.navIndex .navCat-inside .jscrollControl ul {
  width: 100%;
  justify-content: space-between;
}
.news-index .navCat.navIndex .navCat-inside .jscrollControl ul li {
  margin: 0;
  width: 100%;
}
.news-index .navCat.navIndex .navCat-inside .jscrollControl ul li a {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}
.news-index .navCat.navIndex .navCat-inside .jscrollControl ul li a span {
  font-size: 1.125rem;
}
.news-index .news-list {
  min-height: 328px;
}
.news-index .news-list ul li a .content .desc {
  display: none;
}
.news-index .navCat.navIndex {
  box-shadow: none;
  border: 0;
  background: #f8fcff;
  border-bottom: 2px solid #e8e8e8;
}
.news-index .navCat.navIndex .navCat-inside > div > ul > li a {
  background: transparent;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.news-index .navCat.navIndex .navCat-inside > div > ul > li.active a {
  border-bottom: 2px solid #0040e9;
}
.news-index .navCat.navIndex .navCat-inside > div > ul > li.active a span {
  color: #0040e9;
}
/*---------------------
熱門話題 - 列表
---------------------*/
.news-hot {
  background: #fff;
  position: relative;
  padding-bottom: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  overflow: hidden;
  padding: 10px;
}
.news-hot .swiper-button-prev,
.news-hot .swiper-button-next {
  position: absolute;
  top: 15px;
  transform: scale(1) translateY(0);
  border: 1px solid #e8e8e8;
  border-radius: 0;
  background: #fff;
  border-radius: 100%;
}
.news-hot .swiper-button-prev:before,
.news-hot .swiper-button-next:before {
  color: #63717f;
}
.news-hot .swiper-button-prev:hover,
.news-hot .swiper-button-next:hover {
  background: #e8e8e8;
}
.news-hot .swiper-button-prev {
  right: 60px;
  left: auto;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.news-hot .swiper-button-next {
  right: 20px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.news-hot .heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px;
  margin: 0 !important;
  width: 100%;
  z-index: 0;
}
.news-hot .heading i {
  color: #0040e9;
  font-size: 1.4rem;
  margin-right: 5px;
}
.news-hot .heading a.refresh {
  display: flex;
  align-items: center;
  margin-left: 10px;
  cursor: pointer;
  opacity: 0.5;
  height: 22px;
}
.news-hot .heading a.refresh i {
  color: #63717f;
  font-size: 0.875rem;
}
.news-hot .heading a.refresh:hover {
  opacity: 1;
}
.news-hot li {
  position: relative;
  padding-left: 36px;
}
.news-hot li:before {
  content: "";
  position: absolute;
  border-left: 1px solid #0040e9;
  height: 100%;
  left: 24px;
}
.news-hot li+li {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.news-hot li a {
  background-color: transparent;
  display: flex;
  padding: 10px;
}
.news-hot li a .img {
  flex: 0 0 120px;
  max-width: 120px;
  height: 78px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
  display: none;
}
.news-hot li a .img:before {
  background: transparent;
}
.news-hot li a .content {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
.news-hot li a .content .title {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-hot li a .content .time {
  color: #0040e9;
  position: relative;
}
.news-hot li a .content .time:before {
  content: "";
  position: absolute;
  display: block;
  background: #0040e9;
  height: 7px;
  width: 7px;
  left: -25px;
  top: 8px;
  border-radius: 100%;
}
/*---------------------
懶人包 - 列表
---------------------*/
.news-lazystory {
  position: relative;
}
.news-lazystory .swiper-button-prev,
.news-lazystory .swiper-button-next {
  transform: translateY(-50%);
  background: rgba(255,255,255,0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border: 0;
  transform-origin: center;
  opacity: 0.8;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
}
.news-lazystory .swiper-button-prev:hover,
.news-lazystory .swiper-button-next:hover {
  opacity: 1;
}
.news-lazystory .swiper-button-prev:hover:before,
.news-lazystory .swiper-button-next:hover:before,
.news-lazystory .swiper-button-prev:hover:after,
.news-lazystory .swiper-button-next:hover:after {
  color: #0040e9;
}
.news-lazystory .swiper-button-prev:before,
.news-lazystory .swiper-button-next:before,
.news-lazystory .swiper-button-prev:after,
.news-lazystory .swiper-button-next:after {
  color: #000;
}
.news-lazystory ul li {
  width: 330px;
  padding: 0;
  margin: 0;
}
.news-lazystory ul li a {
  display: block;
  position: relative;
  padding-bottom: 0;
  border-radius: 4px;
}
.news-lazystory ul li a .img {
  width: 100%;
}
.news-lazystory ul li a .img img {
  transform-origin: center center;
}
.news-lazystory ul li a .content {
  position: absolute;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 100%;
}
.news-lazystory ul li a .content .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem !important;
  max-height: none;
  text-align: center;
  text-shadow: 0 0 20px #0040e9, -20px 10px 40px #0040e9, -40px 20px 60px #0040e9;
}
.news-lazystory ul li a .content .desc {
  display: none;
}
.news-lazystory ul li a:hover .img img {
  transform: scale(1.2);
  filter: brightness(100%);
}
.news-lazystory ul li a:hover .content .title {
  transform: translateY(0);
}
.news-lazystory ul li a .content .title {
  color: #fff;
}
/*---------------------
FB Tags - 列表
---------------------*/
.news-inner-image ul li a,
.news-fbtags ul li a {
  display: block;
  position: relative;
  padding-bottom: 0;
  border-radius: 4px;
}
.news-inner-image ul li a:before,
.news-fbtags ul li a:before {
  display: none;
}
.news-inner-image ul li a .img,
.news-fbtags ul li a .img {
  width: 100%;
  transform-origin: center center;
  overflow: hidden;
}
.news-inner-image ul li a .content,
.news-fbtags ul li a .content {
  position: static;
  bottom: 0;
  padding: 0;
  padding: 15px;
  background: #000;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
.news-inner-image ul li a .content .title,
.news-fbtags ul li a .content .title,
.news-inner-image ul li a .content .desc,
.news-fbtags ul li a .content .desc {
  color: #fff;
}
.news-inner-image ul li a .content .title,
.news-fbtags ul li a .content .title {
  min-height: inherit;
  text-shadow: 0 0 4px rgba(0,0,0,0.6);
  font-size: 1.1rem !important;
  margin: 0;
}
.news-inner-image ul li a .content .desc,
.news-fbtags ul li a .content .desc {
  font-size: 0.875rem;
  overflow: hidden;
}
.news-inner-image ul li a:hover .img img,
.news-fbtags ul li a:hover .img img {
  transform: scale(1.1);
  filter: brightness(100%);
}
.news-inner-image ul li a:hover .content .title,
.news-fbtags ul li a:hover .content .title {
  transform: translateY(0);
}
/*---------------------
專題新聞 - 列表
---------------------*/
.bg-blue {
  background: linear-gradient(135deg, #315acb, #1c2b8c) !important;
}
.news-proj {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.news-proj .heading {
  justify-content: center;
}
.news-proj .swiper-button-prev,
.news-proj .swiper-button-next {
  transform: translateY(50%);
  background: rgba(255,255,255,0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  top: calc(50% - 20px);
  border: 0;
  transform-origin: center;
  opacity: 0.8;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
}
.news-proj .swiper-button-prev:before,
.news-proj .swiper-button-next:before,
.news-proj .swiper-button-prev:after,
.news-proj .swiper-button-next:after {
  color: #000;
}
.news-proj .swiper-button-prev:hover,
.news-proj .swiper-button-next:hover {
  opacity: 1;
}
.news-proj .swiper-button-prev:hover:before,
.news-proj .swiper-button-next:hover:before,
.news-proj .swiper-button-prev:hover:after,
.news-proj .swiper-button-next:hover:after {
  color: #0040e9;
}
.news-proj .swiper-button-prev {
  left: 30px;
}
.news-proj .swiper-button-next {
  right: 30px;
}
.news-proj .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  left: auto !important;
  right: calc(20% + 16px) !important;
  width: auto !important;
}
.news-proj .swiper-pagination .swiper-pagination-bullet {
  background: #63717f;
}
.news-proj .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0040e9;
}
.news-proj ul.swiper-wrapper li.swiper-slide {
  width: 100%;
  transition: 0.3s all;
}
.news-proj ul.swiper-wrapper li.swiper-slide .proj-view {
  padding: 0;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  overflow: hidden;
}
.news-proj ul.swiper-wrapper li.swiper-slide .proj-view .img {
  width: 100%;
  flex: 0 0 40%;
  max-width: 40%;
}
.news-proj ul.swiper-wrapper li.swiper-slide .proj-view .img img {
  width: 100%;
  transform-origin: center;
}
.news-proj ul.swiper-wrapper li.swiper-slide .proj-view .img:before {
  padding-bottom: 56.25%;
}
.news-proj ul.swiper-wrapper li.swiper-slide .proj-view .content {
  flex: 0 0 60%;
  max-width: 60%;
  background: #fff;
  padding: 16px;
  padding-right: 64px;
  padding-left: 32px;
  padding-bottom: 32px;
  justify-content: flex-start;
  min-height: 250px;
}
.news-proj ul.swiper-wrapper li.swiper-slide .proj-view .content .desc {
  color: #000;
  order: 2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 115px;
}
.proj-view .img,
.project-view .img {
  overflow: hidden;
  border-radius: 4px;
}
.proj-view .content a .title,
.project-view .content a .title {
  font-size: 1.5rem;
  min-height: inherit;
  position: relative;
  order: 1;
  border-bottom: 4px solid #e8e8e8;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.proj-view .content a:hover .title,
.project-view .content a:hover .title {
  color: #0040e9;
}
.proj-view .content ul,
.project-view .content ul {
  order: 3;
}
.proj-view .content ul li,
.project-view .content ul li {
  display: flex;
}
.proj-view .content ul li a,
.project-view .content ul li a {
  width: calc(100% - 40px);
}
.proj-view .content ul li a .title,
.project-view .content ul li a .title {
  font-size: 1.2rem;
  color: #000;
  border: 0;
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  display: block;
}
.proj-view .content ul li:before,
.project-view .content ul li:before {
  content: "▶";
  color: #0040e9;
  margin-left: 5px;
  margin-right: 10px;
  font-size: 1.2rem;
  font-family: monospace;
  padding-bottom: 0px;
}
.news-list.news-topic .heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-list.news-topic .heading h4 {
  font-size: 1.2rem;
}
.news-list.news-topic a.more {
  font-size: 0.875rem;
}
.news-list.news-topic ul.row {
  flex-direction: row;
  flex-wrap: wrap;
}
.news-list.news-topic ul.row li a {
  display: block;
  padding: 0;
}
.news-list.news-topic ul.row li a .img {
  width: 100%;
  display: block;
  padding: 0;
  padding-bottom: 56.25%;
  min-height: 0;
}
.news-list.news-topic ul.row li a .content {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px;
}
.news-list.news-topic ul.row li a .content .title {
  width: 100%;
}
.news-list.news-topic ul.row li a .content .time {
  width: 100%;
  display: none;
  position: static;
  font-size: 0.875rem;
  text-align: right;
}
.news-list.news-topic ul.row li a .content .time:before {
  display: none;
}
.news-list.news-topic ul.row li a:hover {
  z-index: 2;
}
.news-list.news-topic ul.row li a:hover .img {
  padding-bottom: 56.25%;
  margin-bottom: 0;
}
.news-list.news-topic ul.row li a:hover .img:before {
  opacity: 0.6;
}
.news-list.news-topic ul.row li a:hover .content .title {
  transform: translateY(0);
}
.news-list.news-topic ul.row li a:hover .content .time:before {
  opacity: 0;
}
.news-list.news-topic ul.row li:first-child {
  min-height: 100%;
  flex: 0 0 100%;
}
.news-list.news-topic ul.row li:first-child a {
  display: block;
}
.news-list.news-topic ul.row li:first-child a .img {
  display: block;
  height: 100%;
  padding-bottom: 56.25%;
}
.news-list.news-topic ul.row li:first-child a .content {
  background: transparent;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.news-list.news-topic a.more {
  color: #63717f;
}
.news-list.news-topic ul li a:hover .content .title {
  color: #000;
}
.news-list.news-topic ul li:first-child a .content {
  padding-top: 20px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
}
.news-list.news-topic ul li:first-child a .content .title,
.news-list.news-topic ul li:first-child a .content .time {
  color: #fff;
}
@media (min-width: 576px) {
  .news-list.news-topic ul.row {
    flex-direction: column;
    flex-wrap: wrap;
    height: 220px;
  }
  .news-list.news-topic ul.row li a {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  .news-list.news-topic ul.row li a .img {
    display: none;
  }
  .news-list.news-topic ul.row li a .content {
    min-height: none;
  }
  .news-list.news-topic ul.row li a:hover .content .title {
    color: #0040e9;
  }
}
.news-list.news-topic ul li a {
  border-left: 2px solid #e8e8e8;
}
.news-list.news-topic ul li a:hover .content .title {
  color: #0040e9;
}
.news-list.news-topic ul li:first-child a {
  border-left: 0;
}
.news-list.news-topic ul li:first-child a .content .title,
.news-list.news-topic ul li:first-child a .content .time {
  color: #fff;
}
/*---------------------
影音 - 列表
---------------------*/
ul.index-video-list {
  position: relative;
  list-style: none;
  padding: 0;
}
ul.index-video-list .fitVids {
  border-radius: 4px;
  overflow: hidden;
}
ul.index-video-list li:first-child .img {
  display: block;
  padding-bottom: 56.25%;
  width: 100%;
  background-size: cover;
  position: relative;
}
ul.index-video-list li:first-child .img img {
  display: none;
}
ul.index-video-list li:first-child .title {
  font-size: 1.6rem;
}
ul.index-video-list li:first-child .text {
  color: #000;
  font-size: 1rem;
}
ul.index-video-list li {
  padding-bottom: 15px;
}
ul.index-video-list li a {
  display: block;
  position: relative;
  height: 100%;
  transition: all 0.3s;
  box-shadow: 0 0 0px rgba(0,0,0,0);
  overflow: hidden;
  border-radius: 4px;
}
ul.index-video-list li a .img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
  position: relative;
  display: block;
  padding: 0 10px 0;
  padding-bottom: 56.25%;
  transition: all 0.3s;
}
ul.index-video-list li a .img img {
  display: none;
}
ul.index-video-list li a .img:after {
  content: "\f144";
  position: absolute;
  z-index: 2;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: rgba(255,255,255,0.95);
  font-size: 2.2rem;
  bottom: 10px;
  left: 20px;
}
ul.index-video-list li a .content {
  padding: 15px;
}
ul.index-video-list li a .content .title {
  transform: translateY(0);
  transform-origin: bottom;
}
ul.index-video-list li a .content .time {
  font-family: "Montserrat";
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
  position: absolute;
  bottom: 10px;
}
ul.index-video-list li a .content .time:before {
  content: "";
  display: block;
  width: 20%;
  height: 1px;
  margin: 10px 0;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
ul.index-video-list li a:hover .img:before {
  opacity: 0.6;
}
@media (min-width: 768px) {
  ul.index-video-list li:first-child .content {
    padding: 15px 15px 15px 0;
  }
  ul.index-video-list li a .img {
    display: block;
  }
  ul.index-video-list li a .img:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s all;
  }
}
ul.index-video-list li .content .title {
  color: #fff;
  font-weight: bold;
}
ul.index-video-list li .content hr {
  border-top: 1px dotted #fff;
}
ul.index-video-list li .content .time {
  color: #fff;
}
ul.index-video-list li .content .text {
  color: #fff;
}
ul.index-video-list li a {
  background: #fff;
}
ul.index-video-list li a .content .title {
  color: #000;
  font-weight: bold;
}
ul.index-video-list li a .content hr {
  border-top: 1px dotted #fff;
}
ul.index-video-list li a .content .time {
  color: #000;
}
ul.index-video-list li a .content .text {
  color: #000;
}
ul.index-video-list li a:hover .img:before {
  background: $lgd-ttv;
}
ul.index-video-list li a:hover .content .title {
  color: #000;
}
.exread-list {
  padding: 0;
  position: relative;
  margin-bottom: 40px;
}
.exread-list .heading {
  margin-bottom: 10px;
  font-weight: bold;
  width: 100%;
}
.exread-list .heading .underline {
  text-align: left;
}
.exread-list .heading .underline h4 {
  display: inline-block;
  position: relative;
}
.exread-list ul {
  list-style: none;
  padding: 0 0;
}
.exread-list ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #eaeaea;
}
.exread-list ul li a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.exread-list ul li a .img {
  color: #000;
  display: flex;
  font-size: 1em;
  padding: 0;
  align-items: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  width: 120px;
  flex: 0 0 120px;
  border-radius: 4px;
}
.exread-list ul li a .img:before {
  content: "";
  padding-bottom: 56.25%;
  width: 100%;
}
.exread-list ul li a .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.exread-list ul li a .content .title {
  color: #000;
  font-size: 1.3rem;
  padding-left: 10px;
}
.exread-list ul li {
  border-bottom: 1px dotted #eaeaea;
}
.exread-list ul li:last-child {
  border-bottom-width: 0;
}
.exread-list ul li a .img {
  color: #000;
}
.exread-list ul li a .content .title {
  color: #000;
}
.exread-list ul li a:hover .title {
  color: #0040e9;
}
.popnews-list {
  padding: 0 0 20px 0;
  position: relative;
  display: block;
}
.popnews-list .heading {
  padding: 15px 0;
  padding-top: 0;
  margin: 0;
  margin-bottom: 15px;
}
.popnews-list .heading .underline {
  padding-top: 0;
}
.popnews-list ul {
  list-style: none;
  padding: 0;
  counter-reset: pop-counter;
}
.popnews-list ul li a {
  -webkit-border-corner-shape: bevel;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.popnews-list ul li a .img {
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: 0;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 4px;
  overflow: hidden;
  z-index: 2;
}
.popnews-list ul li a .img img {
  display: block;
  transform: scale(1);
  filter: brightness(100%);
  transition: transform 0.3s, filter 1s !important;
}
.popnews-list ul li a .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.popnews-list ul li a .content .title {
  color: #000;
  font-size: 1.1rem;
  overflow: hidden;
  text-align: left;
  width: 100%;
}
.popnews-list ul li a .content .time {
  text-align: right;
  font-size: 0.875rem;
  color: #63717f;
}
.popnews-list ul li a:hover .img img {
  transform: scale(1.1);
  filter: brightness(50%);
  transition: transform 0.3s, filter 0.6s !important;
}
.popnews-list ul li a:hover .img:before {
  content: "";
}
.popnews-list ul li:last-child a {
  border: 0;
}
.popnews-list ul li:nth-child(n+1) a .img:after {
  content: counter(pop-counter);
  counter-increment: pop-counter;
  color: #fff;
  display: inline-block;
  font-family: "teko";
  font-size: 8rem;
  line-height: 8rem;
  font-weight: lighter;
  text-align: center;
  position: absolute;
  height: auto;
  bottom: 10px;
  left: 10px;
  height: 100px;
  opacity: 0.7;
  transition: 0.3s all;
}
.popnews-list ul li:nth-child(n+1) a:hover .img:after {
  opacity: 1;
}
@media (min-width: 992px) {
  .popnews-list {
    display: block;
  }
}
.cover-story {
  position: relative;
  margin-top: 30px;
}
.cover-story h1 {
  margin: 0 auto;
  display: block;
  color: #fff;
  text-shadow: 0 5px 40px #000;
}
.cover-story h1.underline:after {
  border-color: #fff;
}
.cover-story .heading {
  color: #063481;
  font-size: 1.2em;
  text-align: center;
}
.cover-story .heading:after {
  content: "";
  display: block;
  background: $gradient_main;
  width: 100%;
  height: 2px;
  margin-top: 10px;
  padding: 0;
}
.cover-story ul {
  display: grid;
  list-style: none;
  padding: 0;
}
.cover-story ul li {
  margin: 0 16px;
}
.cover-story ul li a {
  display: flex;
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0;
  position: relative;
  height: 205px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cover-story ul li a .img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease;
  height: 100%;
}
.cover-story ul li a .img img {
  display: none;
}
.cover-story ul li a .img :before {
  content: "";
  display: block;
  background: $lgd-ttv;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all;
}
.cover-story ul li a .content {
  position: absolute;
  bottom: 0;
  text-shadow: 0 0 2px #000;
  width: 100%;
  padding: 15px;
}
.cover-story ul li a .content .title {
  position: relative;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  max-height: none;
  z-index: 1;
}
.cover-story ul li a .content .time {
  position: relative;
  text-align: left;
  font-size: 0.875rem;
  text-shadow: 0 0 2px #000;
  z-index: 1;
}
.cover-story ul li a .content .time:before {
  display: none;
}
.cover-story ul li a .content:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s all;
  z-index: 1;
}
.cover-story ul li a:hover .content:before {
  opacity: 0;
}
.cover-story {
  position: relative;
}
.cover-story ul li a .content .title {
  color: #fff;
}
.cover-story ul li a .content .time {
  color: #e8e8e8;
}
@media (min-width: 768px) {
  .cover-story ul li a:hover .content .title {
    transform: translateY(0);
  }
  .cover-story ul li:nth-child(1) a .content .title,
  .cover-story ul li:nth-child(2) a .content .title {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .cover-story {
    height: 100%;
  }
  .cover-story ul {
    margin: 0;
    width: calc(100% + 20px);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 200px 100px 200px;
    gap: 32px;
    grid-auto-flow: column dense;
  }
  .cover-story ul li {
    margin: 0;
    padding: 0;
  }
  .cover-story ul li a {
    height: 100%;
  }
  .cover-story ul li:nth-child(1),
  .cover-story ul li:nth-child(2) {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }
  .cover-story ul li:nth-child(1) a,
  .cover-story ul li:nth-child(2) a {
    position: relative;
  }
  .cover-story ul li:nth-child(1) a .img,
  .cover-story ul li:nth-child(2) a .img {
    width: 100%;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s;
  }
  .cover-story ul li:nth-child(2) {
    order: 6;
    grid-column-start: span 2;
    grid-column-end: 5;
    grid-row-start: span 2;
    grid-row-end: 4;
  }
  .cover-story ul li:nth-child(2) a {
    height: 100%;
  }
  .cover-story ul li:nth-child(3) {
    order: 2;
    grid-row: 1/2;
    grid-column: 3/4;
  }
  .cover-story ul li:nth-child(4) {
    order: 3;
    grid-row: 1/2;
    grid-column: 4/5;
  }
  .cover-story ul li:nth-child(5) {
    order: 4;
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .cover-story ul li:nth-child(6) {
    order: 5;
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
.topic-list .swiper-button-next,
.topic-list .swiper-button-prev {
  transform: scale(1) translateY(-50%);
}
.topic-list ul {
  padding-bottom: 20px;
}
.topic-list ul li {
  width: 100%;
}
.topic-list ul li a {
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}
.topic-list ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.topic-list ul li a .content {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  text-shadow: 0 0 20px #0040e9, -20px 10px 40px #0040e9, -40px 20px 60px #0040e9;
  width: 100%;
  padding: 0;
  height: auto !important;
  padding-bottom: 20px;
}
.topic-list ul li a .content .title {
  font-size: 1.4rem;
  overflow: visible;
  padding: 20px;
  max-height: none;
}
.topic-list ul li a:hover .img {
  height: 0;
  padding-bottom: 56.25%;
  margin: 0;
}
.topic-list ul li a:hover .img:before {
  display: none;
}
.topic-list ul li a:hover .content .title {
  transform: translateY(0) !important;
}
.topic-list > ul li a .content .title {
  color: #fff;
}
.topic-list > ul li a:hover .content .title {
  color: #fff;
}
@media (min-width: 576px) {
  .topic-list ul li {
    width: 50%;
  }
  .topic-list > ul li a .content .title {
    color: #fff;
  }
  .topic-list > ul li a:hover .content .title {
    color: #fff;
  }
}
.overview-news-list ul {
  list-style: none;
  padding: 0;
}
.overview-news-list ul li {
  padding-bottom: 20px;
}
.overview-news-list ul li a {
  background: #fff;
  border-radius: 5px;
  box-shadow: 6px 14px 36px rgba(48,58,73,0.06), 1px 4px 8px rgba(48,58,73,0.04);
  display: flex;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.overview-news-list ul li a:hover {
  box-shadow: 0 0 1px rgba(48,58,73,0.1), 0 3px 16px rgba(48,58,73,0.07);
  transform: translate3D(0, -1px, 0);
}
.overview-news-list ul li a > div {
  color: #000;
  display: block;
  font-size: 0.9em;
  padding: 0 10px 0;
  text-align: left;
  margin: 0;
}
.overview-news-list ul li a > div.img {
  padding: 0;
  width: 40%;
  background-size: cover;
  background-position: center 0;
  height: 100px;
  float: left;
  transition: all 0.3s ease;
}
.overview-news-list ul li a > div.img img {
  display: none;
}
.overview-news-list ul li a .content .title {
  width: 60%;
  color: #000;
  font-size: 1em;
  float: left;
  margin-top: 10px;
}
.overview-news-list ul li a .content .time {
  width: 60%;
  color: #aaa;
  font-size: 0.8em;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 5px;
}
.overview-top4-list {
  position: relative;
}
.overview-top4-list h1 {
  margin: 0 auto;
  display: block;
  color: #fff;
  text-shadow: 0 5px 40px #000;
}
.overview-top4-list h1.underline:after {
  border-color: #fff;
}
.overview-top4-list ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: -5px;
}
.overview-top4-list ul li {
  float: left;
  width: 25%;
  flex-direction: column;
  padding: 5px;
}
.overview-top4-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 1px #3c60f7;
  flex-grow: 1;
  position: relative;
  height: 140px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.overview-top4-list ul li a > div {
  color: #000;
  display: block;
  font-size: 1em;
  padding: 0 20px 10px;
  text-align: left;
}
.overview-top4-list ul li a > div.img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease;
  height: 220px;
}
.overview-top4-list ul li a > div.img img {
  display: none;
}
.overview-top4-list ul li a > div.img:before {
  content: "";
  display: block;
  background: $lgd-ttv;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all;
}
.overview-top4-list ul li a .content .title {
  margin-top: 10px;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  position: absolute;
  padding: 20px 20px 40px;
  bottom: 0;
  text-shadow: 0 0 2px #000;
  margin: 0;
  z-index: 1;
}
.overview-top4-list ul li a .content .title:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s all;
  z-index: -1;
}
.overview-top4-list ul li a .content .time {
  color: #aaa;
  padding-bottom: 10px;
  text-align: right;
  width: 100%;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 0 0 2px #000;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  text-align: right;
  width: 100%;
  z-index: 1;
}
.overview-top4-list ul li a:hover {
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
}
.overview-top4-list ul li a:hover > div {
  transition: all 0.3s;
}
.overview-top4-list ul li a:hover > div.img:before {
  opacity: 0.9;
}
.overview-top4-list ul li a:hover .content .title {
  color: #fff;
}
.overview-top4-list ul li a:hover .content .title:before {
  opacity: 0;
}
.overview-top4-list ul li:nth-child(1) {
  width: 75%;
}
.overview-top4-list ul li:nth-child(1) a {
  position: relative;
  height: 440px;
}
.overview-top4-list ul li:nth-child(1) a > div {
  padding: 0 20px 0;
}
.overview-top4-list ul li:nth-child(1) a > div.img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
  height: 440px;
}
.overview-top4-list ul li:nth-child(1) a .content .title {
  color: #fff;
  width: 100%;
  font-size: 1.4em;
  font-weight: bolder;
  position: absolute;
  padding: 20px 20px 40px;
  bottom: 0;
  text-shadow: 0 0 2px #000;
  margin: 0;
}
.overview-top4-list ul li:nth-child(1) a .content .time {
  color: #fff;
  text-shadow: 0 0 2px #000;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  text-align: right;
  width: 100%;
}
.overview-top4-list ul li:nth-child(6) {
  float: right;
}
@media (max-width: 991.98px) {
  .overview-top4-list ul li {
    width: 100%;
  }
  .overview-top4-list ul li a {
    height: 200px;
  }
  .overview-top4-list ul li:nth-child(1) {
    width: 100%;
  }
  .overview-top4-list ul li:nth-child(1) a {
    height: 400px;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .overview-top4-list ul li {
    width: 100%;
  }
  .overview-top4-list ul li a {
    height: 180px;
  }
  .overview-top4-list ul li a > div.img {
    height: 180px;
  }
  .overview-top4-list ul li:nth-child(1) {
    width: 100%;
  }
  .overview-top4-list ul li:nth-child(1) a {
    height: 360px;
  }
  .overview-top4-list ul li:nth-child(1) a > div.img {
    height: 360px;
  }
}
.map-news {
  position: relative;
}
@media (min-width: 768px) {
  .map-news {
    position: relative;
  }
  .map-news ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    height: 560px;
    list-style: none;
    padding: 0;
  }
  .map-news ul li {
    width: 25%;
    padding: 5px;
    z-index: 9;
  }
  .map-news ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 0 1px #3c60f7;
    flex-grow: 1;
    position: relative;
    height: 160px;
    padding: 0;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .map-news ul li a .img {
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease;
    height: 100%;
  }
  .map-news ul li a .content {
    position: absolute;
    bottom: 0;
  }
  .map-news ul li a .content:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: 0.3s all;
  }
  .map-news ul li a .content .title {
    position: relative;
  }
  .map-news ul li a .content .time {
    position: relative;
    bottom: 0;
    text-align: left;
  }
  .map-news ul li a .content .time:before {
    content: "";
    display: none;
  }
  .map-news ul li a:hover {
    transform: scale(1);
    z-index: 2;
    box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  }
  .map-news ul li a:hover .img {
    padding-bottom: 0;
    margin-bottom: 0;
    transition: all 0.3s;
  }
  .map-news ul li a:hover .img:before {
    opacity: 0.9;
  }
  .map-news ul li a:hover .content .title {
    transform: translateY(0);
    color: #fff;
  }
  .map-news ul li {
    transition: 0.3s all;
  }
  .map-news ul li:nth-child(1),
  .map-news ul li:nth-child(2),
  .map-news ul li:nth-child(3) {
    transform: translateX(-100%);
  }
  .map-news ul li:nth-child(4),
  .map-news ul li:nth-child(5),
  .map-news ul li:nth-child(6) {
    transform: translateX(100%);
  }
  .active .map-news ul li {
    transform: translateX(0);
    transition: 0.3s all;
  }
  .active .map-news ul li:nth-child(1) {
    transform: translateX(10%);
    transition-delay: 0.2s;
  }
  .active .map-news ul li:nth-child(2) {
    transition-delay: 0.4s;
  }
  .active .map-news ul li:nth-child(3) {
    transform: translateX(10%);
    transition-delay: 0.6s;
  }
  .active .map-news ul li:nth-child(4) {
    transform: translateX(-10%);
    transition-delay: 0.8s;
  }
  .active .map-news ul li:nth-child(5) {
    transition-delay: 1s;
  }
  .active .map-news ul li:nth-child(6) {
    transform: translateX(-10%);
    transition-delay: 1.2s;
  }
}
@media (min-width: 768px) {
  .map-news ul li a {
    box-shadow: 0 0 1px #3c60f7;
    background: #fff;
  }
  .map-news ul li a .img:before {
    background: $lgd-ttv;
  }
  .map-news ul li a .content:before {
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  }
  .map-news ul li a .content .title {
    color: #fff;
  }
  .map-news ul li a .content .time {
    color: #fff;
  }
  .map-news ul li a:hover {
    box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  }
  .map-news ul li a:hover .content .title {
    color: #fff;
  }
}
.overview-top6-list {
  position: relative;
}
.overview-top6-list h1 {
  margin: 0 auto;
  display: block;
  color: #fff;
  text-shadow: 0 5px 40px #000;
}
.overview-top6-list h1.underline:after {
  border-color: #fff;
}
.overview-top6-list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 510px;
  list-style: none;
  padding: 0;
  margin: 10px -5px;
}
.overview-top6-list ul li {
  width: 30%;
  flex-direction: column;
  padding: 5px;
}
.overview-top6-list ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 1px #3c60f7;
  flex-grow: 1;
  position: relative;
  height: 160px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.overview-top6-list ul li a > div {
  color: #000;
  display: block;
  font-size: 1em;
  padding: 0 20px 10px;
  text-align: left;
}
.overview-top6-list ul li a > div.img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s ease;
  height: 220px;
}
.overview-top6-list ul li a > div.img img {
  display: none;
}
.overview-top6-list ul li a > div.img:before {
  content: "";
  display: block;
  background: $lgd-ttv;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s all;
}
.overview-top6-list ul li a .content .title {
  margin-top: 10px;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  width: 100%;
  position: absolute;
  padding: 20px 20px 40px;
  bottom: 0;
  text-shadow: 0 0 2px #000;
  margin: 0;
  z-index: 1;
}
.overview-top6-list ul li a .content .title:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: 0.3s all;
  z-index: -1;
}
.overview-top6-list ul li a .content.time {
  color: #aaa;
  padding-bottom: 10px;
  text-align: right;
  width: 100%;
  font-size: 0.8rem;
  color: #fff;
  text-shadow: 0 0 2px #000;
  position: absolute;
  bottom: 0;
  padding-bottom: 10px;
  text-align: right;
  width: 100%;
  z-index: 1;
}
.overview-top6-list ul li a:hover {
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
}
.overview-top6-list ul li a:hover > div {
  transition: all 0.3s;
}
.overview-top6-list ul li a:hover > div.img:before {
  opacity: 0.9;
}
.overview-top6-list ul li a:hover .content .title {
  color: #fff;
}
.overview-top6-list ul li a:hover .content .title:before {
  opacity: 0;
}
.overview-top6-list ul li:nth-child(1) {
  width: 40%;
  order: 4;
}
.overview-top6-list ul li:nth-child(1) .map {
  height: 500px;
  background-position: center center;
  background-size: cover;
}
.overview-top6-list ul li:nth-child(2) {
  order: 1;
}
.overview-top6-list ul li:nth-child(3) {
  order: 2;
}
.overview-top6-list ul li:nth-child(4) {
  order: 3;
}
.overview-top6-list ul li:nth-child(5) {
  order: 5;
}
.overview-top6-list ul li:nth-child(6) {
  order: 6;
}
.overview-top6-list ul li:nth-child(7) {
  order: 7;
}
@media (max-width: 991.98px) {
  .overview-top6-list ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
  }
  .overview-top6-list ul li {
    width: 100%;
  }
  .overview-top6-list ul li a {
    height: 200px;
  }
  .overview-top6-list ul li:nth-child(1) {
    order: 1;
    width: 100%;
  }
  .overview-top6-list ul li:nth-child(1) .map {
    height: 300px;
  }
  .overview-top6-list ul li:nth-child(2) {
    order: 2;
  }
  .overview-top6-list ul li:nth-child(3) {
    order: 3;
  }
  .overview-top6-list ul li:nth-child(4) {
    order: 4;
  }
  .overview-top6-list ul li:nth-child(5) {
    order: 5;
  }
  .overview-top6-list ul li:nth-child(6) {
    order: 6;
  }
  .overview-top6-list ul li:nth-child(7) {
    order: 7;
  }
}
@media (max-width: 767.98px) {
  .overview-top6-list ul li {
    width: 100%;
  }
  .overview-top6-list ul li a {
    height: 180px;
  }
  .overview-top6-list ul li a > div.img {
    height: 180px;
  }
  .overview-top6-list ul li:nth-child(1) {
    width: 100%;
  }
  .overview-top6-list ul li:nth-child(1) a {
    height: 360px;
  }
  .overview-top6-list ul li:nth-child(1) a > div.img {
    height: 360px;
  }
}
.map {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.map .title {
  font-size: 3rem;
  text-align: center;
}
.map .title .en {
  font-size: 1.6rem;
}
.map .title {
  color: #000;
}
.map .title .en {
  color: #000;
}
/*---------------------
熱門總覽
---------------------*/
.most-popular ul {
  list-style: none;
  padding: 0;
  counter-reset: mostpop-counter;
}
.most-popular ul li {
  padding-bottom: 20px;
}
.most-popular ul li a {
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  display: flex;
  position: relative;
  transition: all 0.3s ease;
  top: 0;
}
.most-popular ul li a:hover .img {
  filter: brightness(1.2);
}
.most-popular ul li a:hover .cont .title {
  color: $color-darkblue;
}
.most-popular ul li a > div {
  color: #000;
  font-size: 0.9em;
  padding: 0 10px 0;
  text-align: left;
  margin: 0;
}
.most-popular ul li a > div.img {
  width: 220px;
  background-size: 100%;
  background-position: center 0;
  transition: all 0.3s ease;
}
.most-popular ul li a > div.img img {
  visibility: hidden;
}
.most-popular ul li a > div.img:hover {
  background-size: 100%;
}
.most-popular ul li a > div.cont {
  width: calc(100% - 260px);
}
.most-popular ul li a > div.cont .title {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  overflow: hidden;
  max-height: 2.9em;
  margin-top: 8px;
}
.most-popular ul li a > div.cont .desc {
  color: #000;
  overflow: hidden;
  max-height: 2.9em;
  margin-top: 0;
}
.most-popular ul li a > div.cont .time {
  color: #aaa;
  font-size: 0.9em;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.most-popular ul li:nth-child(n+1) a:before {
  content: counter(mostpop-counter);
  counter-increment: mostpop-counter;
  display: flex;
  background: #61c584;
  width: 40px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.6em;
}
.most-popular ul li:nth-child(1) a:before {
  background: #004095;
}
.most-popular ul li:nth-child(2) a:before {
  background: #006496;
}
.most-popular ul li:nth-child(3) a:before {
  background: #008196;
}
.most-popular ul li:nth-child(4) a:before {
  background: #009996;
}
.most-popular ul li:nth-child(5) a:before {
  background: #009f96;
}
.most-popular ul li:nth-child(6) a:before {
  background: #0ea581;
}
.most-popular ul li:nth-child(7) a:before {
  background: #18a973;
}
.most-popular ul li:nth-child(8) a:before {
  background: #20ad67;
}
.most-popular ul li:nth-child(9) a:before {
  background: #2ab159;
}
@media (max-width: 767.98px) {
  .most-popular ul li a > div.img {
    width: 40%;
  }
  .most-popular ul li a > div.cont {
    width: calc(100% - 40%);
  }
  .most-popular ul li a > div.cont .desc {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .most-popular ul li a > div.img {
    width: 40%;
  }
  .most-popular ul li a > div.cont {
    width: calc(100% - 40%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
  }
  .most-popular ul li a > div.cont .title {
    margin-top: 0;
  }
  .most-popular ul li a > div.cont .desc,
  .most-popular ul li a > div.cont .time {
    display: none;
  }
}
/*---------------------
新聞 - 內頁
---------------------*/
body.font-ss article #newscontent {
  font-size: 1rem !important;
}
body.font-s article #newscontent {
  font-size: 1.1rem !important;
}
body.font-m article #newscontent {
  font-size: 1.2rem !important;
}
body.font-l article #newscontent {
  font-size: 1.3rem !important;
}
body.font-ll article #newscontent {
  font-size: 1.4rem !important;
}
body.font-lll article #newscontent {
  font-size: 1.5rem !important;
}
ul.news-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 32px;
  margin-bottom: 20px;
  width: 100%;
}
ul.news-status > li {
  display: flex;
  padding: 0;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #6b7175;
  font-size: 1rem;
  margin-right: 15px;
}
ul.news-status > li.date {
  margin-top: 10px;
}
ul.news-status ul.tag {
  justify-content: flex-start;
  margin: 0;
}
ul.news-status ul.tag li {
  overflow: auto;
}
ul.news-status ul.tag li a {
  height: auto;
}
@media (min-width: 992px) {
  ul.news-status {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  ul.news-status > li {
    display: flex;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #6b7175;
    font-size: 1rem;
    margin: 0 10px;
  }
}
.cover.img {
  background: none !important;
  padding: 0;
  overflow: hidden;
  margin-bottom: 32px;
  margin-right: -16px;
  margin-left: -16px;
  width: calc(100% + 16px * 2 );
}
.cover.img img {
  width: 100%;
  margin: 0 !important;
}
.cover.img .desc {
  background: #f8fcff;
  color: #000;
  font-size: 1rem;
  line-height: 1.8em;
  padding: 8px;
  padding-right: 16px;
  padding-left: 45px;
  padding-bottom: 10px;
  position: relative;
  width: 100%;
}
.cover.img .desc:before {
  content: "▲";
  position: absolute;
  left: 20px;
  top: calc(8px + 2px );
}
@media (min-width: 992px) {
  .cover.img {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    border-radius: 4px;
  }
}
.news-article {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #fff;
  border-radius: 4px;
  margin-top: 32px;
  margin-bottom: 32px;
  margin-left: -16px;
  margin-right: -16px;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  z-index: 2;
  position: relative;
}
.news-article.no-margin {
  margin-left: auto;
  margin-right: auto;
}
.news-article:first-child {
  margin-top: 0;
}
.news-article > h1 {
  width: 100%;
  margin: 0;
  font-size: 1.8rem;
  text-align: left;
  padding-right: 32px;
  padding-left: 32px;
}
.news-article .heading {
  display: block;
  width: 100%;
}
.news-article .article,
.news-article .article-body {
  order: 1;
  text-align: left;
  padding: 16px;
  padding-top: 0;
  padding-bottom: 40px;
  background: #fff;
}
.news-article .article #preface,
.news-article .article-body #preface {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 30px;
  position: relative;
}
.news-article .article #preface:before,
.news-article .article-body #preface:before,
.news-article .article #preface:after,
.news-article .article-body #preface:after {
  position: absolute;
  color: #e8e8e8;
}
.news-article .article #preface+hr,
.news-article .article-body #preface+hr {
  display: none;
}
.news-article .article img,
.news-article .article-body img {
  display: block;
  margin: 10px auto 20px;
  max-width: 100% !important;
  height: auto !important;
}
.news-article .article figure,
.news-article .article-body figure {
  display: inline-block;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 32px;
  margin-right: -16px;
  margin-left: -16px;
  width: calc(100% + 16px * 2 );
}
.news-article .article figure.cover.img,
.news-article .article-body figure.cover.img {
  max-width: 100% !important;
}
.news-article .article figure.cover.img img,
.news-article .article-body figure.cover.img img {
  height: 100% !important;
}
.news-article .article figure >figure,
.news-article .article-body figure >figure {
  max-width: 600px !important;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.news-article .article figure >figure figure,
.news-article .article-body figure >figure figure {
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
.news-article .article figure img,
.news-article .article-body figure img {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  max-width: 100% !important;
  height: auto !important;
}
.news-article .article figure figcaption,
.news-article .article-body figure figcaption {
  font-size: 1rem;
  color: #000;
  padding: 10px 15px;
  padding-left: 3rem;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.8em;
  width: 100%;
}
.news-article .article figure figcaption:before,
.news-article .article-body figure figcaption:before {
  content: "▲";
  font-weight: bold;
  position: absolute;
  left: 1.2rem;
}
.news-article .article blockquote,
.news-article .article-body blockquote {
  color: #000;
  background: rgba(61,168,255,0.151);
  border-left: 2px solid #0040e9;
  margin: 30px 0 30px;
  padding: 30px;
  padding-left: 40px;
  position: relative;
}
.news-article .article blockquote:before,
.news-article .article-body blockquote:before {
  content: "";
  background: #0040e9;
  position: absolute;
  left: 20px;
  top: -10px;
  font-size: 1.2rem !important;
}
.news-article .article blockquote p,
.news-article .article-body blockquote p {
  margin: 0;
}
.video-body {
  padding-right: 16px;
  padding-left: 16px;
  width: 100%;
}
.video-body .fluid-width-video-wrapper iframe {
  border-radius: 0;
}
.sidebox {
  order: 2;
  padding: 16px;
  width: 100%;
}
.sidebox .heading .underline {
  text-align: center;
}
#Views_LIVECust .underline {
  text-align: center;
}
@media (min-width: 576px) {
  .sidebox .heading .underline {
    text-align: left;
  }
  .sidebox .heading .underline h4 {
    font-size: 1.2rem !important;
  }
  .sidebox .heading .underline h4:before {
    bottom: -13px;
  }
  .news-article {
    margin-left: -32px;
    margin-right: -32px;
  }
  .news-article .article,
  .news-article .article-body {
    order: 1;
    text-align: left;
    padding: 32px;
    padding-top: 0;
  }
  .news-article .article blockquote,
  .news-article .article-body blockquote {
    margin-right: 40px;
  }
  .sidebox {
    order: 2;
    display: block;
    width: 100%;
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .news-article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  .news-article:first-child {
    margin-top: 30px;
  }
  .news-article > h1 {
    text-align: center;
  }
  .article,
  .article-body {
    order: 1;
  }
  .article figure,
  .article-body figure {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    margin: 4px !important;
  }
  .article figure figure,
  .article-body figure figure {
    max-width: 100% !important;
    margin-bottom: 0;
  }
  .article-body {
    width: calc(100% - 320px);
  }
  .video-body {
    width: calc(100% - 320px);
    padding: 32px;
    padding-top: 0;
  }
  .sidebox {
    order: 2;
    width: 320px;
    display: block;
    padding: 32px;
    padding-top: 0;
    padding-left: 0;
    transition: 0.3s all;
  }
  .sidebox.is-hidden {
    top: 75px;
  }
}
ul.toolbar {
  background: rgba(255,255,255,0.95);
  border-radius: 0 !important;
  position: static;
  bottom: calc(0px + env(safe-area-inset-bottom));
  left: 0;
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0;
  width: 100%;
  margin-bottom: 15px;
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s all;
}
ul.toolbar li a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: sans-serif;
  color: #0040e9;
  transform: translate(0, 0);
  font-size: 2.2rem;
  margin: 0 5px;
}
ul.toolbar li a.font-size {
  font-weight: bold;
}
ul.toolbar li a.font-size:before {
  content: attr(date-font);
  display: flex;
  width: 40px;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
ul.toolbar li a:hover {
  box-shadow: 0px 0px 0px #0040e9;
}
ul.toolbar.show {
  opacity: 1;
  transform: translateY(-60px);
}
ul.toolbar+ul.tag {
  margin: 32px 0;
  padding: 32px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
/* Safari 9.0+ */
@media (min-width: 576px) {
  ul.toolbar {
    border-radius: 4px;
    background: transparent;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
    top: auto;
    bottom: auto;
    transition: 0.3s all;
    opacity: 1;
  }
}
/* Safari 9.0+ */
.article-body {
  border-radius: 4px;
}
.article-plugin {
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.article-plugin .social-plugins {
  display: flex;
  height: 60px;
  margin-right: 10px;
  align-items: center;
}
.article-plugin .social-plugins div {
  margin-right: 4px;
}
.article-plugin ul.toolbar {
  width: auto;
  display: inline-flex;
  margin: 0;
}
.article-plugin ul.toolbar li a {
  border-bottom: 0;
  color: #289eff;
  padding: 0;
}
.article-plugin ul.toolbar li a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .article-plugin {
    flex-direction: row;
  }
}
.news-article .article,
.news-article .article-body {
  background: #fff;
  text-align: justify;
  word-break: break-all;
}
.news-article .article article iframe,
.news-article .article-body article iframe {
  max-width: 100%;
}
.news-article .article article a,
.news-article .article-body article a {
  color: #000;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid #0040e9;
  transition: 0.6s all;
  padding: 4px 4px 0;
}
.news-article .article article a:hover,
.news-article .article-body article a:hover {
  color: #fff;
  background: #00d7ff;
}
.news-article .article #preface,
.news-article .article-body #preface {
  padding-right: 30px;
  padding-left: 30px;
  background: #fafafa;
  border-left: 2px solid #0040e9;
}
.news-article .article #preface:before,
.news-article .article-body #preface:before,
.news-article .article #preface:after,
.news-article .article-body #preface:after {
  display: none;
  color: #e8e8e8;
}
.news-article .article figure,
.news-article .article-body figure {
  overflow: hidden;
}
.news-article .article figure figcaption,
.news-article .article-body figure figcaption {
  background: #f8fcff;
  color: #000;
  margin: 0;
}
.news-article .article figure figcaption > p,
.news-article .article-body figure figcaption > p {
  margin: 0;
}
ul.toolbar > li > a.font-size {
  background: rgba(61,168,255,0.151);
  border-radius: 100%;
}
ul.toolbar > li > a.font-size:hover {
  background: #0040e9;
  color: #fff !important;
  box-shadow: 0px 0px 0px #0040e9;
}
#st-1 .st-btn {
  border-radius: 100% !important;
  padding: 0 !important;
  height: auto !important;
  width: 40px !important;
  height: 40px !important;
  position: relative !important;
  overflow: hidden !important;
}
#st-1 .st-btn:hover {
  top: 0 !important;
}
#st-1 .st-btn > img {
  width: 34px !important;
  height: 34px !important;
  top: 50% !important;
  left: 50% !important;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  position: absolute !important;
}
#st-1 .st-btn[data-network='facebook'] {
  background-color: #1878f3 !important;
}
#st-1 .st-btn[data-network='facebook'] >img {
  width: 46px !important;
  height: 46px !important;
  max-width: none !important;
  top: calc(50% + 4.6px) !important;
}
#st-1 .st-btn[data-network='twitter'] {
  background-color: #1da1f2 !important;
}
#st-1 .st-btn[data-network='line'] {
  background-color: #00c300 !important;
  color: #00c300 !important;
  fill: #00c300 !important;
}
#st-1 .st-btn[data-network='line']:before {
  font-family: 'Font Awesome 5 Free', "Font Awesome 5 Brands";
  content: "\f3c0";
  color: #00c300;
  font-weight: normal;
  font-size: 2.8rem;
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
  z-index: 3;
}
#st-1 .st-btn[data-network='line']:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#st-1 .st-btn[data-network='line'] >img {
  display: none;
  width: 50px !important;
  height: 50px !important;
}
#st-1 .st-btn[data-network='whatsapp'] {
  background-color: #00e677 !important;
}
#st-1 .st-btn[data-network='whatsapp'] >img {
  width: 30px !important;
  height: 30px !important;
}
#st-1 .st-btn[data-network='email'] {
  background-color: #63717f !important;
}
#st-1 .st-btn[data-network='email'] >img {
  width: 30px !important;
  height: 30px !important;
}
#st-1 .st-btn[data-network='link'] {
  background-color: #0040e9 !important;
}
.share-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sharethis-inline-share-buttons {
  display: inline-block !important;
  width: 240px !important;
}
ul.share-bar {
  display: inline-flex;
  flex-wrap: wrap;
  width: auto !important;
  margin: 0;
}
ul.share-bar li a {
  color: #fff;
  background: #000;
  border-radius: 100%;
  color: #fff;
  font-size: 1.5rem;
  overflow: hidden;
}
ul.share-bar li a.facebook {
  background: transparent;
  color: #1878f3;
  font-size: 2.6rem;
}
ul.share-bar li a.twitter {
  background: #1da1f2;
}
ul.share-bar li a.linkedin {
  background: #2867b2;
}
ul.share-bar li a.line {
  background: #00c300;
  color: #00c300;
  font-size: 2.6rem;
  position: relative;
}
ul.share-bar li a.line:after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
ul.share-bar li a.line i {
  z-index: 3;
}
ul.share-bar li a.whatsapp {
  background: #00e677;
}
ul.share-bar li a.email {
  background: #63717f;
}
ul.share-bar li a.link {
  background: #0040e9;
}
ul.share-bar li a.link:hover {
  background: #ec264b;
}
ul.share-bar li a.link i:before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.fluid-width-video-wrapper {
  border-radius: 0;
  overflow: hidden;
  margin-right: -16px;
  margin-left: -16px;
  width: calc(100% + 16px * 2 ) !important;
}
figure .fluid-width-video-wrapper {
  margin-right: 0;
  margin-left: 0;
  width: 100% !important;
}
@media (min-width: 992px) {
  body .news-article .article figure,
  body .news-article .article-body figure {
    border-radius: 4px;
    overflow: hidden;
  }
  body .news-article .article figure figcaption,
  body .news-article .article-body figure figcaption {
    background: #f8fcff;
    color: #000;
    margin: 0;
  }
  body .news-article .article figure figcaption > p,
  body .news-article .article-body figure figcaption > p {
    margin: 0;
  }
  body .news-article .article figure .fluid-width-video-wrapper,
  body .news-article .article-body figure .fluid-width-video-wrapper {
    border-radius: 0;
    overflow: hidden;
  }
  .fluid-width-video-wrapper {
    border-radius: 4px;
    margin-right: 0;
    margin-left: 0;
    width: 100% !important;
  }
}
#abstract {
  color: #000;
  padding: 0;
  width: 100%;
  font-size: 1.1rem;
  line-height: 2.1rem;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 32px;
  margin-right: -16px;
  margin-left: -16px;
  width: calc(100% + 16px * 2 );
}
#abstract ul {
  border-top: 2px solid #0040e9;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
#abstract ul:before {
  content: "摘要";
  font-family: "roboto";
  display: block;
  color: #0040e9;
  font-weight: bolder;
  font-size: 1rem;
  margin-top: 10px;
  margin-left: 15px;
}
#abstract ul li {
  padding: 5px 15px 5px 32px;
  position: relative;
}
#abstract ul li:before {
  content: "";
  background: #ec264b;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  width: 6px;
  height: 6px;
  font-size: 16px;
  position: absolute;
  left: 16px;
  top: 1.2rem;
}
#abstract ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
}
#abstract ul li:last-child {
  border-bottom: 0;
}
#abstract ul li:last-child:after {
  display: none;
}
#abstract:before,
#abstract:after {
  display: none;
  color: #e8e8e8;
}
@media (min-width: 768px) {
  #abstract {
    width: 100%;
    margin: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
  #abstract ul {
    margin-bottom: 20px;
  }
}
/*---------------------
Tag標籤
---------------------*/
ul.tag {
  border-radius: 4px;
  padding: 0;
  margin: 20px 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.tag li {
  margin-top: 10px;
  margin-right: 6px;
}
ul.tag li a {
  color: #289eff;
  background: rgba(61,168,255,0.151);
  cursor: pointer;
  border-radius: 4px;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding: 2px 10px;
  display: block;
}
ul.tag li a:before {
  content: "#";
  margin-right: 2px;
}
ul.tag li a:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all;
  z-index: -1;
  background: #ec264b;
}
ul.tag li a:hover {
  z-index: 2;
}
ul.tag li a:hover:after {
  width: 100%;
}
.tags {
  align-items: center;
}
.tags .img {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}
.tags .img img {
  display: block;
}
.tags .title {
  position: relative;
}
.tags .title h1 {
  color: #0040e9;
  font-size: 1.6rem;
  display: table;
  position: relative;
  margin: 0;
}
.tags .title h1:after {
  content: "";
  display: block;
  background: $lgd-ttv;
  width: auto;
  height: 2px;
  margin-top: 6px;
  padding: 0;
}
.tags .detial {
  padding: 10px 0 10px;
  max-width: 600px;
}
.tag-list {
  padding: 20px 0 20px;
}
.tag-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-list > ul > li {
  border-radius: 4px;
  padding: 0 5px;
  display: flex;
  padding: 15px 10px;
  transition: all 0.3s ease;
  width: 100%;
  align-items: flex-start;
}
.tag-list > ul > li > div.time {
  color: #aaa;
  font-size: 0.9em;
  width: 180px;
  flex: 0 0 200px;
}
.tag-list > ul > li > div.img {
  background-size: 100%;
  margin: 0 10px;
  width: 20%;
  flex: 0 0 18%;
}
.tag-list > ul > li > div.img img {
  display: block;
}
.tag-list > ul > li > div.cont {
  flex: 1 1 300px;
}
.tag-list > ul > li > div.cont a.title {
  color: #063481;
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 5px;
}
.tag-list > ul > li > div.cont a.title:hover {
  text-decoration: underline;
}
.tag-list > ul > li > div.cont .summary {
  font-size: 0.9em;
  line-height: 1.6em;
  color: #6b7175;
}
.tag-list > ul > li > div.cont ul.tag {
  background: transparent;
  border: 0;
  color: #6b7175;
  padding: 0;
  margin: 0;
  padding-left: 40px;
  position: relative;
  box-shadow: 0 0 0 rgba(0,0,0,0);
}
.tag-list > ul > li > div.cont ul.tag:before {
  content: "\f02c";
  position: absolute;
  top: 10px;
  left: 10px;
}
.tag-list > ul > li > div.cont ul.tag li {
  display: inline-block;
  margin: 10px 0;
  margin-right: 5px;
}
.tag-list > ul > li > div.cont ul.tag li a {
  cursor: pointer;
  box-shadow: 0 0 1px #e3e9ed;
  border: 0;
  border-radius: 4px;
  padding: 8px 20px;
  color: #6b7175;
}
.tag-list > ul > li > div.cont ul.tag li a:hover {
  background: #fff;
  box-shadow: 0 2px 6px #e3e9ed;
}
.tag-list > ul > li > div.cont ul.tag li a.selected {
  background: #fff;
  border: 1px solid #fff;
  color: #333;
  box-shadow: 0 2px 6px #e3e9ed;
}
@media (max-width: 991.98px) {
  .tag-list > ul > li {
    display: flex;
    flex-wrap: wrap;
  }
  .tag-list > ul > li > div.time {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    flex: 1 1 100%;
  }
  .tag-list > ul > li > div.img {
    display: block;
    margin-left: 0;
    flex: 0 0 25%;
  }
  .tag-list > ul > li > div.cont .title {
    display: block;
  }
  .tag-list > ul > li > div.cont .summary {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .tag-list > ul > li {
    display: block;
  }
  .tag-list > ul > li > div.time {
    display: block;
    margin-bottom: 5px;
  }
  .tag-list > ul > li > div.img {
    display: none;
  }
  .tag-list > ul > li > div.img img {
    display: none;
  }
}
/*---------------------
上一頁/下一頁
---------------------*/
ul.control {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
ul.control li {
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 32px;
}
ul.control li a {
  background: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
ul.control li a .name {
  color: #63717f;
  font-weight: bold;
  width: 100%;
}
ul.control li a .name:before,
ul.control li a .name:after {
  font-size: 0.875rem;
}
ul.control li a .name:before {
  padding-right: 5px;
}
ul.control li a .name:after {
  padding-left: 5px;
}
ul.control li a .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
ul.control li a .content .img {
  display: none;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
ul.control li a .content .img img {
  margin: 0;
  object-fit: cover;
  object-position: center;
}
ul.control li a .content .title {
  color: #000;
  font-size: 1.2rem;
}
ul.control li a:hover .content .img img {
  transform: scale(1.1);
}
ul.control li a:hover .content .title {
  color: #0040e9;
}
ul.control li.prev,
ul.control li.next {
  display: flex;
  width: auto;
}
ul.control li.prev a:after,
ul.control li.next a:after {
  font-weight: bold;
  color: #0040e9;
  margin: 0 10px;
}
ul.control li.prev a:hover,
ul.control li.next a:hover {
  background: #fff;
}
ul.control li.prev a {
  padding-right: 10px;
}
ul.control li.prev a .name:before {
  content: "\f053";
  order: 1;
}
ul.control li.prev a .content {
  order: 2;
}
ul.control li.prev a:hover {
  left: 0;
  color: #000;
}
ul.control li.next {
  justify-content: flex-end;
}
ul.control li.next .name {
  text-align: right;
}
ul.control li.next .name:after {
  content: "\f054";
  order: 2;
}
ul.control li.next a {
  text-align: left;
  padding-left: 10px;
}
ul.control li.next a .content {
  order: 1;
}
ul.control li.next a:hover {
  right: 0;
  color: #000;
}
@media (min-width: 992px) {
  ul.control {
    flex-direction: row;
  }
  ul.control li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  ul.control li a .content .img {
    display: block;
  }
}
/*---------------------
Live直播
---------------------*/
.live-list {
  position: relative;
}
.live-list h1 {
  margin: 0 auto;
  display: block;
  color: #fff;
  text-shadow: 0 5px 40px #000;
}
.live-list h1.underline:after {
  border-color: #fff;
}
.live-list ul {
  list-style: none;
  padding: 0;
}
.live-list ul li {
  padding-bottom: 40px;
}
.live-list ul li a {
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  display: block;
  position: relative;
  transition: all 0.3s ease;
  top: 0;
  padding-bottom: 10px;
  overflow: hidden;
  box-shadow: 6px 14px 36px rgba(48,58,73,0.06), 1px 4px 8px rgba(48,58,73,0.04);
  transition: all 0.3s ease;
}
.live-list ul li a:hover {
  box-shadow: 0 0 1px rgba(48,58,73,0.1), 0 3px 16px rgba(48,58,73,0.07);
  transform: translate3D(0, -1px, 0);
}
.live-list ul li a > div {
  color: #000;
  display: block;
  font-size: 0.9em;
  padding: 0 10px 0;
  text-align: left;
}
.live-list ul li a > div.img {
  width: 100%;
  background-size: 104%;
  background-position: center 0;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 56.25%;
}
.live-list ul li a > div.img:before {
  content: "\f144";
  color: rgba(255,255,255,0.95);
  position: absolute;
  text-shadow: 0 0 20px rgba(0,0,0,0.2);
  font-size: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  transition: all ease-in 0.2s;
}
.live-list ul li a > div.img img {
  visibility: hidden;
  display: none;
}
.live-list ul li a > div.img:hover {
  background-size: 100%;
}
.live-list ul li a .content .title {
  color: #000;
  font-size: 1em;
  overflow: hidden;
  height: 2.9em;
  margin-top: 10px;
}
.live-list ul li a .content .brand {
  height: 30px;
  text-align: right;
  padding-top: 5px;
}
.live-list ul li a .content .brand img {
  height: 24px;
}
/*---------------------
跑馬燈
---------------------*/
.marquee-out {
  position: relative;
  z-index: 4;
}
@media (max-width: 575px) {
  .container.marquee-out {
    padding: 0 !important;
  }
  .container.marquee-out #marquee {
    border-radius: 0;
    display: none;
  }
  .index-marquee .container.marquee-out {
    padding: 0 16px !important;
  }
  .index-marquee .container.marquee-out #marquee {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#marquee {
  display: flex;
  padding: 8px;
  background-image: linear-gradient(to right, #0040e9 0%, #00d7ff 50%, #0040e9 100%);
  background-size: 200%;
  animation: Gradient 20s ease-in-out infinite;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  width: 100%;
}
#marquee .marquee-title {
  font-size: 1.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 40px;
  flex: 0 0 40px;
  padding-right: 0;
  height: 26px;
  padding-left: 8px;
}
#marquee .marquee-title span {
  display: none;
}
#marquee .marquee-container {
  max-width: calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
}
#marquee .marquee-container .marquee-carousel a.swiper-slide {
  text-decoration: none;
  display: block;
  height: 26px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s all;
  margin-top: 2px;
}
#marquee .marquee-container .marquee-carousel a.swiper-slide:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.3;
}
#marquee .marquee-container .marquee-carousel a.swiper-slide .img {
  opacity: 0;
}
#marquee .marquee-container .marquee-carousel a.swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#marquee .marquee-container .marquee-carousel a.swiper-slide .content {
  display: flex;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0;
  text-shadow: 0 0 5px rgba(0,0,0,0);
  padding-right: 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#marquee .marquee-container .marquee-carousel a.swiper-slide .content .date {
  display: none;
  font-family: Montserrat;
  font-size: 1rem;
  margin-right: 10px;
  white-space: nowrap;
}
#marquee .marquee-container .marquee-carousel a.swiper-slide .content .title {
  display: block;
  font-size: 1.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: inherit !important;
  width: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.95, #000), color-stop(1, rgba(0,0,0,0)));
}
#marquee a.news-video .title:after {
  top: 10px;
}
#marquee.click {
  z-index: 9999;
}
#marquee.click .marquee-title i.fas.fa-bolt.fa-fw:before {
  content: "\f00d";
}
#marquee .marquee-title {
  color: #fff;
  font-weight: bold;
}
#marquee .marquee-container .marquee-carousel a.swiper-slide .content {
  color: #fff;
  text-shadow: 0 0 0 rgba(0,0,0,0.5);
}
@media (min-width: 576px) {
  #marquee .marquee-title {
    max-width: 120px;
    flex: 0 0 120px;
  }
  #marquee .marquee-title span {
    display: block;
  }
  #marquee .marquee-container {
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
  }
}
@media (min-width: 768px) {
  #marquee.active .marquee-container .marquee-carousel a.swiper-slide {
    height: auto;
    border-radius: 4px;
    position: relative;
    padding-bottom: 80px;
  }
  #marquee.active .marquee-container .marquee-carousel a.swiper-slide:hover:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    border-bottom: 4px solid #fff;
    z-index: 2;
  }
  #marquee.active .marquee-container .marquee-carousel a.swiper-slide .img {
    opacity: 1;
  }
  #marquee.active .marquee-container .marquee-carousel a.swiper-slide .content {
    background: rgba(0,0,0,0.4);
    padding: 10px 15px;
    height: 80px;
  }
  #marquee.active .marquee-container .marquee-carousel a.swiper-slide .content .title {
    overflow: hidden;
    white-space: normal;
  }
}
.marquee-close {
  display: none;
  cursor: pointer;
}
@media (max-width: 766px) {
  #marquee .marquee-close {
    display: none;
  }
  #marquee.click .marquee-close {
    display: flex;
  }
  .marquee-close {
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0040e9;
    position: absolute;
    font-size: 1.2rem;
    bottom: -60px;
    left: 50%;
    padding: 5px 15px;
    border-radius: 20px;
    transform: translate(-50%, 0);
    transition: 0.3s all;
  }
  .marquee-close p {
    height: 100%;
    padding: 0;
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin: 0;
    font-size: 1rem;
  }
  .marquee-close i {
    margin-left: 10px;
    font-size: 1rem;
  }
  .marquee-close:hover {
    background: #00d7ff;
  }
  #m-click {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
  }
  #m-overlayer {
    background: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    z-index: 3;
  }
  #marquee.click .marquee-container .marquee-carousel a.swiper-slide {
    height: auto;
    border-radius: 4px;
    position: relative;
    padding-bottom: 80px;
  }
  #marquee.click .marquee-container .marquee-carousel a.swiper-slide:hover:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    border-bottom: 4px solid #fff;
    z-index: 2;
  }
  #marquee.click .marquee-container .marquee-carousel a.swiper-slide .img {
    opacity: 1;
  }
  #marquee.click .marquee-container .marquee-carousel a.swiper-slide .content {
    background: rgba(0,0,0,0.4);
    padding: 10px 15px;
    height: 80px;
  }
  #marquee.click .marquee-container .marquee-carousel a.swiper-slide .content .title {
    overflow: hidden;
    white-space: normal;
  }
}
.wi {
  display: block;
  background-image: url("../images/weather-icon.png");
  background-size: 700% 700%;
  width: 70px;
  height: 56px;
}
.wi.code-00 {
  background-position: 0% -600%;
}
.wi.code-01 {
  background-position: 0 0;
}
.wi.code-02 {
  background-position: -100% 0;
}
.wi.code-03 {
  background-position: -200% 0;
}
.wi.code-04 {
  background-position: -300% 0;
}
.wi.code-05 {
  background-position: -400% 0;
}
.wi.code-06 {
  background-position: -500% 0;
}
.wi.code-07 {
  background-position: -600% 0;
}
.wi.code-08 {
  background-position: 0 -100%;
}
.wi.code-09 {
  background-position: -100% -100%;
}
.wi.code-10 {
  background-position: -200% -100%;
}
.wi.code-11 {
  background-position: -300% -100%;
}
.wi.code-12 {
  background-position: -400% -100%;
}
.wi.code-13 {
  background-position: -500% -100%;
}
.wi.code-14 {
  background-position: -600% -100%;
}
.wi.code-15 {
  background-position: 0 -200%;
}
.wi.code-16 {
  background-position: -100% -200%;
}
.wi.code-17 {
  background-position: -200% -200%;
}
.wi.code-18 {
  background-position: -300% -200%;
}
.wi.code-19 {
  background-position: -400% -200%;
}
.wi.code-20 {
  background-position: -500% -200%;
}
.wi.code-21 {
  background-position: -600% -200%;
}
.wi.code-22 {
  background-position: 0 -300%;
}
.wi.code-23 {
  background-position: -100% -300%;
}
.wi.code-24 {
  background-position: -200% -300%;
}
.wi.code-25 {
  background-position: -300% -300%;
}
.wi.code-26 {
  background-position: -400% -300%;
}
.wi.code-27 {
  background-position: -500% -300%;
}
.wi.code-28 {
  background-position: -600% -300%;
}
.wi.code-29 {
  background-position: 0 -400%;
}
.wi.code-30 {
  background-position: -100% -400%;
}
.wi.code-31 {
  background-position: -200% -400%;
}
.wi.code-32 {
  background-position: -300% -400%;
}
.wi.code-33 {
  background-position: -400% -400%;
}
.wi.code-34 {
  background-position: -500% -400%;
}
.wi.code-35 {
  background-position: -600% -400%;
}
.wi.code-36 {
  background-position: 0 -400%;
}
.wi.code-37 {
  background-position: -100% -400%;
}
.wi.code-38 {
  background-position: -200% -400%;
}
.wi.code-39 {
  background-position: -300% -400%;
}
.wi.code-40 {
  background-position: -400% -400%;
}
.wi.code-41 {
  background-position: -500% -400%;
}
.wi.code-42 {
  background-position: -600% -400%;
}
/* 2025/5/5 修改成從中央氣象署下載的圖示  */
.winew {
    width: 70px;
    height: 56px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}
.wdayimg01 {
    background-image: url("../images/weather/day/01.svg");
}
.wdayimg02 {
    background-image: url("../images/weather/day/02.svg");
}
.wdayimg03 {
    background-image: url("../images/weather/day/03.svg");
}
.wdayimg04 {
    background-image: url("../images/weather/day/04.svg");
}
.wdayimg05 {
    background-image: url("../images/weather/day/05.svg");
}
.wdayimg06 {
    background-image: url("../images/weather/day/06.svg");
}
.wdayimg07 {
    background-image: url("../images/weather/day/07.svg");
}
.wdayimg08 {
    background-image: url("../images/weather/day/08.svg");
}
.wdayimg09 {
    background-image: url("../images/weather/day/09.svg");
}
.wdayimg10 {
    background-image: url("../images/weather/day/10.svg");
}
.wdayimg11 {
    background-image: url("../images/weather/day/11.svg");
}
.wdayimg12 {
    background-image: url("../images/weather/day/12.svg");
}
.wdayimg13 {
    background-image: url("../images/weather/day/13.svg");
}
.wdayimg14 {
    background-image: url("../images/weather/day/14.svg");
}
.wdayimg15 {
    background-image: url("../images/weather/day/15.svg");
}
.wdayimg16 {
    background-image: url("../images/weather/day/16.svg");
}
.wdayimg17 {
    background-image: url("../images/weather/day/17.svg");
}
.wdayimg18 {
    background-image: url("../images/weather/day/18.svg");
}
.wdayimg19 {
    background-image: url("../images/weather/day/19.svg");
}
.wdayimg20 {
    background-image: url("../images/weather/day/20.svg");
}
.wdayimg21 {
    background-image: url("../images/weather/day/21.svg");
}
.wdayimg22 {
    background-image: url("../images/weather/day/22.svg");
}
.wdayimg23 {
    background-image: url("../images/weather/day/23.svg");
}
.wdayimg24 {
    background-image: url("../images/weather/day/24.svg");
}
.wdayimg25 {
    background-image: url("../images/weather/day/25.svg");
}
.wdayimg26 {
    background-image: url("../images/weather/day/26.svg");
}
.wdayimg27 {
    background-image: url("../images/weather/day/27.svg");
}
.wdayimg28 {
    background-image: url("../images/weather/day/28.svg");
}
.wdayimg29 {
    background-image: url("../images/weather/day/29.svg");
}
.wdayimg30 {
    background-image: url("../images/weather/day/30.svg");
}
.wdayimg31 {
    background-image: url("../images/weather/day/31.svg");
}
.wdayimg32 {
    background-image: url("../images/weather/day/32.svg");
}
.wdayimg33 {
    background-image: url("../images/weather/day/33.svg");
}
.wdayimg34 {
    background-image: url("../images/weather/day/34.svg");
}
.wdayimg35 {
    background-image: url("../images/weather/day/35.svg");
}
.wdayimg36 {
    background-image: url("../images/weather/day/36.svg");
}
.wdayimg37 {
    background-image: url("../images/weather/day/37.svg");
}
.wdayimg38 {
    background-image: url("../images/weather/day/38.svg");
}
.wdayimg39 {
    background-image: url("../images/weather/day/39.svg");
}
.wdayimg40 {
    background-image: url("../images/weather/day/40.svg");
}
.wdayimg41 {
    background-image: url("../images/weather/day/41.svg");
}
.wdayimg42 {
    background-image: url("../images/weather/day/42.svg");
}
.wnightimg01 {
    background-image: url("../images/weather/night/01.svg");
}
.wnightimg02 {
    background-image: url("../images/weather/night/02.svg");
}
.wnightimg03 {
    background-image: url("../images/weather/night/03.svg");
}
.wnightimg04 {
    background-image: url("../images/weather/night/04.svg");
}
.wnightimg05 {
    background-image: url("../images/weather/night/05.svg");
}
.wnightimg06 {
    background-image: url("../images/weather/night/06.svg");
}
.wnightimg07 {
    background-image: url("../images/weather/night/07.svg");
}
.wnightimg08 {
    background-image: url("../images/weather/night/08.svg");
}
.wnightimg09 {
    background-image: url("../images/weather/night/09.svg");
}
.wnightimg10 {
    background-image: url("../images/weather/night/10.svg");
}
.wnightimg11 {
    background-image: url("../images/weather/night/11.svg");
}
.wnightimg12 {
    background-image: url("../images/weather/night/12.svg");
}
.wnightimg13 {
    background-image: url("../images/weather/night/13.svg");
}
.wnightimg14 {
    background-image: url("../images/weather/night/14.svg");
}
.wnightimg15 {
    background-image: url("../images/weather/night/15.svg");
}
.wnightimg16 {
    background-image: url("../images/weather/night/16.svg");
}
.wnightimg17 {
    background-image: url("../images/weather/night/17.svg");
}
.wnightimg18 {
    background-image: url("../images/weather/night/18.svg");
}
.wnightimg19 {
    background-image: url("../images/weather/night/19.svg");
}
.wnightimg20 {
    background-image: url("../images/weather/night/20.svg");
}
.wnightimg21 {
    background-image: url("../images/weather/night/21.svg");
}
.wnightimg22 {
    background-image: url("../images/weather/night/22.svg");
}
.wnightimg23 {
    background-image: url("../images/weather/night/23.svg");
}
.wnightimg24 {
    background-image: url("../images/weather/night/24.svg");
}
.wnightimg25 {
    background-image: url("../images/weather/night/25.svg");
}
.wnightimg26 {
    background-image: url("../images/weather/night/26.svg");
}
.wnightimg27 {
    background-image: url("../images/weather/night/27.svg");
}
.wnightimg28 {
    background-image: url("../images/weather/night/28.svg");
}
.wnightimg29 {
    background-image: url("../images/weather/night/29.svg");
}
.wnightimg30 {
    background-image: url("../images/weather/night/30.svg");
}
.wnightimg31 {
    background-image: url("../images/weather/night/31.svg");
}
.wnightimg32 {
    background-image: url("../images/weather/night/32.svg");
}
.wnightimg33 {
    background-image: url("../images/weather/night/33.svg");
}
.wnightimg34 {
    background-image: url("../images/weather/night/34.svg");
}
.wnightimg35 {
    background-image: url("../images/weather/night/35.svg");
}
.wnightimg36 {
    background-image: url("../images/weather/night/36.svg");
}
.wnightimg37 {
    background-image: url("../images/weather/night/37.svg");
}
.wnightimg38 {
    background-image: url("../images/weather/night/38.svg");
}
.wnightimg39 {
    background-image: url("../images/weather/night/39.svg");
}
.wnightimg40 {
    background-image: url("../images/weather/night/40.svg");
}
.wnightimg41 {
    background-image: url("../images/weather/night/41.svg");
}
.wnightimg42 {
    background-image: url("../images/weather/night/42.svg");
}
/*---------------------
天氣
---------------------*/
ul.weather {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: center;
  position: relative;
  cursor: pointer;
  width: auto;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  border-radius: 4px;
}
ul.weather:after {
  content: "\f107";
  font-weight: bold;
  margin: 0 10px;
  color: #63717f;
  font-size: 0.85rem;
  font-family:'Font Awesome 5 Free','Font Awesome 5 Brands';
}
ul.weather li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
ul.weather li:nth-child(2) {
  position: relative;
  right: 10px;
}
ul.weather li .w-desc {
  width: auto;
  font-size: 0.75rem;
}
ul.weather li .w-temp {
  font-family: "Montserrat";
  font-weight: bold;
  display: block;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.6rem;
  margin: 0 10px;
}
ul.weather li .w-local {
  display: inline-block;
  font-size: 1rem;
  margin: 0 auto;
  white-space: nowrap;
  word-break: break-all;
}
ul.weather li .w-icon {
  display: block;
  position: relative;
}
ul.weather li .w-icon .wi {
  transform: scale(1);
}
#weatherModal .modal-body button {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  margin: 5px 0;
  padding: 5px;
}
ul.weather li a {
  background: transparent;
  color: #e8e8e8;
  box-shadow: 0 0 0 rgba(255,255,255,0);
  height: auto;
  width: 100%;
}
ul.weather li a:hover {
  color: #0040e9;
  background: transparent;
  box-shadow: 0 0 0 rgba(255,255,255,0);
}
@media (min-width: 576px) {
  ul.weather {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
/*---------------------
article header cover
---------------------*/
.header-cover {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 380px;
}
.header-cover >.img {
  width: 100%;
  height: 380px;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.header-cover >.img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.header-cover >.img img {
  display: none;
}
.header-cover >.img.bgp-top {
  background-position: top;
}
.header-cover >.img.bgp-center {
  background-position: center;
}
.header-cover >.img.bgp-bottom {
  background-position: bottom;
}
.header-cover .header_inner {
  padding: 0 15px;
  width: 100%;
}
.header-cover .header_inner h1.text-align-center {
  color: #fff;
  text-shadow: 0 1px 2px #000;
}
.header-cover .header_inner ul.news-status {
  border-top: 0;
  border-bottom: 0;
  flex-direction: column;
  margin-bottom: 60px;
}
.header-cover .author {
  position: absolute;
  bottom: -50px;
  right: 0;
  width: 100%;
}
.header-cover .author .img {
  background-attachment: scroll;
}
.header-cover.mt-70 {
  margin-top: 40px !important;
}
@media (min-width: 768px) {
  .header-cover,
  .header-cover>.img {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .header-cover,
  .header-cover>.img {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .header-cover,
  .header-cover>.img {
    height: 440px;
  }
}
/*---------------------
內文
---------------------*/
.article p,
.article-body p {
  margin: 0 0 32px;
}
.article a,
.article-body a {
  color: #0040e9;
}
/*---------------------
作者
---------------------*/
ul.author-list {
  position: relative;
  text-align: center;
}
ul.author-list li {
  margin-bottom: 30px;
}
ul.author-list li .author {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.4rem;
}
ul.author-list li .author .img {
  background: url("../images/author.jpg");
  filter: brightness(1);
  border-radius: 100%;
  background-size: cover;
  width: 140px;
  height: 140px;
  padding: 0;
  margin: 0;
  order: 1;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
ul.author-list li .author .img img {
  display: none;
}
ul.author-list li .author .name {
  font-size: 1.3rem;
  order: 2;
  color: #000;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
}
ul.author-list li .author .job {
  font-size: 0.9rem;
  order: 3;
  color: #063481;
  overflow: hidden;
  padding: 0;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  transition: all 0.3s ease;
}
ul.author-list li a.author {
  position: relative;
}
ul.author-list li a.author:before,
ul.author-list li a.author:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  left: 50%;
  top: 0;
  transform-origin: center;
  transition: all 0.3s ease;
  z-index: -1;
}
ul.author-list li a.author:before {
  background: #fff;
  transform: translateX(-50%) translateY(-5px);
}
ul.author-list li a.author:after {
  width: 140px;
  height: 140px;
  background: linear-gradient(to right, #3c60f7, #00d7ff);
  transform: translateX(-70px) translateY(0);
  transform-origin: center center;
}
ul.author-list li a.author:hover .img {
  filter: brightness(1.1);
  transition: all 0.3s ease;
}
ul.author-list li a.author:hover .name,
ul.author-list li a.author:hover .job {
  transition: all 0.3s ease;
  color: #063481;
}
ul.author-list li a.author:hover:after {
  width: 150px;
  height: 150px;
  transform: translateX(-75px) translateY(-5px);
}
.author-detail {
  position: relative;
}
.author-detail .author {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.author-detail .author .img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  overflow: hidden;
}
.author-detail .author .img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.author-detail .author .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.author-detail .author .detail hr {
  margin-top: 16px;
  margin-bottom: 16px;
  height: 1px;
  width: 100%;
}
.author-detail .author .name,
.author-detail .author .job,
.author-detail .author .intro {
  text-align: center;
}
.author-detail .anchor {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.author-detail .anchor .profile {
  width: 100%;
  position: relative;
}
.author-detail .anchor .profile .profile-img {
  position: relative;
}
.author-detail .anchor .profile #crumbs {
  position: absolute;
  top: 5px;
}
.author-detail .anchor .profile #crumbs ul li:after {
  border-color: #fff;
}
.author-detail .anchor .profile #crumbs ul li a {
  color: #fff;
}
.author-detail .anchor .profile #crumbs ul li a:hover {
  background: none;
  opacity: 0.8;
}
.author-detail .anchor .profile .img {
  padding: 0;
  margin: 0;
}
.author-detail .anchor .profile .img img {
  object-position: top center;
}
.author-detail .anchor .profile .img:before {
  padding-bottom: 100%;
}
.author-detail .anchor .profile .word {
  position: absolute;
  top: auto;
  bottom: 80px;
  width: 100% !important;
  max-width: 100% !important;
}
.author-detail .anchor .profile .word img {
  position: relative;
  width: 100%;
  filter: drop-shadow(0px 6px 6px rgba(0,0,0,0.4));
  height: auto;
}
.author-detail .anchor .profile .d-block,
.author-detail .anchor .profile .detail {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  padding: 1rem 3rem 5rem;
  z-index: 1;
}
.author-detail .anchor .profile .d-block:after,
.author-detail .anchor .profile .detail:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
  transform: skewY(-6deg);
}
.author-detail .anchor .profile .profile-detail {
  display: flex;
  flex-direction: column;
}
.author-detail .anchor .profile .info {
  float: left;
  display: inline;
  margin-right: 20px;
  margin-bottom: 10px;
}
.author-detail .anchor .profile .info .name {
  font-size: 2rem;
  color: #000;
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.author-detail .anchor .profile .info .job {
  font-size: 1rem;
  color: #63717f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.author-detail .anchor .profile .intro {
  font-size: 1rem;
  color: #666;
  order: 4;
  width: 100%;
}
.author-detail .anchor .profile ul.link {
  display: inline-flex;
  float: left;
  margin-bottom: 10px;
}
.author-detail .anchor .profile ul.link li {
  margin-right: 30px;
}
.author-detail .anchor .profile ul.link a.icon {
  display: block;
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.author-detail .anchor .profile ul.link a.icon:before {
  content: "\f0c1";
  font-weight: bold;
  color: #999;
}
.author-detail .anchor .profile ul.link a.icon:hover:before {
  opacity: 0.8;
}
.author-detail .anchor .profile ul.link a.icon[href*='facebook']:before {
  content: "\f09a";
  color: #1878f3;
  font-weight: normal;
}
.author-detail .anchor .profile ul.link a.icon[href*='twitter']:before {
  content: "\f099";
  color: #1da1f2;
  font-weight: normal;
}
.author-detail .anchor .profile ul.link a.icon[href*='instagram']:before {
  content: "\f16d";
  color: #dd2a7b;
  font-weight: normal;
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.author-detail .anchor .profile ul.link a.icon[href*='instagram']:before i {
  background: linear-gradient(135deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.author-detail .anchor .profile ul.link a.icon[href*='line']:before {
  content: "\f3c0";
  color: #00c300;
  font-weight: normal;
}
.author-detail .anchor .profile hr {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}
.author-detail ul.control {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.author-detail ul.control li a {
  background: transparent;
}
.author-detail ul.control li.back {
  position: static;
  display: block;
  z-index: 9;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.author-detail ul.control li.back a {
  display: block;
  background: #fff;
  padding: 16px;
  color: #000;
  font-size: 1rem;
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
  border-radius: 4px;
  text-align: center;
}
.author-detail ul.control li.prev,
.author-detail ul.control li.next {
  width: 50%;
  max-width: 50%;
  flex: 0 0 50%;
  margin: 0;
}
.author-detail ul.control li.prev a,
.author-detail ul.control li.next a {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  background: #fff;
  box-shadow: 0 0 1px rgba(0,0,0,0.4);
}
.author-detail ul.control li.prev a .img,
.author-detail ul.control li.next a .img {
  width: 80px;
  height: 80px;
}
.author-detail ul.control li.prev a .img img,
.author-detail ul.control li.next a .img img {
  display: block;
  object-position: top center;
}
.author-detail ul.control li.prev a .ellipsis,
.author-detail ul.control li.next a .ellipsis {
  padding: 10px;
}
.author-detail ul.control li.next a {
  justify-content: flex-end;
}
.author-detail ul.control li.next a .img {
  order: 2;
}
.author-detail ul.control li.next a .ellipsis {
  order: 1;
}
@media (min-width: 768px) {
  .author-detail {
    position: relative;
  }
  .author-detail .anchor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    line-height: 1.4rem;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  .author-detail .anchor .img {
    flex: 0 0 200px;
    width: 200px;
  }
  .author-detail .anchor .profile {
    width: 100%;
    height: calc(100vh - 100px);
  }
  .author-detail .anchor .profile .profile-img {
    width: 70vw;
    height: 100%;
  }
  .author-detail .anchor .profile .img {
    width: 100%;
    height: 100%;
    flex: none;
    padding: 0;
    margin: 0;
    transition: all 0.3s ease;
  }
  .author-detail .anchor .profile .word {
    width: calc(100% - 420px) !important;
    max-width: calc(100% - 420px) !important;
    bottom: 0;
    right: 140px;
  }
  .author-detail .anchor .profile .word img {
    display: block;
  }
  .author-detail .anchor .profile .d-block,
  .author-detail .anchor .profile .detail {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 35vw;
    height: 100%;
    padding: 3rem;
    z-index: 1;
  }
  .author-detail .anchor .profile .d-block:after,
  .author-detail .anchor .profile .detail:after {
    content: "";
    background: #fff;
    transform: skewX(-6deg);
    width: 110%;
    height: 100%;
    position: absolute;
    right: -10%;
    top: 0;
    z-index: -1;
  }
  .author-detail .anchor .profile .profile-detail {
    flex-direction: row;
    align-items: flex-end;
  }
  .author-detail .anchor .profile .intro p {
    max-height: 200px !important;
    overflow-y: auto;
  }
  .author-detail .anchor .profile ul.link li {
    margin-right: 15px;
  }
  .author-detail .anchor .profile ul.link a.icon {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  .author-detail ul.control {
    width: 100%;
  }
  .author-detail ul.control li a {
    background: transparent;
    background-color: #fff;
  }
  .author-detail ul.control li.back {
    position: fixed;
    text-align: center;
    display: block;
    bottom: 20px;
    left: 0;
    transform: translateX(0);
    z-index: 9;
    max-width: 180px;
    margin-bottom: 0;
  }
  .author-detail ul.control li.back a {
    display: block;
    background: #fff;
    padding: 8px 16px;
    color: #000;
    font-size: 0.9em;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .author-detail ul.control li.prev,
  .author-detail ul.control li.next {
    position: fixed;
    bottom: 80px;
    width: 180px;
    max-width: 180px;
    flex: 0 0 180px;
    z-index: 10;
  }
  .author-detail ul.control li.prev a,
  .author-detail ul.control li.next a {
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
  }
  .author-detail ul.control li.prev {
    left: 0;
  }
  .author-detail ul.control li.next {
    right: 0;
  }
}
.news-list.news-author-list ul.row li > a {
  display: block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  overflow: hidden;
  transition: all 0.3s;
}
.news-list.news-author-list ul.row li > a:before {
  content: "";
  background: linear-gradient(to right, #3c60f7, #00d7ff);
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: 0.3s all;
}
.news-list.news-author-list ul.row li > a .img {
  background: transparent !important;
  width: 100%;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s;
}
.news-list.news-author-list ul.row li > a .img img {
  transform: scale(1);
  transform-origin: top center;
}
.news-list.news-author-list ul.row li > a .content {
  padding: 10px 20px;
  width: 100%;
}
.news-list.news-author-list ul.row li > a .content .cate {
  left: 12px;
  bottom: 6px;
}
.news-list.news-author-list ul.row li > a .content .title {
  font-size: 1.1rem;
  transform: translateY(0);
  transform-origin: bottom;
  transition: 0.3s all;
  order: 1;
}
.news-list.news-author-list ul.row li > a .content .time {
  left: 0;
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
  font-size: 0.9rem;
  margin-top: 5px;
  order: 2;
}
.news-list.news-author-list ul.row li > a:hover {
  z-index: 2;
}
.news-list.news-author-list ul.row li > a:hover .cate {
  opacity: 1;
}
.news-list.news-author-list ul.row li > a .img:after {
  transform: translate(-50%, -50%) scale(1) !important;
}
/*---------------------
節目表 - 列表
---------------------*/
.schedule {
  position: relative;
}
.schedule .btn-ctrl {
  position: absolute;
  z-index: 2;
  right: 15px;
  top: -1px;
}
.schedule .btn-ctrl .btn-left,
.schedule .btn-ctrl .btn-right {
  border-bottom: 1px solid #e0e0e0;
}
.schedule .date {
  text-align: center;
  height: 30px;
  color: #063481;
}
.schedule .date:before {
  content: "";
}
.schedule ul {
  list-style: none;
  padding: 0;
}
.schedule ul li {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  margin: 0 15px 10px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.schedule ul li > div {
  color: #000;
  font-size: 1em;
  padding: 0 10px 0;
}
.schedule ul li .content .title {
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.schedule ul li .content .time {
  color: #009f96;
  text-align: left;
}
.schedule ul li .content .time:before {
  content: "";
}
.schedule .schedule-carousel {
  min-height: 400px;
}
.schedule .schedule-carousel >div a .img {
  margin: 15px;
  position: relative;
  margin-bottom: 0;
}
.schedule .schedule-carousel >div a .title {
  display: block;
  color: #000;
  font-size: 1.3em;
  overflow: hidden;
  height: 2.2em;
  padding: 0 15px;
  text-align: center;
  padding-top: 10px;
}
.schedule .schedule-carousel >div a .desc {
  display: block;
  color: #000;
  font-size: 1em;
  overflow: hidden;
  height: 7em;
  padding: 0 15px;
  text-align: left;
}
.schedule .schedule-carousel >div a:hover .img {
  filter: brightness(1.1);
  transition: all 0.3s;
}
.schedule .schedule-carousel >div a:hover .title {
  color: $color-darkblue;
}
/*---------------------
Facebook Feed
---------------------*/
.feed-list ul {
  list-style: none;
  padding: 0;
}
.feed-list ul li {
  margin-bottom: 20px;
}
.feed-list ul li a {
  display: block;
  border-radius: 4px;
  position: relative;
  height: 100%;
  transition: all 0.3s;
}
.feed-list ul li a .header {
  display: flex;
  padding: 15px;
}
.feed-list ul li a .header .img {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  transition: all 0.3s;
  margin-right: 10px;
}
.feed-list ul li a .header .img img {
  display: none;
}
.feed-list ul li a .header .cite .name {
  font-size: 1em;
  font-weight: bold;
  transform: translateY(0);
  transform-origin: bottom;
  margin-top: 10px;
}
.feed-list ul li a .header .cite .date {
  font-family: "Montserrat";
  font-size: 0.875rem;
}
.feed-list ul li a .content {
  padding: 15px;
}
.feed-list ul li a .content img {
  margin: 10px 0;
}
.feed-list ul li a:hover {
  transform: scale(1);
  transition: all 0.3s;
}
.feed-list ul li a {
  background: #fff;
  box-shadow: 0 0 1px rgba(60,96,247,0.5);
}
.feed-list ul li a .header {
  border-bottom: 1px solid rgba(60,96,247,0.2);
}
.feed-list ul li a .header .cite .name {
  color: #000;
  font-weight: bold;
}
.feed-list ul li a .header .cite .date {
  font-family: "Montserrat";
  color: #63717f;
  font-size: 0.875rem;
}
.feed-list ul li a:hover {
  color: #000;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
}
.feed-list ul li a:hover .content {
  color: #000;
}
body#darkStyle .feed-list ul li a {
  background: rgba(0,0,0,0);
  box-shadow: 0 0 1px rgba(60,96,247,0.5);
}
body#darkStyle .feed-list ul li a .header {
  border-bottom: 1px solid rgba(60,96,247,0.4);
}
body#darkStyle .feed-list ul li a .header .cite .name {
  color: #f5f5f5;
  font-weight: bold;
}
body#darkStyle .feed-list ul li a .header .cite .date {
  font-family: "Montserrat";
  color: #63717f;
  font-size: 0.875rem;
}
body#darkStyle .feed-list ul li a:hover {
  background: rgba(0,0,0,0.2);
  box-shadow: 0 0 1px #fff;
  color: #fff;
}
body#darkStyle .feed-list ul li a:hover .header {
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
body#darkStyle .feed-list ul li a:hover .content {
  color: #fff;
}
/* -------------------------------- 

index hide navbar

-------------------------------- */
/*
nav.navbar {
  transform: translateZ(0);
  transition: all 0.3s;
  height: 70px;
}
*/
nav.navbar::after {
  clear: both;
  content: "";
  display: block;
}
nav.navbar.is-hidden {
  transform: translateY(0);
}
/*
@media (min-width: 576px) {
  nav.navbar {
    height: 50px;
  }
}
*/
.navCat {
  transition: all 0.3s ease-in-out;
}
.navCat.is-hidden {
  transform: translateY(-40px);
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  nav.navbar .navbar-collapse .navbar-main .nav-secondary {
    height: 60px;
    transition: all 0.3s;
  }
  nav.navbar .navbar-brand .logo {
    transition: all 0.3s;
    height: 40px !important;
  }
}
nav.navbar.is-hidden {
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
}
.read-bar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  max-width: 100%;
  height: 2px;
  opacity: 1;
  background-size: 100vw 10px !important;
  background-position: left;
  top: -2px !important;
  z-index: 999999 !important;
}
.read-text {
  font-size: 2rem !important;
}
.read-bar {
  background-image: linear-gradient(to right, #3c60f7, #00d7ff) !important;
}
@media (min-width: 576px) {
  .read-bar {
    top: 0 !important;
  }
}
.map-block {
  height: auto;
}
#map {
  width: 100%;
  height: 660px;
  position: absolute;
  display: none;
}
#map:before {
  content: "";
  background: rgba(255,255,255,0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
@media (min-width: 576px) {
  #map {
    height: calc(100vh - 160px);
    min-height: 660px;
    display: block;
  }
}
#info {
  position: relative;
  width: 100%;
}
#info .place-name {
  display: none;
}
#info .place-name.active {
  display: block;
}
.county {
  display: none;
}
@media (min-width: 768px) {
  .map-block {
    height: 660px;
    margin-top: -50px;
  }
  #info {
    position: absolute !important;
  }
  .county {
    display: block;
  }
}
.map-news {
  width: 100%;
  position: relative;
  padding-top: 50px;
}
.map-news .county {
  font-size: 3rem;
  text-align: center;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.map-news .county .en {
  font-size: 1.6rem;
}
.feature {
  fill: rgba(225,239,239,0.6);
}
.feature.active {
  fill: #c1e8e8;
}
#map-cont {
  background: url("../images/white-waves.png");
}
.map-list {
  display: none;
  position: absolute;
  z-index: 9;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.map-list:after {
  content: "\f107";
  position: absolute;
  pointer-events: none;
  font-weight: bold;
  top: 50%;
  right: 0.85rem;
  opacity: 0.5;
  transform: translateY(-50%);
}
.map-list button {
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
  padding: 5px 15px;
  margin: 5px;
}
.map-list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 0;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  border-radius: 4px;
  color: #555;
  margin: 15px 0;
  padding: 5px 15px;
  height: 40px;
  width: 120px;
  font-weight: bold;
}
.map-list select option {
  padding: 5px 15px;
}
.map-list select:focus {
  outline: none;
}
.map-list select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #008ff5;
  color: #fff;
  width: 30px;
  text-align: center;
}
.map-list select::-ms-expand {
  display: none;
}
@media (min-width: 768px) {
  .map-list {
    display: inline;
  }
}
/*---------------------
記者
---------------------*/
.reporter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.reporter li {
  width: 100%;
  flex: 1 1 100%;
  display: flex;
  flex-direction: row;
}
.reporter li .img {
  display: block;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  box-shadow: 0 0 1px #000;
  overflow: hidden;
}
.reporter li .img img {
  display: block;
  margin: 0;
  padding: 0;
  object-fit: cover;
}
.reporter li .detail .name {
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
}
.reporter li .detail .job {
  color: #63717f;
  font-size: 1rem;
  display: inline-block;
}
.reporter li a.profile {
  max-width: 100px;
  flex: 1 1 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 5px;
}
.reporter li .content {
  padding-top: 16px;
  max-width: calc(100% - 100px);
  flex: 1 1 calc(100% - 100px);
}
.reporter li .content a.title {
  font-size: 1.2rem;
  color: #000;
  padding-left: 22px;
}
.reporter li .content a.title:hover {
  color: #0040e9;
}
.reporter li .content a.title:before {
  content: "▶";
  color: #0040e9;
  margin-left: 5px;
  margin-right: 10px;
  font-size: 1.2rem;
  font-family: monospace;
  padding-bottom: 0px;
  margin-left: -22px;
}
.reporter+ ul.toolbar {
  border-radius: 0 0 6px 6px;
}
@media (min-width: 576px) {
  .reporter li .img {
    width: 140px;
    height: 140px;
  }
  .reporter li a.profile {
    max-width: 160px;
    flex: 1 1 160px;
  }
  .reporter li .content {
    max-width: calc(100% - 160px);
    flex: 1 1 calc(100% - 160px);
  }
}
/*Floating youtube CSS Start*/
.video-pa-0 {
  margin-left: -16px;
  margin-right: -16px;
  height: 100%;
}
.video-container {
  background: #000;
  position: relative;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 32px;
}
.video-container.index {
  border-radius: 0;
  margin-bottom: 0;
}
.video-container #ytblock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container button {
  position: absolute;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  z-index: 1000;
  top: -100px;
  background: #fff;
}
.video-container button:hover {
  color: #ec264b;
}
.video-container button#yt-play,
.video-container button#yt-stop {
  right: -20px;
}
.video-container button#yt-mute {
  left: 60px;
}
.video-container button#yt-clone {
  left: 120px;
}
.video-container button#yt-play i {
  transform: rotate(90deg);
}
.video-container button#yt-play i:before {
  content: "▲";
  transform-origin: center;
}
.video-container .stuck {
  position: static;
  top: auto;
  bottom: 0;
  right: 20px;
  width: 50%;
  padding-bottom: 28.125%;
  animation: fade-in-up 0.25s ease forwards;
  z-index: 999;
}
.video-container .stuck.is-hidden {
  width: 0;
  height: 0;
}
.video-container .stuck.is-hidden iframe#ytplayer {
  display: none;
}
.video-container .stuck button {
  top: auto;
  bottom: -20px;
  opacity: 1;
}
.video-container .stuck button#yt-play {
  z-index: 2;
}
.video-container .stuck button#yt-stop {
  z-index: 1;
}
.video-container .stuck iframe {
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
}
@media (min-width: 576px) {
  .video-pa-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .video-container {
    height: 100%;
  }
  .video-container.index {
    border-radius: 4px;
  }
  .video-container .stuck {
    position: fixed;
    top: auto;
    bottom: 120px;
    right: 25px;
    width: 340px;
    height: 200px;
    padding: 0;
    transform: translateY(100%) translateZ(0px);
    border: 6px solid #fff;
    box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  }
}
.block-sub {
  margin: 10px 0;
  position: relative;
  padding: 2.25rem 4.375rem !important;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(58,32,153,0.15);
  background-image: linear-gradient(60deg, #063481, #0040e9 20%, #0040e9 60%, #00d7ff);
}
.block-sub img.ttv-logo {
  filter: brightness(2000%);
}
.block-sub h3 {
  margin-bottom: 0px;
}
.block-sub p {
  padding: 0;
  margin: 0;
  opacity: 0.8;
}
.block-sub a.btn {
  background: #ec264b;
  color: #fff !important;
  font-weight: bold;
}
.block-sub a.btn:hover {
  background: #fb8332;
}
.ol-control {
  display: none;
}
.pagination {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 40px;
  text-align: center;
  position: relative;
  justify-content: space-around;
}
.pagination .page-item {
  display: none;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  border-radius: 40px;
}
.pagination .page-item a.page-link,
.pagination .page-item span.page-link {
  color: #000;
  border: 1px solid rgba(24,76,238,0.12);
  border-right: 0;
  display: flex;
  font-size: 1rem;
  height: 40px;
  transition: all 0.2s ease 0s;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  color: #000;
}
.pagination .page-item a.page-link:last-child,
.pagination .page-item span.page-link:last-child {
  border-right: 1px solid rgba(24,76,238,0.12);
}
.pagination .page-item a.page-link:hover,
.pagination .page-item a.page-link.selected {
  background: #f8fcff;
  color: #000;
}
.pagination .page-item.disabled a.page-link {
  color: rgba(0,0,0,0.2);
}
.pagination .page-item.active span.page-link {
  color: #0040e9;
  background: #fff;
}
.pagination .page-item:first-child,
.pagination .page-item:last-child {
  display: block;
}
.pagination .page-item:first-child a,
.pagination .page-item:last-child a {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
@media (min-width: 768px) {
  .pagination {
    justify-content: center;
  }
  .pagination .page-item {
    display: block;
  }
  .pagination .page-item:first-child,
  .pagination .page-item:last-child {
    display: block;
  }
  .pagination .page-item:first-child a,
  .pagination .page-item:last-child a {
    width: 40px;
    height: 40px;
  }
  .pagination .page-item:first-child a {
    border-radius: 8px 0 0 8px;
  }
  .pagination .page-item:last-child a {
    border-radius: 0 8px 8px 0;
  }
}
.timeline {
  overflow: hidden;
  padding: 32px;
}
.timeline h2 {
  font-weight: 700;
}
.timeline-container {
  position: relative;
}
.timeline-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 33px;
  height: 100%;
  width: 4px;
  background: #d8e5ee;
}
@media (min-width: 992px) {
  .timeline-container:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.timeline-block {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
}
.timeline-block:last-child {
  margin-bottom: 0;
}
.timeline-block .timeline-content {
  flex-direction: column;
  max-width: 320px;
}
@media (min-width: 992px) {
  .timeline-block .timeline-content {
    flex-direction: column;
    max-width: none;
  }
  .timeline-block .timeline-content .img {
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .timeline-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  .timeline-block:nth-child(even) .timeline-content {
    flex-direction: column;
  }
}
.timeline-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.timeline-img:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 992px) {
  .timeline-img {
    width: 60px;
    height: 60px;
    order: 1;
    margin-left: calc(5% - 30px);
    will-change: transform;
  }
  .timeline-block:nth-child(even) .timeline-img {
    margin-right: calc(5% - 30px);
  }
}
.icon-video {
  background: linear-gradient(60deg, #063481, #0040e9 20%, #0040e9 60%, #00d7ff);
}
.icon-video:before {
  background-image: url("../images/icon-video.svg");
}
.icon-picture {
  background: linear-gradient(to right, #f66, #f7a8b7);
}
.icon-picture:before {
  background-image: url("../images/icon-picture.svg");
}
.timeline-content {
  position: relative;
  margin-left: 1.25em;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
}
.timeline-content:before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #fff;
}
.timeline-content h2 {
  color: #303f4a;
}
.timeline-content .content {
  width: 100%;
  padding: 16px;
}
.timeline-content .img {
  display: block;
  background-size: cover;
  background-position: center;
  background: transparent !important;
  max-width: 100%;
  flex: 0 0 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.timeline-content .img:before {
  display: none;
}
.timeline-content .img img {
  padding: 16px;
  padding-bottom: 0;
  height: auto !important;
  border-radius: 4px;
  overflow: hidden;
  position: static;
}
.timeline-content .btn-subtle {
  display: block;
  text-align: right;
  width: 100%;
  padding: 0;
  font-size: 0.875rem;
}
a.timeline-content .btn.btn-subtle {
  color: #63717f;
}
a.timeline-content:hover p {
  color: #000;
}
a.timeline-content:hover .btn.btn-subtle {
  color: #0040e9;
}
@media (min-width: 992px) {
  .timeline-content {
    width: 45%;
    flex-grow: 0;
    will-change: transform;
    margin: 0;
    font-size: 1rem;
  }
  .timeline-content:before {
    top: 24px;
  }
  .timeline-block:nth-child(odd) .timeline-content:before {
    right: auto;
    left: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
  }
}
.timeline-date {
  font-size: 1.6rem;
  font-family: "Montserrat";
  color: #63717f;
  word-break: normal;
}
@media (min-width: 992px) {
  .timeline-date {
    position: absolute;
    width: 100%;
    left: 120%;
    top: 15px;
  }
  .timeline-block:nth-child(even) .timeline-date {
    left: auto;
    right: 120%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .timeline-img-hidden,
  .timeline-content-hidden {
    visibility: hidden;
  }
}
.timeline-img-bounce-in {
  animation: cd-bounce-1 0.6s;
}
.timeline-content-bounce-in {
  animation: cd-bounce-2 0.6s;
}
.timeline-block:nth-child(even) .timeline-content-bounce-in {
  animation-name: cd-bounce-2;
}
@media (min-width: 992px) {
  .timeline-img-bounce-in {
    animation: cd-bounce-1 0.6s;
  }
  .timeline-content-bounce-in {
    animation: cd-bounce-2 0.6s;
  }
  .timeline-block:nth-child(even) .timeline-content-bounce-in {
    animation-name: cd-bounce-2-inverse;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*---------------------
搜尋列表
---------------------*/
.resultstats {
  color: #999;
  text-align: right;
  padding: 5px;
  font-size: 0.875rem;
}
ul.search {
  width: 100%;
  display: flex;
}
ul.search li {
  display: block;
  width: 100%;
  position: relative;
}
ul.search li.search-bar {
  width: calc(100% - 110px);
}
ul.search li.search-bar input {
  border: 1px solid #e8e8e8;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 4px;
}
ul.search li.search-btn {
  width: 100px;
  margin-left: 10px;
}
ul.search li.search-btn .btn {
  width: 100%;
  background: #0040e9;
  color: #fff;
  border-radius: 4px;
}
ul.search li.search-btn .btn svg {
  fill: #fff;
  color: #fff;
  height: 20px;
}
ul.search li.search-btn .btn:hover {
  color: #fff;
  background: #0040e9;
  filter: brightness(1.2);
}
ul.search-keyword {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
ul.search-keyword li {
  display: inline-block;
  width: auto;
}
ul.search-keyword li a {
  width: auto;
}
ul.search-dropdown {
  background: rgba(255,255,255,0.95);
  display: block;
  min-width: 100%;
  top: 41px;
  position: absolute;
  left: 0px;
  padding: 0 0;
  border: 1px solid #e0e0e0;
}
ul.search-dropdown li {
  text-align: left;
}
ul.search-dropdown li span {
  display: block;
  padding: 5px 15px;
}
ul.search-dropdown li:hover {
  cursor: pointer;
  background: #efefef;
}
ul.search-dropdown li:hover span {
  padding: 5px 15px;
}
.news-list.search-list .heading,
.news-list.news-list-h .heading {
  margin-top: 32px;
  margin-bottom: 32px;
}
.news-list.search-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.news-list.search-list ul li {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.news-list.search-list ul li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 0.4s;
}
.news-list.search-list ul li a:before {
  display: none;
}
.news-list.search-list ul li a:hover {
  transform: scale(1);
}
.news-list.search-list ul li a:hover .img img {
  transform: scale(1);
}
.news-list.search-list ul li a:hover .content .title {
  transform: translateY(0);
  color: #000;
}
.news-list.search-list ul li a .img {
  position: relative;
}
.news-list.search-list ul li a .content {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding: 16px;
}
.news-list.search-list ul li a .content .cate {
  font-size: 1.1rem;
}
.news-list.search-list ul li a .content .title {
  font-size: 1.4rem;
  min-height: 0;
  order: 1;
}
.news-list.search-list ul li a .content .supported {
  color: #ec264b;
}
.news-list.search-list ul li a .content .supported+.title {
  margin-top: 0;
}
.news-list.search-list ul li a .content .summary {
  font-size: 1rem;
  color: #63717f;
  order: 2;
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-list.search-list ul li a .content .time {
  color: #63717f;
  position: absolute;
  display: inline;
  width: auto;
  right: 16px;
  bottom: 16px;
}
.news-list.search-list ul li em {
  background: #ff0;
  font-style: normal;
}
.news-list.search-list ul li:last-child {
  border: 0;
}
.news-list.news-list-h ul li a {
  display: block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  overflow: hidden;
  transition: all 0.3s;
}
.news-list.news-list-h ul li a.news-video .img:after {
  transform: translate(-50%, -50%) scale(1);
}
.news-list.news-list-h ul li a:before {
  content: "";
  background: linear-gradient(to right, #3c60f7, #00d7ff);
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: 0.3s all;
}
.news-list.news-list-h ul li a .img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s;
}
.news-list.news-list-h ul li a .content {
  padding: 10px 20px;
  width: 100%;
}
.news-list.news-list-h ul li a .content .cate {
  left: 12px;
  bottom: 6px;
}
.news-list.news-list-h ul li a .content .title {
  font-size: 1.3rem;
  transform: translateY(0);
  transform-origin: bottom;
  transition: 0.3s all;
}
.news-list.news-list-h ul li a .content .time {
  left: 0;
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
  font-size: 0.9rem;
}
.news-list.news-list-h ul li a .content .summary {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-focus ul li {
  border: 0;
  margin-top: 0;
  margin-bottom: 32px;
}
.news-list-focus ul li > a {
  display: block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  overflow: hidden;
  transition: all 0.3s;
}
.news-list-focus ul li > a.news-video .img:after {
  transform: translate(-50%, -50%) scale(1);
}
.news-list-focus ul li > a:before {
  content: "";
  background: linear-gradient(to right, #f66, #f7a8b7);
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: 0.3s all;
}
.news-list-focus ul li > a .img {
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s;
}
.news-list-focus ul li > a .content {
  padding: 10px 20px;
  width: 100%;
}
.news-list-focus ul li > a .content .cate {
  left: 12px;
  bottom: 6px;
}
.news-list-focus ul li > a .content .title {
  font-size: 1.3rem;
  transform: translateY(0);
  transform-origin: bottom;
  transition: 0.3s all;
  height: 5.2rem;
}
.news-list-focus ul li > a .content .time {
  left: 0;
  font-family: "Montserrat";
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
  font-size: 0.9rem;
}
.news-list.search-list ul li a .img {
  display: none;
}
.news-list.search-list ul li a .content {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 991px) {
  .news-list.news-list-h ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .news-list.news-list-h ul li {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .news-list.news-list-h ul li a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transition: all 0.4s;
  }
  .news-list.news-list-h ul li a:before {
    display: none;
  }
  .news-list.news-list-h ul li a:hover {
    transform: scale(1);
  }
  .news-list.news-list-h ul li a:hover .img img {
    transform: scale(1);
  }
  .news-list.news-list-h ul li a:hover .content .title {
    transform: translateY(0);
    color: #000;
  }
  .news-list.news-list-h ul li a .img {
    position: relative;
  }
  .news-list.news-list-h ul li a .img img {
    transform-origin: center;
  }
  .news-list.news-list-h ul li a .content {
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
  }
  .news-list.news-list-h ul li a .content .cate {
    font-size: 1.1rem;
  }
  .news-list.news-list-h ul li a .content .title {
    font-size: 1.4rem;
    min-height: 0;
    order: 1;
  }
  .news-list.news-list-h ul li a .content .supported {
    color: #ec264b;
  }
  .news-list.news-list-h ul li a .content .supported+.title {
    margin-top: 0;
  }
  .news-list.news-list-h ul li a .content .summary {
    font-size: 1rem;
    color: #63717f;
    order: 2;
    margin-bottom: 32px;
  }
  .news-list.news-list-h ul li a .content .time {
    color: #63717f;
    position: absolute;
    display: inline;
    width: auto;
    right: 16px;
    bottom: 16px;
  }
  .news-list.news-list-h ul li em {
    background: #ff0;
    font-style: normal;
  }
  .news-list.news-list-h ul li:last-child {
    border: 0;
  }
  .news-list.news-list-h ul li a .content .summary {
    display: block;
    display: -webkit-box;
  }
  .news-list.search-list ul li a:hover .img img,
  .news-list.news-list-h ul li a:hover .img img {
    filter: brightness(100%);
    transform: scale(1.1);
  }
  .news-list.search-list ul li a:hover .content .title,
  .news-list.news-list-h ul li a:hover .content .title {
    color: #0040e9;
  }
  .news-list.news-list-h.img-right ul li a {
    flex-direction: row;
  }
  .news-list.news-list-h.img-right ul li a .img {
    order: 2;
  }
  .news-list.news-list-h.img-right ul li a .content {
    order: 1;
  }
  .news-list.news-list-h.img-left ul li a {
    flex-direction: row;
  }
  .news-list.news-list-h.img-left ul li a .img {
    order: 1;
  }
  .news-list.news-list-h.img-left ul li a .content {
    order: 2;
  }
}
@media (min-width: 576px) {
  .news-list.search-list ul li a .img {
    display: none;
  }
  .news-list.search-list ul li a .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .news-list.news-list-h ul li a .img {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .news-list.news-list-h ul li a .content {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .news-list.search-list ul li a .img {
    display: block;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .news-list.search-list ul li a .content {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.modal-content {
  border-width: 0 !important;
}
#search.modal #search-close {
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
}
#search.modal .modal-dialog {
  max-width: none;
  max-height: none;
  width: 100vw;
  height: auto;
  margin: 0;
}
#search.modal .modal-dialog .modal-content {
  border-radius: 0;
  width: 100%;
}
#search.modal .modal-dialog .modal-content .modal-header .navbar-brand .logo {
  margin-top: 16px;
  margin-right: 30px;
}
#search.modal .modal-dialog .modal-content .modal-body {
  flex: 0 0 auto;
}
#search.modal ul.search-keyword {
  margin: 0 auto 20px;
  max-width: 640px;
  position: relative;
}
#search.modal .search-form {
  margin: 0 auto 20px;
  max-width: 640px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#search.modal .search-form:before {
  content: "";
  animation: searching 1s ease-in-out infinite both;
  background: #e8e8e8;
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
  position: absolute;
  z-index: 2;
}
#search.modal .search-form:after {
  content: "";
  animation: searching 1s ease-in-out infinite both;
  bottom: 0;
  height: 2px;
  left: 0;
  position: absolute;
  z-index: 2;
}
#search.modal .search-form .search-send {
  border: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  outline: 0;
}
#search.modal .search-form .search-send svg {
  color: #0040e9;
  fill: #0040e9;
  width: 100%;
  height: 100%;
  min-height: 20px;
  min-width: 20px;
}
#search.modal .search-form .search-send:hover {
  outline: 0;
}
#search.modal .search-form .search-send:hover svg {
  fill: #00d7ff;
  color: #00d7ff;
}
#search.modal .search-form .search-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #aaa;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  opacity: 0.5;
  will-change: opacity;
}
#search.modal .search-form input#search-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  color: #0040e9;
  display: block;
  font-size: 1.2rem;
  line-height: 2.4rem;
  padding-bottom: 8px;
  padding-right: 64px;
}
.modal-dialog {
  padding: 0;
}
#moreCate.modal #moreCate-close {
  width: 100%;
  text-align: right;
  font-size: 1.4rem;
}
#moreCate.modal .modal-dialog {
  max-width: none;
  max-height: none;
  width: 100vw;
  height: auto;
  margin: 0;
}
#moreCate.modal .modal-dialog .modal-content {
  border-radius: 0;
  width: 100%;
}
#moreCate.modal .modal-dialog .modal-content .modal-header .navbar-brand .logo {
  margin-right: 30px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  display: block;
  width: 190px;
  height: 40px;
  background-size: 190px 40px;
  background-position: left center;
  margin: 20px auto;
  margin-right: 15px;
}
#moreCate.modal .modal-dialog .modal-content .modal-body {
  flex: 0 0 auto;
}
#moreCate.modal ul.moreCate-nav {
  margin: 0 auto 20px;
  max-width: 640px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#moreCate.modal ul.moreCate-nav li {
  display: block;
  width: auto;
  margin-bottom: 10px;
}
#moreCate.modal ul.moreCate-nav li a {
  display: flex;
  align-items: center;
  color: #0040e9;
  padding: 4px 16px;
  border: 1px solid #e8e8e8;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 10px;
}
#moreCate.modal ul.moreCate-nav li a img {
  width: 20px;
  margin-right: 5px;
}
#moreCate.modal ul.moreCate-nav li a span {
  color: #000;
  word-break: keep-all;
}
#moreCate.modal ul.moreCate-nav li a:hover {
  border: 1px solid #0040e9;
}
#moreCate.modal ul.moreCate-nav li a:hover span {
  color: #0040e9;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
/* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.15) 65%, rgba(0,0,0,0.075) 75.5%, rgba(0,0,0,0.037) 82.85%, rgba(0,0,0,0.019) 88%, rgba(0,0,0,0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  padding: 75px calc(44px + env(safe-area-inset-right)) calc(25px + env(safe-area-inset-bottom)) calc(44px + env(safe-area-inset-left));
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
    padding-left: calc(12px + env(safe-area-inset-left));
    padding-right: calc(12px + env(safe-area-inset-right));
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
ul.project-list li {
  margin: 0 0 16px;
}
.project-cover {
  position: relative;
}
.project-cover .cover {
  position: absolute;
  width: 100%;
  height: 240px;
  overflow: hidden;
  top: 0;
}
.project-cover .cover img {
  position: absolute;
  top: -5%;
  left: -5%;
  filter: blur(40px) brightness(0.8);
  object-fit: cover;
  object-position: center;
  height: 110%;
  width: 110%;
}
.project-cover li {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.project-cover li .content {
  width: 100%;
  padding: 16px;
  padding-top: 0;
}
.project-cover li .content .title {
  margin: 0;
  line-height: 2.2rem;
}
.project-cover li .content .supported {
  display: block;
  color: #ec264b;
}
.project-cover li .content .desc {
  color: #63717f;
  position: relative;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-left: 3rem;
  border-top: 1px solid #e8e8e8;
}
.project-cover li .content .desc:before {
  color: #e8e8e8;
  content: "\f10d";
  font-weight: bold;
  position: absolute;
  left: 0.5rem;
  top: calc(1rem - 10px);
  font-size: 2rem !important;
}
.project-cover li .img {
  background-size: 100%;
  background-position: center;
  width: 100%;
  overflow: hidden;
}
a:hover .project-cover li .content h1.title {
  color: #0040e9;
}
a:hover .project-cover li .content .desc {
  color: #405262;
}
a:hover .project-cover li .img {
  opacity: 0.85;
}
@media (min-width: 768px) {
  .project-cover .cover {
    height: 400px;
  }
  .project-cover li .img {
    background-attachment: scroll;
    background-size: cover;
    border-radius: 4px;
  }
}
.ad-block {
  background: #e8e8e8;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  overflow: hidden;
}
.bulletin {
  background: #ec264b;
  border-radius: 4px;
  padding: 12px 20px;
  padding-left: 32px;
  margin-top: 32px;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  position: relative;
}
.bulletin > a,
.bulletin span {
  color: #fff !important;
  font-size: 1.1rem;
}
.bulletin .title {
  display: none;
  font-weight: bold;
  color: #fff !important;
  overflow: visible;
  margin-right: 16px;
}
.bulletin a {
  display: inline-block;
  margin-left: 5px;
  color: #fff !important;
}
.bulletin:before {
  content: "\f0f3";
  font-weight: bold;
  margin-right: 10px;
  position: absolute;
  left: 13px;
  top: 13px;
  color: #fff;
}
@media (min-width: 576px) {
  .bulletin .title {
    display: inline-block;
  }
}
.continue-icon {
  background: #e8e8e8;
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  overflow: hidden;
}
.continue-icon:before {
  content: "\f063";
  font-weight: bold;
  position: relative;
  font-size: 2rem;
  left: 1px;
  top: 1px;
  animation: continue 3s ease-in infinite;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: absolute;
  bottom: 0;
}
.swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  position: relative;
  outline: none;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  transition: 0.3s all;
  transform-origin: center;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  width: 14px;
  height: 4px;
  margin-top: 0;
  margin-left: 0;
  background: #0040e9;
  position: relative;
  z-index: 1;
}
.swiper-pagination-bullet-active i {
  animation: middle 6s;
}
.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}
.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}
.myCustom {
  margin: 40px 0;
}
.myCustom .myBlock-title {
  color: #0040e9;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
}
.myCustom .myBlock-title div {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
}
.myCustom .myBlock {
  border: 2px solid #289eff;
  padding: 20px;
  margin-top: -15px;
}
.myCustom .myBlock .myBlock-content ul {
  line-height: 2.8rem;
}
.myCustom .myBlock .myBlock-content ul li {
  position: relative;
  padding-left: 20px;
}
.myCustom .myBlock .myBlock-content ul li:before {
  content: '';
  display: block;
  background-color: #0040e9;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 20px;
  left: 0;
}
a.news-feature,
a.index-author {
  margin-left: 0;
  margin-right: 0;
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0px 2px 16px rgba(24,76,238,0.12);
  border-radius: 4px;
  overflow: hidden;
  transition: 1s all !important;
}
a.news-feature .main-title,
a.index-author .main-title {
  background: #0040e9;
  color: #fff;
  padding: 15px;
}
a.news-feature .title,
a.index-author .title {
  padding: 15px;
  cursor: pointer;
  color: #000;
  transition: 0.3s all;
  position: relative;
}
a.news-feature .title:before,
a.index-author .title:before {
  content: "";
  background: #0040e9;
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.3s all;
}
a.news-feature:hover,
a.index-author:hover {
  background: #00d7ff;
  box-shadow: 0 6px 20px rgba(60,96,247,0.1);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
a.news-feature:hover .title,
a.index-author:hover .title {
  color: #fff;
}
@media (max-width: 575px) {
  .news-keywords > ul > li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .news-keywords > ul > li > ul.tag {
    margin: 0;
    justify-content: center;
  }
  .news-keywords > ul > li > ul.tag > li a {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-keywords > ul > li > a {
    display: none;
  }
}
.news-list.live-block {
  padding-top: 16px;
  display: block;
  margin: 0;
}
.news-list.live-block:after {
  content: "";
  display: block;
  width: 100%;
  margin-top: 32px;
  border-bottom: 0px solid #e8e8e8;
}
.news-list.live-block .heading {
  margin-top: 0;
  font-size: 1.2rem;
  color: #ec264b;
  text-align: left;
}
.news-list.live-block .heading:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ec264b;
  border-radius: 100%;
  margin-right: 10px;
  position: relative;
  top: -2px;
  animation: lives 2s ease-in-out infinite;
}
.news-list.live-block ul > li {
  padding-bottom: 10px;
}
.news-list.live-block ul > li:last-child {
  padding-bottom: 0;
}
.news-list.live-block ul > li > a {
  display: flex;
  flex-direction: row;
}
.news-list.live-block ul > li > a:before {
  display: none;
}
.news-list.live-block ul > li > a .img {
  flex: 0 0 40%;
  max-width: 40%;
}
.news-list.live-block ul > li > a .img:after {
  display: none;
  content: "\f167";
  color: #f00;
  background: transparent;
  border: 0;
}
.news-list.live-block ul > li > a .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 10px 20px;
}
.news-list.live-block ul > li > a .content .title {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .news-list.live-block {
    background: transparent;
  }
}
a.news-feature {
  margin-right: 16px !important;
}
.talk-about.article-content {
  margin: 32px 0;
}
.talk-about.article-content .heading .underline {
  text-align: left;
}
.talk-about.article-content .heading .underline h4 {
  font-size: 1.4rem;
}
.talk-about ul li {
  display: flex;
  justify-content: center;
}
.talk-about a.news-feature {
  margin: 0;
  margin-bottom: 32px;
  background: transparent !important;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  width: 220px;
}
.talk-about a.news-feature .img {
  display: block;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  max-width: 80px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #0040e9;
  margin-left: 5px;
}
.talk-about a.news-feature .img:before,
.talk-about a.news-feature .img:after {
  display: none;
}
.talk-about a.news-feature .img img {
  border-radius: 100%;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  position: relative;
  transform: scale(1);
  transition: 0.3s all;
  margin: 0;
}
.talk-about a.news-feature .content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.talk-about a.news-feature .content .title {
  color: #000;
  font-size: 1rem;
  padding: 0;
}
.talk-about a.news-feature .content .job {
  color: #63717f;
  font-size: 1rem;
}
.talk-about a.news-feature:hover .img {
  border-radius: 100%;
}
.talk-about a.news-feature:hover .img img {
  transform: scale(1.1);
}
.talk-about a.news-feature:hover .title {
  color: #0040e9;
}
.index-author-list ul li {
  display: flex;
  justify-content: center;
}
.index-author-list a.index-author {
  margin: 0;
  margin-bottom: 32px;
  background: transparent !important;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  width: 220px;
}
.index-author-list a.index-author .img {
  display: block;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  max-width: 80px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #0040e9;
  margin-left: 5px;
}
.index-author-list a.index-author .img:before,
.index-author-list a.index-author .img:after {
  display: none;
}
.index-author-list a.index-author .img img {
  border-radius: 100%;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  position: relative;
  transform: scale(1);
  transition: 0.3s all;
  margin: 0;
}
.index-author-list a.index-author .content {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.index-author-list a.index-author .content .title {
  color: #000;
  font-size: 1.1rem;
  padding: 0;
}
.index-author-list a.index-author .content .job {
  color: #0040e9;
  font-size: 0.875rem;
}
.index-author-list a.index-author:hover .img {
  border-radius: 100%;
}
.index-author-list a.index-author:hover .img img {
  transform: scale(1.1);
}
.index-author-list a.index-author:hover .title {
  color: #0040e9;
}
ul.categ {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
ul.categ:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #e8e8e8;
  display: block;
  width: 100%;
  height: 1px;
  bottom: -7px;
  z-index: -1;
}
ul.categ li {
  margin: 0 20px;
}
ul.categ li a {
  color: #000;
  font-size: 1.2rem;
  padding-bottom: 10px;
  position: relative;
}
ul.categ li a:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #e8e8e8;
  display: block;
  width: 0%;
  height: 1px;
  bottom: -2px;
  z-index: -1;
  transition: 0.3s all;
  transform-origin: center;
}
ul.categ li a.active {
  color: #0040e9;
}
ul.categ li a.active:before {
  border-bottom: 2px solid #0040e9;
  width: 100%;
}
ul.categ li a:hover {
  opacity: 0.8;
  color: #0040e9;
}
ul.categ li a:hover:before {
  width: 100%;
  border-bottom: 2px solid #0040e9;
}
.twitter-tweet.twitter-tweet-rendered {
  max-width: 100% !important;
}
.twitter-tweet.twitter-tweet-rendered iframe {
  width: 100% !important;
}
#st-1 {
  z-index: 1 !important;
}
.projSilder {
  overflow: hidden;
  position: relative;
}
.projSilder .swiper-slide {
  margin: 0;
  margin-bottom: 48px;
}
.projSilder ul li a .content {
  background: #fff;
  border-radius: 8px;
  position: absolute;
  padding: 8px 16px;
  bottom: -48px;
  width: calc(100% - 32px);
  margin: 16px;
  box-shadow: 0px 2px 4px rgba(24,76,238,0.12);
}
.projSilder ul li a .content .title {
  font-size: 1.2rem;
  min-height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@-moz-keyframes lives {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes lives {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes lives {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lives {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes iconcolor {
  0% {
    color: #ec264b;
  }
  25% {
    color: #945ab6;
  }
  50% {
    color: #184cee;
  }
  75% {
    color: #945ab6;
  }
  100% {
    color: #ec264b;
  }
}
@-webkit-keyframes iconcolor {
  0% {
    color: #ec264b;
  }
  25% {
    color: #945ab6;
  }
  50% {
    color: #184cee;
  }
  75% {
    color: #945ab6;
  }
  100% {
    color: #ec264b;
  }
}
@-o-keyframes iconcolor {
  0% {
    color: #ec264b;
  }
  25% {
    color: #945ab6;
  }
  50% {
    color: #184cee;
  }
  75% {
    color: #945ab6;
  }
  100% {
    color: #ec264b;
  }
}
@keyframes iconcolor {
  0% {
    color: #ec264b;
  }
  25% {
    color: #945ab6;
  }
  50% {
    color: #184cee;
  }
  75% {
    color: #945ab6;
  }
  100% {
    color: #ec264b;
  }
}
@-moz-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-moz-keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-moz-keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes rotaterotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotaterotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-o-keyframes rotaterotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes rotaterotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0;
  }
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0;
  }
}
@-o-keyframes Gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0;
  }
}
@-moz-keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes continue {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(50px);
  }
}
@-webkit-keyframes continue {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(50px);
  }
}
@-o-keyframes continue {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes continue {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(50px);
  }
}
@-moz-keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@-webkit-keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@-o-keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@-moz-keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
}
@-webkit-keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
}
@-o-keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
}
@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }
}
@-moz-keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@-webkit-keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@-o-keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }
  100% {
    transform: scaleX(1);
    left: 2px;
  }
}
