@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

@font-face {
  font-family: dflisongstd;
  src: url("../fonts/DFLISONGSTD-W7.OTF") format("opentype");
}

@font-face {
  font-family: times;
  src: url("../fonts/times.ttf") format("truetype");
}

#top-bar {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #4e070b;
  color: #fff; }
  #top-bar h1 {
    margin: 0;
    font-size: 0.9375rem;
    text-align: left; }
@media (max-width: 768px) {
  #top-bar h1 { height: 89px; }
}
@media (max-width: 480px) {
  #top-bar h1 { height: 75px; }
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  align-content: center;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0rem; }
  .navbar ul {
    margin: 0;
    padding: 0; }
  .navbar ul li {
    list-style: none; }

.navbar-top {
  position: relative;
  z-index: 99999;
  width: 100%;
  height: 100px; }
  .navbar-top .brand-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.8rem 0.5rem; }
  .navbar-top .brand {
    width: 40%;
    display: inline-block; }
    .navbar-top .brand img {
      width: 100%;
      height: auto;
      transition: all .3s ease-in-out;
      margin-top: 0px;
      display: inline-block; }
  .navbar-top .brand-sec {
    color: #fff;
    line-height: 1rem;
    font-size: 90%;
    display: inline-block;
    width: 55%;
    font-family: "Noto Serif TC";
    font-weight: 600;
  }
    .navbar-top .brand-sec span {
      font-family: "times";
      font-size: 14pt;
      line-height: 1rem;
      display: block;
      font-weight: 200;
    }
/*================================================== 
pad版-logo區
==================================================*/
@media (min-width: 768px) {
  .navbar-top .brand-logo {
    -ms-flex-pack: flex-start;
    justify-content: flex-start; }
  .navbar-top .brand {
    width: 22%;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgba(255, 255, 255, 0.3);
    padding-right: 1rem;
    margin-right: 1rem; }
  .navbar-top .brand-sec {
    font-size: 15px; }
    .navbar-top .brand-sec span {
      font-size: 13px;
      display: inline-block;
      width: 220px;
      vertical-align: middle; } }
@media (max-width: 480px) {
  .navbar-top .brand-sec span {
      font-size: 12pt;
    }
}
/*================================================== 
手機版-logo區-375以下
==================================================*/
@media only screen and (max-width: 375px) {
  .navbar-top .brand-sec span {
    font-size: 9px;
    letter-spacing: -1px;
    font-weight: 200; } }
/*================================================== 
手機版-logo區-360以下
==================================================*/
@media only screen and (max-width: 360px) {
  .navbar-top .brand-sec span {
    font-size: 9px;
    letter-spacing: -1px; } }
/*================================================== 
工具列選單 
================================================== */
.menu-bar {
  background: #94142d;
  width: 100%;
  height: 44px; }
  .menu-bar a {
    color: #fff; }

.menu-tools {
  position: absolute;
  right: 10px;
  top: 90px;
  font-size: 14px; 
  padding: 5px 0;     
  display: flex;     
}
.menu-tools a{
    padding: 0px 16px;
    border-right: 1px solid #FFF;
  }
.menu-tools a:last-child{
    border-right: none;
  }
  .menu-tools > div {
    display: inline-block;
    margin-right: 1rem; }
  .menu-tools .lang {
    background: #8c021d;
    border-radius: 5px;
    padding: .3rem .7rem;
    font-size: 13px;
    transition: all .3s ease-in-out; }
    .menu-tools .lang:hover, .menu-tools .lang:focus {
      background: #a00321; }

@media (max-width: 992px) {
  .menu-bar { position: relative; }    
  .menu-tools { top: 5px; } }
@media (max-width: 430px) {
  .menu-tools a{
    padding: 0px 5px;
    font-size: 12px;
  }    
  
}
@media (max-width: 306px) {
  .menu-bar {
  height: 75px; }
    
  .menu-tools{
    position: relative;
    top: auto;
    right: auto;  
    padding-left: 6px;  
  }
}

/*================================================== 
漢堡選單按鈕
================================================== */
.navbar-toggler {
  display: block;
  position: relative;
  left: .6rem;
  top: -1px;
  transition: all .3s ease-in;
  z-index: 9999;
  height: 46px;
  width: 100px;
  border-radius: 99%;
  user-select: none;
  appearance: none;
  cursor: pointer;
  color: #fff;
  font-size: 0.875rem;
  padding: 0; }
  .navbar-toggler .menu-btn {
    display: inline-block; }
  .navbar-toggler .bar, .navbar-toggler .bar:after, .navbar-toggler .bar:before {
    background: #fff;
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    transition: all .3s ease-in-out; }
  .navbar-toggler .bar {
    top: 22px; }
  .navbar-toggler .bar:after, .navbar-toggler .bar:before {
    content: ''; }
  .navbar-toggler .bar:before {
    top: -7px; }
  .navbar-toggler .bar:after {
    top: 7px; }

.nav-open .overlay {
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%; }
.nav-open .navbar-toggler {
  background: transparent; }
  .nav-open .navbar-toggler .bar {
    background: transparent; }
    .nav-open .navbar-toggler .bar:after, .nav-open .navbar-toggler .bar:before {
      opacity: 1; }
    .nav-open .navbar-toggler .bar:before {
      transform: rotate(45deg);
      top: 0px; }
    .nav-open .navbar-toggler .bar:after {
      top: 14.5px;
      transform: translatey(-14.5px) rotate(-45deg); }

/*================================================== 
手機版-摺疊選單 
================================================== */
.offcanvas-collapse {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100%;
  background-color: #94142d; }

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
    position: fixed;
    top: 101px;
    bottom: 0;
    right: 100%;
    width: 100%;
    overflow-y: auto;
    visibility: hidden;
    background-color: #fff;
    transition-timing-function: ease-in-out;
    transition-duration: .2s;
    transition-property: right, visibility;
    z-index: 99999; }

  .offcanvas-collapse.open {
    right: 0;
    visibility: visible; }

  header {
    padding: 0;
    background: white;
    box-shadow: 0 1px 10px rgba(33, 33, 33, 0.07); } }
@media (max-width: 767.98px) {
  .offcanvas-collapse {
    top: 133px; } }
@media (max-width: 480px) {
  .offcanvas-collapse {
    top: 118px; } }
@media (max-width: 306px) {
  .offcanvas-collapse {
    top: 150px; } }
/*================================================== 
1024螢幕 
================================================== */
@media (min-width: 992px) {
  .navbar-top {
    height: auto;
    padding-top: 0rem;
    margin: 0 auto; }
    .navbar-top .brand-logo {
      padding: 0; }
    .navbar-top .brand {
      width: auto;
      border: none;
      padding-right: 0;
      margin-right: 0; }
      .navbar-top .brand:after {
        content: '';
        border-right-width: 3px;
        border-right-style: solid;
        border-right-color: rgba(255, 255, 255, 0.3);
        margin: 0 1rem; }
      .navbar-top .brand img {
        width: auto;
        height: 45px;
        transition: all .3s ease-in-out; }
    .navbar-top .brand-sec {
      color: #fff;
      font-weight: 600;
      line-height: 3.75rem;
      font-size: 16pt;
      display: inline-block;
      height: 3.75rem;
      width: auto; }
      .navbar-top .brand-sec span {
        font-size: 0.8125rem;
        display: inline-block;
        width: 220px; }

  .navbar-toggler {
    display: none; }

  .menu-bar {
    background: #94142d;
    width: 100%;
    height: 0; }

  .menu-tools {
    top: 1.125rem; } }
/*================================================== 
寬螢幕 
================================================== */
@media (min-width: 1200px) {
  .navbar-top .brand-sec span {
    font-size: 14px;
    width: auto;
    vertical-align: baseline;
  }
}

/*# sourceMappingURL=header.css.map */

#right-video .owl-item a {position: relative;}
#right-video .owl-item a::before {content: url(../images/icon/icon_youtube.svg); width: 60px; height: 60px; position: absolute; top: calc(50% - 30px); left: calc(50% - 30px); z-index: 100; opacity: 0.7; transition: all 0.25s ease 0s;}
#right-video .owl-item a:hover::before {opacity: 1;}

